- 06 May, 2024 16 commits
-
-
Robert Schmidt authored
MeasTimingConfig may not come with F1 Setup Request: some DUs send it with the DU configuration update. Handle this gracefully by checking for MTC before using it.
-
Giulio Carota authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Refactor parts into a separate function, which will be reused within the gNB-DU configuration update function in the next commit.
-
Robert Schmidt authored
The OAI DU does not use this message, and could not roll-back. The LiteOn DU does not seem to like it. It is useless (as of now), so remove it
-
Giulio Carota authored
Use the correct MIB data structure, MIB_t. This is required by 38.473, and the LiteOn DU sends only that. So our CU needs to handle it, so align the OAI DU as well.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Giulio Carota authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 02 May, 2024 2 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
For docker version > 25.0.5, "version" field is not relevant and reported as obsolete.
-
- 30 Apr, 2024 10 commits
-
-
Robert Schmidt authored
Integration `2024.w17` See merge request oai/openairinterface5g!2702 * !2659 NR bandwidth index fix * !2693 Harmonize frequency range structures * !2699 Add support for USRP X410 to run with 200 MHz bandwidth in FR2 at 120 kHz SCS * !2692 Fix for the overflow issue while processing GPS based timestamp from RU * !2665 NR UE improvements in handling RRC Release * !2682 dci11type0 * !2686 CI: Maintenance, fixes, improvements * !2677 NR UE trigger RA for SR failure * !2683 Ue small fixes * !2668 Refactor PDCP Reestablishment and introduce PDCP Suspend at gNB * Add rhel9.4 to the list of OAI supported distributions * !2673 speedup integrity computation * !2706 doc: Update of CI testbenches
-
Robert Schmidt authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Guido Casati authored
- according to clause 5.3.7.2 of 3GPP TS 38.331 PDCP Suspend is not required during RRCReestablishment
-
Guido Casati authored
- according to 5.3.7.4 of TS 38.331: 1> re-establish RLC for SRB1; - gNB: 1) re-establish RLC for SRB1 in nr_rlc_update_id 2) re-establish RLC for remaining RBs concurrently with RRCReconfiguration issue: gNB) in nr_rlc_update_id the gNB is re-establishing RLC for all RBs at the same time when receiving RRCReestablishmentRequest from UE UE) according to the specs, the UE is re-establishing RLC for SRB1 with RRCReestablishmentRequest the other RBs are re-established during RRCReconfiguration (in our case in nr_rrc_ue_process_RadioBearerConfig) when receiving reestablishRLC IE in rlc_BearerToAddModList RLC TX) this leads to RLC counters mismatch after re-establishment: control PDUs discarded until max nb of retx is reached and then UL failure occurs
-
Guido Casati authored
-
- 29 Apr, 2024 9 commits
-
-
Jaroslava Fiedlerova authored
- replace nrmodule2 by up2 - add matix in CI machines - add info about RAN-SA-2x2-Module-CN5G in list of pipeline - update of 5G OTA testbench image
-
Jaroslava Fiedlerova authored
-
Laurent THOMAS authored
-
francescomani authored
-
francescomani authored
-
Jaroslava Fiedlerova authored
-
francescomani authored
-
Jaroslava Fiedlerova authored
Merge remote-tracking branch 'origin/implement-dci11-type0-contiguous-rbs' into integration_2024_w17
-
Jaroslava Fiedlerova authored
-
- 26 Apr, 2024 3 commits
-
-
Cedric Roux authored
By using a struct we may have warnings at compilation time in some cases if the type is not used properly. The type definition becomes a bit weird, so we need to properly comment. If too strange, we can revert to the classical "void" definition.
-
Cedric Roux authored
-
Cedric Roux authored
-