- 07 Sep, 2023 40 commits
-
-
Marwan Hammouda authored
-
Marwan Hammouda authored
-
Marwan Hammouda authored
-
Marwan Hammouda authored
-
Marwan Hammouda authored
- real curve following the sattelite location - new command-line parameters defining the path and user location
-
Marwan Hammouda authored
-
Marwan Hammouda authored
-
Marwan Hammouda authored
-
Marwan Hammouda authored
- PID controller implemented - post-compensation at UE for DL and pre-compensation at UE for UL
-
Marwan Hammouda authored
- post-compensation for UL and pre-compensation for DL - offset to be compensated is given through the command-line option 'FDC' - compensation is default activated and it can be deactivated via the command-line option 'FC'
-
Marwan Hammouda authored
-
Marwan Hammouda authored
- post-compensation for DL and pre-compensation for UL
-
Marwan Hammouda authored
-
Marwan Hammouda authored
- command-line option to activate/deactivate compensation added
-
Marwan Hammouda authored
-
Marwan Hammouda authored
-
Marwan Hammouda authored
- time-variant following a sawtooth shape
-
Marwan Hammouda authored
-
Raghavendra Dinavahi authored
-
Marwan Hammouda authored
-
Marwan Hammouda authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
sumit authored
-
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
-
Guido Casati authored
-
sumit authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
-
Parminder Singh 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
-
Bo Zhao authored
-
Bo Zhao authored
-
Bo Zhao 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
-
Bo Zhao authored
- 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"
-
Bo Zhao authored
-