From 0bf7f22a3388d0c2e2d9f37df4414d4223fd6aa7 Mon Sep 17 00:00:00 2001
From: Luis Pereira <lpereira@allbesmart.pt>
Date: Wed, 21 Apr 2021 20:40:38 +0200
Subject: [PATCH] Revert "Fix for harq round when pucch fails"

This reverts commit e708b63bf7e4bb67ed92a94aa2d0cbc32f57100f
---
 openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_decoding.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_decoding.c b/openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_decoding.c
index 9a9f4c85bc..38794584bd 100644
--- a/openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_decoding.c
+++ b/openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_decoding.c
@@ -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
-- 
2.26.2