Commit 15656679 authored by francescomani's avatar francescomani

remove rtx from list

parent 6f481e09
...@@ -398,6 +398,7 @@ bool allocate_dl_retransmission(module_id_t module_id, ...@@ -398,6 +398,7 @@ bool allocate_dl_retransmission(module_id_t module_id,
LOG_W(NR_MAC,"Cannot schedule retransmission. RI changed from %d to %d\n", LOG_W(NR_MAC,"Cannot schedule retransmission. RI changed from %d to %d\n",
retInfo->nrOfLayers, ps->nrOfLayers); retInfo->nrOfLayers, ps->nrOfLayers);
abort_nr_dl_harq(UE, current_harq_pid); abort_nr_dl_harq(UE, current_harq_pid);
remove_front_nr_list(&sched_ctrl->retrans_dl_harq);
return false; return false;
} }
......
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