- 28 Aug, 2024 1 commit
-
-
Robert Schmidt authored
Integration: `2024.w34` See merge request oai/openairinterface5g!2923 * !2906 mod: Improve signal processing speed of rotate_cpx_vector function * !2909 NR UE SIB1 free fix * !2917 Cleanup NR UE NAS instance handling * !2924 Fix misalignment issues in TLVEncoder macros ENCODE_U16, ENCODE_U24 * !2907 CI: add new testcases to RFSim-5G pipeline, reduce ping and iperf test time * !2893 LEO satellite delay and Doppler simulation and adjusted NR_UE time sync
-
- 27 Aug, 2024 6 commits
-
-
Robert Schmidt authored
-
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 10 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
NR_UE: Perform autonomous timing advance to compensate for fast time drift with relatively large RTT As we don't have SIB19 with continuously updated ta-Common and ta-CommonDrift values yet, the UE can only adapt it's UL timing according to it's DL drift. This is required for the UE to keep UL sync with fast time drift and relatively long RTT (e.g. LEO satellite). We should replace this with the standard compliant way as soon as we have SIB19 with continuously updated contents.
-
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.
-
Thomas Schlichter authored
NR_UE: make NTN parameter ta_CommonDrift_r17 configurable via command line parameter --ntn-ta-commondrift While we don't have SIB19 support yet, UE gets this parameter from command line, just like --ntn-koffset and --ntn-ta-common. We use this value to initialize the UE's time-tracking PI controller accumulator. This allows to correctly track the time even if the delay is changing significantly (e.g. due to LEO satellite movement). We also use it to compensate for the time drift that happenes while performing the initial sync.
-
Thomas Schlichter authored
-
Thomas Schlichter authored
this allows to compensate larger continuous time drift in DL (e.g. large Doppler from LEO satellite)
-
Thomas Schlichter authored
This now allows to indicate "there was a new sampleShift calculation, and the actual value is 0" additionally to "there was no new sampleShift calculation".
-
- 20 Aug, 2024 4 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
rfsimulator: add delay and Doppler simulation for circular orbit and add according channel models SAT_LEO_TRANS and SAT_LEO_REGEN Delay and Doppler computation is done as in Matlab function dopplerShiftCircularOrbit: https://de.mathworks.com/help/satcom/ref/dopplershiftcircularorbit.html
-
Thomas Schlichter authored
-
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 2 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.
-