- 21 Mar, 2024 3 commits
-
-
Rúben Soares da Silva authored
Move Aerial-specific compile definitions to top-level CMakeLists.txt, to properly propagate through the subdirectories, following the removal of the include
-
Rúben Soares da Silva authored
Addition of Assert on header unpack to make sure copied message_length value does not exceed maximum 16 bit length.
-
Rúben Soares da Silva authored
Change add_compile_definitions to target_compile_definitions, following change in CMakeLists.txt loading order change, to properly apply needed preprocessor definitions to `nr-softmodem` target
-
- 20 Mar, 2024 11 commits
-
-
Rúben Soares da Silva authored
Definition of separate libraries for LTE and NR nFAPI procedures, as well as chaining dependencies to only require referencing either NFAPI_NR_LIB or NFAPI_LTE_LIB
-
Rúben Soares da Silva authored
-
Rúben Soares da Silva authored
Move interface of message packing procedures into nfapi_interface.h instead of being with single value and tlv pack/unpack procedures
-
Rúben Soares da Silva authored
Move NR specific P5 packing/unpacking procedures into separate files (separated by FAPI / nFAPI implementations)
-
Rúben Soares da Silva authored
Move interface of shared pack/unpack procedures used by both LTE and NR implementations into nfapi.h
-
Rúben Soares da Silva authored
Update minimum CMake version to 3.13, to allow inclusion of Aerial related CMakeLists after the definition of nr-sofmodem target, which with previous version triggered error "Attempted to add link library to target which is not built in this directory"
-
Rúben Soares da Silva authored
Move inclusion of nfapi CMakeLists.txt to allow inclusion of test targets in nfapi/CMakeLists.txt instead of including only test subdirectory
-
Rúben Soares da Silva authored
Change FAPI packing/unpacking to make use of existing nFAPI structs. Change unitary tests to use existing nFAPI structs when testing for FAPI support. Update PARAM.response tlv comparison.
-
Rúben Soares da Silva authored
Addition of unitary tests for FAPI PARAM.request/response packing and unpacking unitary tests using ctest
-
Rúben Soares da Silva authored
-
Rúben Soares da Silva authored
Addition of procedures for PARAM P5 messages
-
- 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 3 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-