From 8f7b6391a51db02580d0faf09edc6bec07de7f2a Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Sat, 11 Feb 2017 12:31:45 +0100 Subject: [PATCH] fix: enough to do it once This is done a bit above in the code, no need to do it twice. --- openair1/PHY/LTE_TRANSPORT/dci_tools.c | 1 - 1 file changed, 1 deletion(-) diff --git a/openair1/PHY/LTE_TRANSPORT/dci_tools.c b/openair1/PHY/LTE_TRANSPORT/dci_tools.c index 90535dbd70..e38824861b 100755 --- a/openair1/PHY/LTE_TRANSPORT/dci_tools.c +++ b/openair1/PHY/LTE_TRANSPORT/dci_tools.c @@ -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; -- GitLab