- 11 Jun, 2024 19 commits
-
-
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 14 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Teodora authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
Simplification of the code by replacing iperf_opt by target_bitrate (returned from Iperf_ComputeModifiedBW) - no need to repeat the steps to retrieve information about requested bitrate from iperf_opt. Compute iperf bitrate performance as receiver bitrate over requested (target) bitrate. Fix an issue with misdetection of missing report line - "result" was defined 2x in the function. With this MR, result can be only None or stores output of re.search() for matching the report line pattern, which ensure proper detection of the report line as well as presence off all required components in the report line.
-
Jaroslava Fiedlerova authored
Sender bitrate is not always equal to the requested bitrate (set by "-b" iperf option) in iperf3 (v3.9) UDP tests, so we have to compture bitrate performance of UDP iperf3 test as receiver over requested bitrate. Bitrate performance then express percentage of requested bitrate, which is received on the receiver side.
-
Jaroslava Fiedlerova authored
For iperf3 (version 3.9) UDP, sender bitrate is not always equal to requested bitrate (defined by '-b' option). We need to retrieve information about the requsted bitrate from iperf command line options specified for each UDP testcase. This parameter is then used in UDP analysis functions for proper evaluation of the test results.
-
Robert Schmidt authored
Prior to this commit, it might happen that the gNB used TDA 0 (Start 0 len 13) for mixed slot, in which case the UE could not send msg3 (because a mixed slot has less than 13 symbols).
-
Teodora authored
-
Robert Schmidt authored
-