Skip to content
Snippets Groups Projects
Commit 15656679 authored by Francesco Mani's avatar Francesco Mani
Browse files

remove rtx from list

parent 6f481e09
No related branches found
No related tags found
3 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1605integration_2022_wk26,!1600Discard RTX if RI changed
......@@ -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",
retInfo->nrOfLayers, ps->nrOfLayers);
abort_nr_dl_harq(UE, current_harq_pid);
remove_front_nr_list(&sched_ctrl->retrans_dl_harq);
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment