From 10dd3e8d84ea6891a0b0f700a8380b9d48d579c9 Mon Sep 17 00:00:00 2001
From: Matthieu Kanj <Matthieu.kanj@b-com.com>
Date: Mon, 11 Feb 2019 14:49:32 +0100
Subject: [PATCH] fix UL_indication

---
 openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c b/openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
index eeaace1dea..95e7da3eac 100644
--- a/openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
+++ b/openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
@@ -1600,7 +1600,7 @@ void fill_rx_indication_NB_IoT(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc,uint8_t d
       pdu->rx_ue_information.rnti            = eNB->ulsch_NB_IoT[0]->rnti;
      
 
-      if(msg3_flag == 1)
+      /*if(msg3_flag == 1)
       {
           pdu->rx_indication_rel8.length         = 6; //eNB->ulsch_NB_IoT[0]->harq_process->TBS>>3;
           int m =0;
@@ -1610,10 +1610,10 @@ void fill_rx_indication_NB_IoT(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc,uint8_t d
               printf(" pdu content = %d \n", eNB->ulsch_NB_IoT[0]->harq_process->b[2+m]);
           }        
           
-      } else {
+      } else { */
 
           pdu->data  = eNB->ulsch_NB_IoT[0]->harq_process->b;
-      }
+      //}
       //pdu->data                              = eNB->ulsch_NB_IoT[UE_id]->harq_processes[harq_pid]->b;   
       //eNB->UL_INFO.rx_ind.rx_indication_body.number_of_pdus++;
       //eNB->UL_INFO.rx_ind.sfn_sf = frame<<4 | subframe;
-- 
2.26.2