Commit 64978091 authored by Matthieu Kanj's avatar Matthieu Kanj

renaming file:openair1/SCHED/defs_nb_iot.h -> openair1/SCHED/defs_NB_IoT.h ,

openair1/SCHED/phy_procedures_lte_eNb_nb_iot.c -> openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
parent 44215ada
...@@ -965,7 +965,7 @@ add_library(SECU_CN ${SECU_CN_SRC}) ...@@ -965,7 +965,7 @@ add_library(SECU_CN ${SECU_CN_SRC})
################################" ################################"
set(SCHED_SRC set(SCHED_SRC
${OPENAIR1_DIR}/SCHED/phy_procedures_lte_eNb.c ${OPENAIR1_DIR}/SCHED/phy_procedures_lte_eNb.c
${OPENAIR1_DIR}/SCHED/phy_procedures_lte_eNb_nb_iot.c ${OPENAIR1_DIR}/SCHED/phy_procedures_lte_eNb_NB_IoT.c
${OPENAIR1_DIR}/SCHED/phy_procedures_lte_ue.c ${OPENAIR1_DIR}/SCHED/phy_procedures_lte_ue.c
${OPENAIR1_DIR}/SCHED/phy_procedures_lte_common.c ${OPENAIR1_DIR}/SCHED/phy_procedures_lte_common.c
${OPENAIR1_DIR}/SCHED/phy_procedures_lte_common_NB_IoT.c ${OPENAIR1_DIR}/SCHED/phy_procedures_lte_common_NB_IoT.c
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
*/ */
//#include "defs.h" //#include "defs.h"
#include "SCHED/defs_nb_iot.h" #include "SCHED/defs_NB_IoT.h"
//#include "PHY/extern.h" //#include "PHY/extern.h"
#include "PHY/extern_NB_IoT.h" #include "PHY/extern_NB_IoT.h"
//#include "RRC/LITE/proto_nb_iot.h" //#include "RRC/LITE/proto_nb_iot.h"
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <math.h> #include <math.h>
//NB-IoT //NB-IoT
#include "defs_nb_iot.h" #include "defs_NB_IoT.h"
#include "RadioResourceConfigCommonSIB-NB-r13.h" #include "RadioResourceConfigCommonSIB-NB-r13.h"
#include "RadioResourceConfigDedicated-NB-r13.h" #include "RadioResourceConfigDedicated-NB-r13.h"
#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h" #include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
//#include "PHY/defs.h" //#include "PHY/defs.h"
#include "PHY/extern_NB_IoT.h" #include "PHY/extern_NB_IoT.h"
#include "PHY/LTE_TRANSPORT/extern_NB_IoT.h" #include "PHY/LTE_TRANSPORT/extern_NB_IoT.h"
#include "SCHED/defs_nb_iot.h" #include "SCHED/defs_NB_IoT.h"
#ifdef DEBUG_DCI_TOOLS #ifdef DEBUG_DCI_TOOLS
#include "PHY/vars_NB_IoT.h" #include "PHY/vars_NB_IoT.h"
#endif #endif
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
//#include "PHY/CODING/lte_interleaver_inline.h" //#include "PHY/CODING/lte_interleaver_inline.h"
#include "PHY/LTE_TRANSPORT/defs_NB_IoT.h" #include "PHY/LTE_TRANSPORT/defs_NB_IoT.h"
#include "PHY/LTE_TRANSPORT/proto_NB_IoT.h" #include "PHY/LTE_TRANSPORT/proto_NB_IoT.h"
#include "SCHED/defs_nb_iot.h" #include "SCHED/defs_NB_IoT.h"
//#include "defs_nb_iot.h" //#include "defs_nb_iot.h"
//#include "UTIL/LOG/vcd_signal_dumper.h" //#include "UTIL/LOG/vcd_signal_dumper.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "../SCHED/IF_Module_L1_primitives_NB_IoT.h" #include "../SCHED/IF_Module_L1_primitives_NB_IoT.h"
//#include "../SCHED/defs.h" //#include "../SCHED/defs.h"
#include "../SCHED/defs_nb_iot.h" #include "../SCHED/defs_NB_IoT.h"
#include "assertions.h" #include "assertions.h"
//#include "PHY/defs.h" //#include "PHY/defs.h"
#include "PHY/defs_NB_IoT.h" #include "PHY/defs_NB_IoT.h"
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
//#endif //#endif
// for NB-IoT // for NB-IoT
#include "SCHED/defs_nb_iot.h" #include "SCHED/defs_NB_IoT.h"
//#define DEBUG_PHY_PROC (Already defined in cmake) //#define DEBUG_PHY_PROC (Already defined in cmake)
//#define DEBUG_ULSCH //#define DEBUG_ULSCH
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
//NB-IoT //NB-IoT
#include "SCHED/defs_nb_iot.h" #include "SCHED/defs_NB_IoT.h"
#include "LAYER2/MAC/defs.h" #include "LAYER2/MAC/defs.h"
#include "LAYER2/MAC/extern.h" #include "LAYER2/MAC/extern.h"
......
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