Commit 0bf7f22a authored by Luis Pereira's avatar Luis Pereira

Revert "Fix for harq round when pucch fails"

This reverts commit e708b63b
parent 58ecfde6
......@@ -431,9 +431,6 @@ uint32_t nr_dlsch_decoding(PHY_VARS_NR_UE *phy_vars_ue,
nb_rb = harq_process->nb_rb;
// Fix for harq round when pucch fails
harq_process->round = nr_rv_round_map_ue[harq_process->rvidx];
harq_process->trials[harq_process->round]++;
uint16_t nb_rb_oh = 0; // it was not computed at UE side even before and set to 0 in nr_compute_tbs
......
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