- 15 Feb, 2022 1 commit
-
-
hardy authored
-
- 12 Feb, 2022 1 commit
-
-
Robert Schmidt authored
integration_2022_wk06_a See merge request oai/openairinterface5g!1438
-
- 11 Feb, 2022 3 commits
- 10 Feb, 2022 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
hardy authored
-
- 09 Feb, 2022 4 commits
-
-
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().
-
- 08 Feb, 2022 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
integration_2022_wk06 See merge request oai/openairinterface5g!1433
-
rmagueta authored
# Conflicts: # targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band41.fr1.106PRB.usrpb210.conf # targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
-
- 07 Feb, 2022 9 commits
-
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/lte-ue-fix-EpsNetworkFeatureSupport' into integration_2022_wk06
-
Robert Schmidt authored
-
Robert Schmidt authored
Integration 2022 wk05 b See merge request oai/openairinterface5g!1430
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
francescomani authored
-
- 05 Feb, 2022 1 commit
-
-
Robert Schmidt authored
This partially reverts commit bac8bc56 and fixes nr_dlschsim, which did not compile without this commit.
-
- 04 Feb, 2022 7 commits
-
-
hardy authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Cedric Roux authored
We have to eat all the bytes, not only one. We have to get the bit we want from the right buffer position. Note: only one bit is supported from this "EPS network feature support", not sure how to properly deal with it, so let's keep the code as it is. This commit was made because the MAGMA MME sends "EPS network feature support" to the UE in the NAS message "Attach Accept". OAI MME does not send this. So the bug about size was not seen.
-
- 02 Feb, 2022 7 commits
-
-
Robert Schmidt authored
-
francescomani authored
-
francescomani authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
francescomani authored
-
Robert Schmidt authored
integration_2022_wk05 See merge request oai/openairinterface5g!1427
-
Robert Schmidt authored
-
- 01 Feb, 2022 1 commit
-
-
hardy authored
-