- 04 Aug, 2022 5 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
scheduling in next frame was not handled correctly
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
- 25 Jul, 2022 1 commit
-
-
sumit authored
-
- 18 Jul, 2022 1 commit
-
-
sumit authored
t_reassembly timer as clp and also provision as per 38.821 7.2.2.1 when harq is enabled, scheduling_offset yet to be added
-
- 03 Jun, 2022 1 commit
-
-
Guido Casati authored
-
- 23 May, 2022 1 commit
-
-
Guido Casati authored
-
- 21 Mar, 2022 1 commit
-
-
sumit authored
-
- 07 Mar, 2022 1 commit
-
-
Thomas Schlichter authored
harmonize RLC and PDCP configurations in nr_DRB_preconfiguration() and fill_default_secondaryCellGroup() nr_DRB_preconfiguration() is used in phy-test mode by both, OAI UE and gNB, and in all other modes by OAI UE. Because of inconsistencies, data transfer with OAI UE was only reliably working in phy-test mode. Ultimately, OAI UE should use nr_DRB_preconfiguration() only in phy-test mode and do proper DRB configuration instead in all other modes!
-
- 01 Mar, 2022 29 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
remove unneeded global arrays ul_ch_ptrs_estimates, ul_ch_ptrs_estimates_ext, dl_ch_ptrs_estimates and dl_ch_ptrs_estimates_ext
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
- with no-harq flag same harq ID can be reused for a new transmission. - NO retransmission of unsuccessful transmissions with this flag. - Each time NDI is flipped to ensure new data for transmission. - UE will also not send any ACK for DL.
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
-
-
example for simulating 120ms one-way delay: gNB: -P 7372800 --gnb_k2 480 --ul_sched_f 64 UE: -P 7372800 -A 14745600 --ue_slot_Rx_Tx 480 --ue_k2 480
-
- Add CL options for additional DURATION_RX_TO_TX and k2 value at UE, additional k2 at gNB - Apply additional DURATION_RX_TO_TX at UE - Apply the additional k2 at UE for scheduled msg3 by RAR and scheduled UL transmission by DCL. Re-compute the next Tx frame number - Apply the additional k2 at gNB for scheduled msg3 and scheduled UL transmission. Re-compute the next Tx frame number - Increase the RA window counter for reception of RAR - Fix the data type for larger slot number in function get_samples_slot_timestamp - Example for a one-way delay of 120ms: run gNB with "-P 7372800 --gnb_k2 480", run UE with "-P 7372800 -A 14745600 --ue_slot_Rx_Tx 480 --ue_k2 480"
-