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

master
Francisco 3 years ago committed by Andre Puschmann
parent 8294724aad
commit 87459bad17

@ -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;
}

Loading…
Cancel
Save