nr,sched: avoid resetting Tx softbuffer every time a new DL HARQ proc is allocated

This commit is contained in:
Francisco 2021-10-22 12:41:26 +01:00 committed by Andre Puschmann
parent 8294724aad
commit 87459bad17
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ bool dl_harq_proc::new_tx(slot_point slot_tx,
uint32_t max_retx)
{
if (harq_proc::new_tx(slot_tx, slot_ack, grant, mcs, max_retx)) {
softbuffer->reset();
pdu->clear();
return true;
}