- 17 Sep, 2024 4 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
- 16 Sep, 2024 6 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 11 Sep, 2024 3 commits
-
-
Cedric Roux authored
-
francescomani authored
-
Raphael Defosseux authored
Integration Branch : 2024 Week 36 See merge request oai/openairinterface5g!2956
-
- 10 Sep, 2024 2 commits
-
-
Sakthivel Velumani authored
Flags are set to INVALID when it is not a UL slot. This is important when using GPIO to control TRX switch.
-
francescomani authored
-
- 09 Sep, 2024 4 commits
-
-
francescomani authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Cedric Roux authored
./run_tests.sh was not functional anymore because of the introduction of AssertFatal() in nr_rlc_entity.c Including the .h and providing exit_function() solves the problem.
-
- 08 Sep, 2024 2 commits
-
-
francescomani authored
-
francescomani authored
-
- 06 Sep, 2024 19 commits
-
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Roberto Louro Magueta authored
Co-authored-by: Luis Pereira <lpereira@allbesmart.pt>
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Roberto Magueta authored
Co-authored-by: Luis Pereira <lpereira@allbesmart.pt>
-
Robert Schmidt authored
The F1AP UE context release procedure can happen in at least two cases: 1. core requested a release of a UE 2. CU requests DU a release of a UE without a core release (e.g., handover) In case 1., the CU has to fully release the UE in the CU, then ack the NGAP message from the core, whilst in 2., nothing of that should happen after the DU acknowledges the F1AP UE context release cmd.
-
Robert Schmidt authored
In some cases, we don't have the ue_data that is used until this commit. Make this macro more general by only requiring the assoc_id to check.
-
Robert Schmidt authored
-
Robert Schmidt authored
cuup_notify_reestablishment() used &ue_p->established_drbs[drb_id] to look up a bearer, which is wrong, because it should be drb_id - 1 as in the top of the loop. Also, it used the dedicated get_drb() function; harmonize to use only this function.
-
Robert Schmidt authored
Refactor this to allow the reuse of this function for handover later.
-