- 08 Jan, 2024 4 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Robert Schmidt authored
Integration: 2024.w01 See merge request oai/openairinterface5g!2502 * !2482 Trigger UL Failure if Ack of Msg4 not received and implement RA Contention Resolution timer in gNB * !2484 function to harmonize handling of NAS registraction accept * !2487 Rework PUCCH codec with c16_t type and functions to make readable code * !2491 improvements for NR UE detaching * !2499 Update L1sim and RFsim documentation * !2500 Fix FAPI CoreSetType enumeration options after the fix on the description made by SCF * !2489 NR UE improvements RRCSetup
-
- 05 Jan, 2024 9 commits
-
-
francescomani authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Robert Schmidt authored
- update explanation for noS1 - better help for nr-uesoftmodem options - consistent writing of name "RFsimulator" - remove LDPC section at end, is already referenced in doc/README.md
-
Robert Schmidt authored
-
Robert Schmidt authored
- Add TOC - Better describe what RFsim does - Remove misleading, wrong, unnecessary information * It is futile to mention --phy-test or other modes, RFsim works with all * Explaining how to ping is not the task of the RFsim documentation (that is what tutorials are for) * Remove useless/outdated build log information - Add some more information on which flags to run - Improve formatting, and minor clarifications
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
Merge remote-tracking branch 'origin/NR_UE_harmonize_NAS_registration_accept' into integration_2024_w01
-
- 04 Jan, 2024 4 commits
-
-
francescomani authored
improvements in UE detachment, including sending a message from NAS and signaling to MAC and fixing some memory leaks when terminating UE
-
luis_pereira87 authored
SCF FAPI 222.10.02 had a bug on the description of CoreSetType: 0: CORESET is configured by the PBCH or SIB1 (subcarrier 0 of CRB0 for DMRS mapping) 1: otherwise (subcarrier 0 of CORESET) That was fixed in SCF 222.10.04: 0: CORESET is configured by the PBCH or SIB1 (subcarrier 0 of the CORESET) 1: otherwise (subcarrier 0 of CRB0 for DMRS mapping) That wrong description created a misunderstanding, to overcome it we "wrongly" added a third value. This commit fixes that and aligns the CoreSetType with FAPI 222.10.04
-
Laurent THOMAS authored
rework PUCCH codec with c16_t type, rewrite large parts of functions to make readable code. Not fixed parts that are using SIMD. No change, the code is still same block by block (variable visibility narrowed, declaration can be shifted)
-
Robert Schmidt authored
- Do not list L1sim as a way of running OAI: it is untested, and might not work - Reword the tutorial where necessary, remove outdated/wrong information (e.g., we don't test this mode AFAIK)
-
- 03 Jan, 2024 1 commit
-
-
francescomani authored
-
- 27 Dec, 2023 3 commits
-
-
luis_pereira87 authored
Implement RA Contention Resolution timer in gNB accordingly with 3GPP TS 38.321 Section 5.1.5 Contention Resolution
-
luis_pereira87 authored
The UE will trigger new RA either with MAC CE C-RNTI or with new RRCSetupRequest: - MAC CE C-RNTI: The ul_failure_timer will be reset - RRCSetupRequest: New UE will be created and the previous one will be deleted
-
luis_pereira87 authored
-
- 24 Dec, 2023 2 commits
-
-
francescomani authored
-
francescomani authored
-
- 23 Dec, 2023 3 commits
-
-
Robert Schmidt authored
Integration: 2023.w51 See merge request oai/openairinterface5g!2483 * !2221 NR UE going to IDLE state * !2464 move common .h file in common directory, remove mem_block_t * !2479 CI: test with 2 UL layers in AW2S pipeline * !2468 LDPC T2 card: fix and doc update * !2480 Enabling multi-ue support in the open-source L2 proxy * !2476 Fixes for multi-DU/CU-UP and CI test * !2482 Trigger UL Failure if Ack of Msg4 not received * !2484 function to harmonize handling of NAS registraction accept
-
Robert Schmidt authored
-
Sagar Arora authored
- for F1U, F1C, E1, UE and Core - update README with subnets - better document sample output
-
- 22 Dec, 2023 1 commit
-
-
francescomani authored
-
- 21 Dec, 2023 12 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
The 5G-RFsim F1 test tested multiple DUs at one CU. This functionality is retained in the new F1+E1 test. The 5G-RFsim E1 test tested a single CU-UP at a single CU-CP. Here, we extend to use multiple CU-UPs, one for each DU. The associated is ensured by using three different F1-U transport networks, one for each DU/CU-UP pair.
-
Robert Schmidt authored
- Test only one DU at the CU (3 DUs is tested in F1+E1) - Harmonize IP configuration to make it simpler to reuse in the F1+E1 test - Speed up the test by reducing the number of steps to deploy core/RAN - Add traffic test
-
Robert Schmidt authored
binding the local address for SCTP is pointless, because we don't really care through which interface SCTP traffic goes. Actually, we even might want to set the DU remote_n_addr and the the local_n_addr to addresses in different networks, because we might want to have GTP traffic go through a different interface than SCTP, as done in the CI test for E1.
-
luis_pereira87 authored
-
Jaroslava Fiedlerova authored
- set size of buffers to max E - change HARQ codeblock offset calculation for T2 - add constant for maximum code block size - max E
-
- 20 Dec, 2023 1 commit
-
-
Melissa Elkadi authored
-