- 25 Jun, 2024 1 commit
-
-
Rúben Soares Silva authored
Implement FAPI P5 message unpack, as well as message length check function procedure in FAPI P5 library. Update check_nr_unpack_length in nfapi_p5.c to reference FAPI P5 message length check function.
-
- 24 Jun, 2024 10 commits
-
-
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. Added packing/unpacking procedures for STOP.indication and ERROR.indication. Separate a packing function for STOP.request for use in the NR FAPI library.
-
Rúben Soares Silva authored
Add struct representing ERROR.indication message
-
Rúben Soares Silva authored
Apply clang-format to enumeration.
-
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
-
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
-
Rúben Soares Silva authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Rúben Soares da Silva authored
Co-authored-by: Robert Schmidt <robert.schmidt@openairinterface.org>
-
- 20 Jun, 2024 1 commit
-
-
Raphael Defosseux authored
Integration: `2024.w24` See merge request oai/openairinterface5g!2801 * !2789 CI: Increase iperf/iperf3 command timeout * !2762 improve nrUE NAS security: accept NEA1,NEA2,NIA1,NIA2 * !2791 fix regressions for large physical cell id values * !2792 Add support for MIMO 2x2 with USRP B210 at 20 MHz BW and 3/4 sampling rate * !2748 Small UE fixes * !2745 Add google test testcases for nr_get_Pcmax * !2785 Update FHI 7.2 interface, test bandwidths, fix integer overflows
-
- 19 Jun, 2024 1 commit
-
-
Raphael Defosseux authored
-
- 14 Jun, 2024 3 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
- 13 Jun, 2024 8 commits
-
-
Jaroslava Fiedlerova authored
Merge remote-tracking branch 'origin/fix-regressions-large-physicalCellId' into integration_2024_w24
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
The library will be either found in the system or downloaded via FetchContent.
-
- 12 Jun, 2024 4 commits
-
-
Jaroslava Fiedlerova authored
Avoid UBSan error: openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c:1524:41: runtime error: signed integer overflow: 737285888 + 1459370880 cannot be represented in type 'int'
-
Jaroslava Fiedlerova authored
Avoid UBSan error: openair1/SCHED_NR/phy_procedures_nr_gNB.c:867:37: runtime error: signed integer overflow: 1744750952 + 412859840 cannot be represented in type 'int'
-
Jaroslava Fiedlerova authored
Avoid UBSan error: openair1/PHY/NR_ESTIMATION/nr_measurements_gNB.c:246:18: runtime error: signed integer overflow: 1457321472 + 922889664 cannot be represented in type 'int'
-
Jaroslava Fiedlerova authored
Avoid UBSan error: openair1/SCHED_NR/phy_procedures_nr_gNB.c:869:43: runtime error: signed integer overflow: 1546663455 + 1635930955 cannot be represented in type 'int'
-
- 11 Jun, 2024 2 commits
-
-
Jaroslava Fiedlerova authored
-
Raphael Defosseux authored
chore(ci): bumping up nvidia-aerial to 24-1 See merge request oai/openairinterface5g!2780
-
- 10 Jun, 2024 3 commits
-
-
Reem Bahsoun authored
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
- 07 Jun, 2024 4 commits
-
-
luis_pereira87 authored
Tested with B210 and Quectel RM500Q-GL
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Updates to default config for 24.1 and current best performance
-
- 06 Jun, 2024 3 commits
-
-
Robert Schmidt authored
Integration: `2024.w23` See merge request oai/openairinterface5g!2788 * !2510 NR UE MAC UCI on PUSCH and aperiodic CSI reporting * !2597 LTTng logger (CTF) * !2751 synch the USRP time accross devices using the host clock * !2775 Remove some global variables * !2779 remove rb_mask_ul from permanent storage for stack local usage * !2782 USRP: add a T trace to record the RX IQ data on antenna 0 * !2783 build_oai: fix bad options' names * !2753 Pucch power control
-
Raphael Defosseux authored
* IP address of VNF shall be aerial1's one * scripts within cubb container shall be run with sudo now Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Jaroslava Fiedlerova authored
In some testcases, especially when iperf test duration is short (10s), client does not report on time and report collection is interrupted. This commit increase timeout for iperf/iperf3 commands.
-