- 11 Jun, 2024 28 commits
-
-
Rúben Soares Silva authored
Change parameter type of pack_dci_payload and unpack_dci_payload to avoid -Wstringop-overflow warning. Change declaration of unpack_buf in dci_inversion_test to not require calloc
-
Rúben Soares da Silva authored
Add unitary test for DCI payload pack/unpack with random length/data
-
Rúben Soares da Silva authored
Remove dependency to NFAPI_LIB from nr_fapi_p5 library after having moved the functions related to all P5 messages
-
Rúben Soares da Silva authored
Add unitary test for ERROR.indication ( test pack/unpack, free, copy and compare )
-
Rúben Soares da Silva authored
-
Rúben Soares da Silva authored
Add unitary test for STOP.indication ( test pack/unpack, free, copy and compare )
-
Rúben Soares da Silva authored
-
Rúben Soares da Silva authored
Add unitary test for STOP.request ( test pack/unpack, free, copy and compare )
-
Rúben Soares da Silva authored
-
Rúben Soares da Silva authored
Add unitary test for START.response ( test pack/unpack, free, copy and compare )
-
Rúben Soares da Silva authored
Add utility functions related to START.response
-
Rúben Soares da Silva authored
Add unitary test for START.request ( test pack/unpack, free, copy and compare )
-
Rúben Soares da Silva authored
-
Rúben Soares da Silva authored
Add unitary test for CONFIG.response ( test pack/unpack, free, copy and compare )
-
Rúben Soares da Silva authored
Add utility functions related to CONFIG.response
-
Rúben Soares da Silva authored
Add unitary test for CONFIG.request ( test pack/unpack, free, copy and compare )
-
Rúben Soares da Silva authored
Add utility functions related to CONFIG.request
-
Rúben Soares da Silva authored
Add unitary test for PARAM.response ( test pack/unpack, free, copy and compare )
-
Rúben Soares Silva authored
Now properly handles tag 0x0005 (NumConfigTLVsToReport) and subsequent TLVs that come after this value ( Table 3-9 SCF 222.10.02 )
-
Rúben Soares Silva authored
-
Rúben Soares da Silva authored
Add unitary test for PARAM.request ( test pack/unpack, free, copy and compare )
-
Rúben Soares Silva authored
-
Rúben Soares da Silva authored
Add nr_fapi_p5_utils.c/.h to nr_fapi_p5 library, with the objective of defining functions to compare, properly free and copy P5 FAPI message
-
Rúben Soares Silva authored
-
Rúben Soares da Silva authored
Note: nr_fapi_p5 dependence in NFAPI_USER_LIB will be removed in a later commit
-
Rúben Soares Silva authored
Will be reused from other files in later commits.
-
Rúben Soares Silva authored
Add struct representing ERROR.indication message
-
Rúben Soares Silva authored
-
- 31 May, 2024 1 commit
-
-
Rúben Soares da Silva authored
Expose needed (n)FAPI procedures to aerial_lib ( both P5 and P7 ) via a header file. Move (n)FAPI P7 packing/unpacking function interface into separate header file Include needed headers in aerial_lib
-
- 29 May, 2024 4 commits
-
-
Rúben Soares da Silva authored
Properly add compile definitions related to aerial_lib into targets that depend on it ( ENABLE_AERIAL ) Add target_compile_definitions to L2_NR library in order to propagate #define in gnb_config.c
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Rúben Soares da Silva authored
Co-authored-by: Robert Schmidt <robert.schmidt@openairinterface.org>
-
- 09 Apr, 2024 2 commits
-
-
Robert Schmidt authored
Integration `2024.w14` Closes #775 and #773 See merge request oai/openairinterface5g!2663 * !2411 Simple and generic trx_write support of out of time order requests * !2532 moving decision on DCI format type to UE MAC * !2565 improvements in security of nrUE * !2656 remove stored G in UE DL, not needed and creating issues with DCI format 11/type0 * !2658 Fix sleeping ue at synchro * !2649 NR SRS RRC assrtion removal * !2662 Avoid concurrent write while filling RX/CRC.indication * Remove obsolete "version" parameter from yaml files used on avra * !2664 Remove duplicated NAS message send, already done above * !2605 Improve performance polar encoder i.e., 3GPP 38.212 5.3.1.2 function * !2629 Msg2 and Msg3 at gNB: check allocation before committing to Msg2 * !2657 replace transient malloc by stack allocation, add defense code on block size * !2631 chore(ci): some docker improvements * !2654 Pucch2 polar rx dynamic range fix * !2666 [E2 Agent] Fix E2 Setup Request for ASan * !2661 CI: iperf/iperf3 UDP analysis function fix → review in progress, review to be completed
-
Robert Schmidt authored
-
- 08 Apr, 2024 5 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-