- 20 Nov, 2023 2 commits
-
-
Cedric Roux authored
cleanup means: - typo: susbend -> suspend - call nr_pdcp_manager_unlock() where needed - simplify LOG_XX (remove __FILE__, __LINE__, __FUNCTION__) note: nr_pdcp_release_srb() and nr_pdcp_release_drb() don't use nr_pdcp_release_drb() because they modify the arrays, so it does not make sense to "abstract" the accesses to ->srb and ->drb.
-
Cedric Roux authored
-
- 19 Nov, 2023 6 commits
-
-
Cedric Roux authored
Security part needs to be checked, may fail to work. But if it fails, it was probably not working before either. This commit also contains adding 'static' to nr_pdcp_entity_release() and nr_pdcp_entity_delete() (it was too complicated to do a separate commit for this). We also update stats in free_rx_list() (again, too complicated for a separate commit). openair2/RRC/NR/rrc_gNB.c probably needs some more work, it is a bit ugly to reestablish all the drbs without checking if they exit. It will generate warnings at runtime. I didn't do it because I don't know the proper way.
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 15 Nov, 2023 1 commit
-
-
Robert Schmidt authored
Closes #685 and #698 See merge request oai/openairinterface5g!2425 * !2404 NR UE MCS for retransmission v2 * !2420 Scan build: Argument with 'nonnull' attribute passed null * !2422 Fix AssertFatal when using NR band n1 * !2418 NR UE resynchronization fix * !2376 Save NSSAI params of PDU session coming from AMF * add `build_oai` option for thread sanitizer * update 60 MHz 2x2 phytest-timing threshold * !2423 Free F1 UE data struct only on UE release * !2428 Prevent CU-UP UE ID management if integrated CU * !2390 NR PTRS improvements * !2291 Pass config object instead of using implicit global * !2421 Change UL_TTI.request PRACH PDU beamforming pack/unpack handling * !2406 CI:AW2S - test with 10 AmariUEs * !2401 ue-rrc-coarse-cleaning * !2366 Remove F1 BWP switching logic * !2426 F1: support multiple DUs per CU * !2432 Remove cblas dependency for 5G targets
-
- 14 Nov, 2023 2 commits
-
-
Robert Schmidt authored
-
Laurent THOMAS authored
-
- 13 Nov, 2023 5 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 12 Nov, 2023 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 10 Nov, 2023 22 commits
-
-
Laurent THOMAS authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Jaroslava Fiedlerova authored
- PRACH Configuration Index = 98 is not suSpported by the Amarisoft UE simulator, as a number of PRACH occasions within the PRACH slot is > 1 - for PRACH Configuration Index = 100, number of time-domain PRACH occasions within a PRACH slot is 1
-
Robert Schmidt authored
-
Robert Schmidt authored
-
rmagueta authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Multiple DUs host cells, whose cell ID cannot match (to identify them uniquely). Hence, don't check for equality with CU, because otherwise, we can never connect multiple DUs.
-
Robert Schmidt authored
-