- 19 Dec, 2023 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/NR_UE_MAC_configuration_further_improvements' into integration_2023_w50
-
luis_pereira87 authored
When the gNB does not receive PUCCH with Ack for Msg4 we have to consider Msg4 received by the UE, so we need to apply the CellGroupConfig sent to the UE. There are two scenarios: 1 - The UE never decoded PDSCH for Msg4, the RA will fail because RA Contention Resolution timer, the UE will come with a new RA with new RRCSetupRequest 2 - The UE decoded PDSCH for Msg4, and if SR does not work and no resources for PUSCH, it will trigger RA with MAC CE C-RNTI in Msg3 (so, gNB must be ready for it)
-
- 18 Dec, 2023 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/fix-dos-vulnerability-of-RA-procedure' into integration_2023_w50
-
Robert Schmidt authored
-
- 17 Dec, 2023 1 commit
-
-
francescomani authored
-
- 15 Dec, 2023 4 commits
-
-
Robert Schmidt authored
The CI machine for these tests is overloaded with many UEs running at the same time, all using the address sanitizer.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 14 Dec, 2023 2 commits
-
-
Quency Lin authored
Use blend instead of set and extract to rearrange, faster Use 256 SIMD for every 2 RB, use 128 SIMD for ARM and last RB
-
okabetakayuki authored
Signed-off-by: okabetakayuki <okabe_takayuki@jp.fujitsu.com>
-
- 13 Dec, 2023 2 commits
-
-
Sagar Arora authored
-
Sagar Arora authored
- Removed rfsim option from cu, cu-cp and cu-up
-
- 12 Dec, 2023 16 commits
-
-
Florian Kaltenberger authored
-
Quency Lin authored
-
Quency Lin authored
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Robert Schmidt authored
Integration: 2023.w49 See merge request oai/openairinterface5g!2470 * !2264 Improvements in f1ap for qos * !2377 Store allowed NSSAIs from NAS message * !2462 Hotfix: swap UIDs after RRCReestablishment * !2449 Improve performance of polar initialization * !2469 handling configuration of MAC-CellGroupConfig at UE * !2395 `nr_generate_pdsch()` clean up and little performance improves * !2461 CI: add FDD test to SA B200 pipeline * !2424 Improvements in SDAP RRC management
-
Robert Schmidt authored
-
francescomani authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 11 Dec, 2023 4 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
- 08 Dec, 2023 5 commits
-
-
Laurent THOMAS authored
to use faster code - replaced hundreds mallocs by either local arrays or by the OAI multi-dimensionalarray (G_N_tab array) - made in SIMD a one bit per byte packing function to packed (ordinary) bits in bytes
-
francescomani authored
-
Jaroslava Fiedlerova authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/Hotfix_swap_UIDs_after_RRCReestablishment' into integration_2023_w49
-
luis_pereira87 authored
The CellGroup is created considering UID, for example: 'pucchres0->startingPRB = 8 + uid;' and since we keep the CellGroup from the previous RNTI/UID we should keep also the previous UID. Considering the scenario where a UE did successful RRCReestablishment, it was getting uid = 1, and uid = 0 was removed. When another UE connected, it was getting UID = 0 (because 0 was already free), and so the PUCCH 0 resource was conflicting with the first UE. On that occasion, also correct the comment that describes the code, as it was wrong/misleading.
-