Commit 6c3897d4 authored by ChiehChun's avatar ChiehChun Committed by Robert Schmidt

Save selected DL HARQ PID in post-processor

parent 9fb45867
...@@ -580,6 +580,7 @@ void nr_schedule_ue_spec(module_id_t module_id, ...@@ -580,6 +580,7 @@ void nr_schedule_ue_spec(module_id_t module_id,
"no free HARQ process available for UE %d\n", "no free HARQ process available for UE %d\n",
UE_id); UE_id);
remove_front_nr_list(&sched_ctrl->available_dl_harq); remove_front_nr_list(&sched_ctrl->available_dl_harq);
sched_ctrl->dl_harq_pid = current_harq_pid;
} else { } else {
/* PP selected a specific HARQ process. Check whether it will be a new /* PP selected a specific HARQ process. Check whether it will be a new
* transmission or a retransmission, and remove from the corresponding * transmission or a retransmission, and remove from the corresponding
......
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