- 27 Aug, 2024 5 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 26 Aug, 2024 8 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
Bypass UE log analysis when testing sidelink, as it fails due to the absence of expected information and patterns (not present in sidelink communication). Instead, a custom command is used to verify the success of sidelink tests by checking for the presence of "PSBCH RX:OK" in the log of the second UE.
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Thomas Schlichter authored
-
Guido Casati authored
-
- 23 Aug, 2024 3 commits
-
-
Guido Casati authored
This commit resolves undefined behaviour runtime errors related to misaligned memory access. E.g. > openair3/NAS/COMMON/IES/FGSMobileIdentity.c:193:3: > runtime error: store to misaligned address 0x608000021e2b for type 'uint16_t', > which requires 2 byte alignment 0x608000021e2b: note: pointer points here 00 f1 ... * ENCODE_U24: safely encode 24-bit values into a buffer by using memcpy to copy 3 bytes in network byte order (big-endian). * ENCODE_U16: safely encodes a 16-bit value into a buffer, handling misalignment by memcpy 2 bytes to buffer in network byte order (big-endian).
-
Bartosz Podrygajlo authored
-
Bartosz Podrygajlo authored
- Save nas instance id in nr_ue_nas_t and use that for instance determination. - Use correct field in itti message (destinationInstance instead of originInstance) to determine instance - Make sure both destinationInstance and originInstance fields are correct in NAS interface functions.
-
- 20 Aug, 2024 1 commit
-
-
Cédric Roux authored
Integration: `2024.w33` See merge request oai/openairinterface5g!2911 - !2784 Reworking beam structures at NR MAC gNB - !2889 Fix delta for PUSCH DMRS type 2 - !2908 NR MAC UE CSI improvements - !2896 Fix for llr functions reading/writing outside buffers - !2902 nr rlc: reduce "SDU rejected" logging - !2884 NR UE: Cleanup global variables used for command line parameter storage - !2910 NR gNB DMRS symbol race - CI: Update phytest-timing test threshold
-
- 19 Aug, 2024 1 commit
-
-
Jaroslava Fiedlerova authored
-
- 16 Aug, 2024 8 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
francescomani authored
-
francescomani authored
-
- 15 Aug, 2024 4 commits
-
-
Bartosz Podrygajlo authored
This creates another test executable for llr with the same testcases but compiled without avx 256-bit vector instructions.
-
Bartosz Podrygajlo authored
This fixes out-of-bounds access: nr_ulsch_16qam_llr, nr_ulsch_64qam_llr and nr_ulsch_256qam_llr. For 256qam this also fixes incorrect llr calculation on arm: the existing AVX code for 2 REs case produced results not in line with the rest of the code. A testcase check_2_res_256_qam was added to visualise the differences which can later be used to revive AVX acceleration for 2REs case.
-
francescomani authored
-
francescomani authored
-
- 14 Aug, 2024 4 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
fix: reset beam only if it is a newly allocated one
-
- 13 Aug, 2024 2 commits
-
-
Matthias Mehlhose authored
-
Robert Schmidt authored
Integration: `2024.w32` See merge request oai/openairinterface5g!2900 * !2810 add harqid in wireshark traces, refactor the trace_pdu parameters * !2897 nr rlc: add a lock to protect access to time variables * !2903 remove some openair1 headers included in opeinair2 files * !2876 Enable 32 HARQ Processes in DL, UL * !2849 Fix UE SRS crash * !2898 Fix memory leaks in OAI gNB and OAI UE
-
- 12 Aug, 2024 4 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-