From 6ec89bec1f02274b3bef108a95639271a357d310 Mon Sep 17 00:00:00 2001 From: Guido Casati <guido.casati@iis.fraunhofer.de> Date: Mon, 26 Aug 2019 17:37:49 +0200 Subject: [PATCH] Bugfix: header from NR included in LTE UE PHY procedures --- openair1/SCHED_UE/phy_procedures_lte_ue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair1/SCHED_UE/phy_procedures_lte_ue.c b/openair1/SCHED_UE/phy_procedures_lte_ue.c index e67735de71..2973473c5a 100644 --- a/openair1/SCHED_UE/phy_procedures_lte_ue.c +++ b/openair1/SCHED_UE/phy_procedures_lte_ue.c @@ -37,7 +37,7 @@ e@ieee.org #include "assertions.h" #include "PHY/defs_UE.h" #include "PHY/phy_extern_ue.h" -#include "executables/nr-uesoftmodem.h" +//#include "executables/nr-uesoftmodem.h" #include "targets/RT/USER/lte-softmodem.h" #include "PHY/LTE_UE_TRANSPORT/transport_proto_ue.h" -- 2.26.2