Commit 8f7b6391 authored by Cedric Roux's avatar Cedric Roux

fix: enough to do it once

This is done a bit above in the code, no need to do it twice.
parent c5f400e9
......@@ -4736,7 +4736,6 @@ int generate_ue_dlsch_params_from_dci(int frame,
else
LOG_E(PHY,"invalid mcs %d\n",mcs);
// printf("test: MCS %d, NPRB %d, TBS %d\n",mcs,NPRB,dlsch0_harq->TBS);
dlsch[0]->current_harq_pid = harq_pid;
dlsch[0]->active = 1;
......
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