Commit a41b131f authored by rmagueta's avatar rmagueta

Fix first SRS reception at gNB

parent 75057be8
......@@ -123,7 +123,7 @@ void nr_schedule_srs(int module_id, frame_t frame) {
sched_ctrl->sched_srs.slot = -1;
sched_ctrl->sched_srs.srs_scheduled = false;
if(!UE_info->active[UE_id]) {
if(!UE_info->Msg4_ACKed[UE_id]) {
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