Commit 1a4686b0 authored by Roberto Louro Magueta's avatar Roberto Louro Magueta

Remove UE->Msg4_ACKed from condition in nr_schedule_srs

parent 8fee72e8
...@@ -124,7 +124,7 @@ void nr_schedule_srs(int module_id, frame_t frame) { ...@@ -124,7 +124,7 @@ void nr_schedule_srs(int module_id, frame_t frame) {
sched_ctrl->sched_srs.srs_scheduled = false; sched_ctrl->sched_srs.srs_scheduled = false;
if((sched_ctrl->ul_failure == 1 && get_softmodem_params()->phy_test==0) || if((sched_ctrl->ul_failure == 1 && get_softmodem_params()->phy_test==0) ||
!UE->Msg4_ACKed || sched_ctrl->rrc_processing_timer > 0) { sched_ctrl->rrc_processing_timer > 0) {
continue; continue;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment