- 05 Apr, 2024 1 commit
-
-
Laurent authored
: error: '<unknown>' may be used uninitialized [-Werror=maybe-uninitialized] 180 | reverse_bits_u8(tmp, N/8, D2);
-
- 22 Mar, 2024 3 commits
- 19 Mar, 2024 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
Integration: `2024.w11` See merge request oai/openairinterface5g!2623 * !2435 Add a sequence container in OAI * !2552 NR UE RRC re-establishment * !2611 RRC: ignore random value during RRC Setup Request * !2587 NR UE RRC handle MeasConfig * !2616 NR UE remove unused phy_config_ind queue * !2580 Improve function that map ro to ssb in the UE: make dynamic smaller memory... * !2614 F1AP: move GTP from enc/dec to logic handlers * !2622 gNB LOG with UE command line parameters * !2595 remove 5G dependency on 4G mac.h include, separate RA state enums between 4G/5G and UE/gNB * !2615 Enhancements to traffic flow in SW architecture documentation
-
- 18 Mar, 2024 4 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/print_LOG_for_UE_command_line_parameters' into integration_2024_w11
-
Robert Schmidt authored
-
- 15 Mar, 2024 16 commits
-
-
Laurent THOMAS authored
add RA stat trace by enum name instead of integer printing fix minor a few minor typos
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
The F1AP message encoders and decoders should do only that, encoding and decoding messages. For the actual logic handling, including set up and teardown of bearers, we should use the handlers. In this commit, delete GTP tunnel handling from encoders/decoders. For the CU, this happens already in the CU-UP/E1 handlers in cucp_cuup_handler.c. For the DU, add it in the handlers in mac_rrc_dl_handler.c.
-
Guido Casati authored
-
francescomani authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 14 Mar, 2024 1 commit
-
-
francescomani authored
-
- 13 Mar, 2024 13 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Cedric Roux authored
For the moment absoluteFrequencySSB is hardcoded. Fixed in a following commit.
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Xin Zhe Khooi authored
From the spec, it does not seem to be mandated to check that the random identity needs to be unique within a cell. Also, from experience we see that this only happens when the same UE "comes back"; so since one UE can only have one connection, the other RRC UE contexts (with the same identity) should be removed at some point, anyway, leaving only one with the same identity.
-
Robert Schmidt authored
MIT is compatible with OAI public v1.1, so it can be added.
-