- 18 Feb, 2022 4 commits
- 17 Feb, 2022 3 commits
- 16 Feb, 2022 6 commits
-
-
luis_pereira87 authored
-
luis_pereira87 authored
-
luis_pereira87 authored
-
luis_pereira87 authored
-
luis_pereira87 authored
-
luis_pereira87 authored
# Conflicts: # openair2/RRC/NR/L2_nr_interface.c # openair2/RRC/NR/MESSAGES/asn1_msg.c # openair2/RRC/NR/MESSAGES/asn1_msg.h
-
- 15 Feb, 2022 7 commits
-
-
Robert Schmidt authored
integration_2022_wk07_b See merge request oai/openairinterface5g!1448
-
Robert Schmidt authored
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
hardy authored
-
- 14 Feb, 2022 3 commits
- 12 Feb, 2022 1 commit
-
-
Robert Schmidt authored
integration_2022_wk06_a See merge request oai/openairinterface5g!1438
-
- 11 Feb, 2022 5 commits
-
-
hardy authored
-
hardy authored
-
hardy authored
-
luis_pereira87 authored
# Conflicts: # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c
-
Cedric Roux authored
Somehow this file was in a bad state...
-
- 10 Feb, 2022 5 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
hardy authored
-
- 09 Feb, 2022 6 commits
-
-
luis_pereira87 authored
-
luis_pereira87 authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
hardy authored
-
Cedric Roux authored
T tracer was not functional anymore. because init_tpools() was called before T_Config_Init(). The problem was that init_tpools() creates some threads and T_Config_Init() does call fork() and the child process (which is the one running the softmodem, the parent process is used to monitor it, this is the design of the T tracer, maybe to change at some point, it's too complicated) has no thread after the fork(). The threads created by init_tpools() are gone. Game over. In conclusion: T_Config_Init() has to be called very early in the life of the softmodem, at least before init_tpools().
-