From d53413610bcbd65388abae5ac1dfb31834843184 Mon Sep 17 00:00:00 2001
From: Matthieu Kanj <Matthieu.kanj@b-com.com>
Date: Tue, 22 Aug 2017 10:47:42 +0200
Subject: [PATCH] renaming file:openair2/PHY_INTERFACE/IF_Module_nb_iot.h ->
 openair2/PHY_INTERFACE/IF_Module_NB_IoT.h

---
 openair1/PHY/INIT/defs_NB_IoT.h                             | 2 +-
 openair1/PHY/INIT/lte_init_NB_IoT.c                         | 2 +-
 openair1/PHY/extern.h                                       | 2 +-
 openair1/PHY/extern_NB_IoT.h                                | 2 +-
 openair1/SCHED/extern.h                                     | 2 +-
 openair1/SCHED/extern_NB_IoT.h                              | 2 +-
 openair2/LAYER2/MAC/defs_NB_IoT.h                           | 2 +-
 openair2/LAYER2/MAC/eNB_scheduler_NB_IoT.c                  | 2 +-
 openair2/PHY_INTERFACE/IF_Module_L2_primitives_NB_IoT.h     | 2 +-
 openair2/PHY_INTERFACE/IF_Module_NB_IoT.c                   | 2 +-
 .../{IF_Module_nb_iot.h => IF_Module_NB_IoT.h}              | 2 +-
 openair2/RRC/LITE/L2_interface_NB_IoT.c                     | 6 +++---
 record.txt                                                  | 6 +++---
 13 files changed, 17 insertions(+), 17 deletions(-)
 rename openair2/PHY_INTERFACE/{IF_Module_nb_iot.h => IF_Module_NB_IoT.h} (99%)

diff --git a/openair1/PHY/INIT/defs_NB_IoT.h b/openair1/PHY/INIT/defs_NB_IoT.h
index 0eab33590f..0ae68d8474 100644
--- a/openair1/PHY/INIT/defs_NB_IoT.h
+++ b/openair1/PHY/INIT/defs_NB_IoT.h
@@ -24,7 +24,7 @@
 #define __INIT_DEFS_NB_IOT__H__
 
 #include "PHY/defs_NB_IoT.h"
-#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
+#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
 
 //#include "SystemInformationBlockType2.h"
 //#include "RadioResourceConfigCommonSIB.h"
diff --git a/openair1/PHY/INIT/lte_init_NB_IoT.c b/openair1/PHY/INIT/lte_init_NB_IoT.c
index 98478b6898..9879052a92 100644
--- a/openair1/PHY/INIT/lte_init_NB_IoT.c
+++ b/openair1/PHY/INIT/lte_init_NB_IoT.c
@@ -39,7 +39,7 @@
 #include "defs_NB_IoT.h"
 #include "RadioResourceConfigCommonSIB-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"
 
 //extern uint16_t prach_root_sequence_map0_3[838];
 //extern uint16_t prach_root_sequence_map4[138];
diff --git a/openair1/PHY/extern.h b/openair1/PHY/extern.h
index d6511a1f38..c3c1b75986 100644
--- a/openair1/PHY/extern.h
+++ b/openair1/PHY/extern.h
@@ -24,7 +24,7 @@
 
 #include "PHY/defs.h"
 #include "PHY_INTERFACE/defs.h"
-#include "PHY_INTERFACE/IF_Module_nb_iot.h"
+#include "PHY_INTERFACE/IF_Module_NB_IoT.h"
 
 extern  char* namepointer_chMag ;
 extern char* namepointer_log2;
diff --git a/openair1/PHY/extern_NB_IoT.h b/openair1/PHY/extern_NB_IoT.h
index 5b0c13982e..756b378361 100644
--- a/openair1/PHY/extern_NB_IoT.h
+++ b/openair1/PHY/extern_NB_IoT.h
@@ -25,7 +25,7 @@
 //#include "PHY/defs.h"
 #include "PHY/defs_NB_IoT.h"
 //#include "PHY_INTERFACE/defs.h"
-//#include "PHY_INTERFACE/IF_Module_nb_iot.h"
+//#include "PHY_INTERFACE/IF_Module_NB_IoT.h"
 /*
 extern  char* namepointer_chMag ;
 extern char* namepointer_log2;
diff --git a/openair1/SCHED/extern.h b/openair1/SCHED/extern.h
index 03fa90f2b9..f848dd39f8 100644
--- a/openair1/SCHED/extern.h
+++ b/openair1/SCHED/extern.h
@@ -57,7 +57,7 @@
 #endif  /* USER_MODE */
 
 #include "defs.h"
-#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
+#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
 //#include "dlc_engine.h"
 
 extern int openair_sched_status;
diff --git a/openair1/SCHED/extern_NB_IoT.h b/openair1/SCHED/extern_NB_IoT.h
index c3d3d827d2..22b2a07b22 100644
--- a/openair1/SCHED/extern_NB_IoT.h
+++ b/openair1/SCHED/extern_NB_IoT.h
@@ -63,7 +63,7 @@
 
 
 
-#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
+#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
 
 
 extern uint16_t hundred_times_log10_NPRB_NB_IoT[100];
diff --git a/openair2/LAYER2/MAC/defs_NB_IoT.h b/openair2/LAYER2/MAC/defs_NB_IoT.h
index 2a3b9b9836..04085ae06c 100644
--- a/openair2/LAYER2/MAC/defs_NB_IoT.h
+++ b/openair2/LAYER2/MAC/defs_NB_IoT.h
@@ -47,7 +47,7 @@
 #include "RACH-ConfigCommon-NB-r13.h"
 #include "MasterInformationBlock-NB.h"
 #include "BCCH-BCH-Message-NB.h"
-#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
+#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
 //#include "defs.h"
 //#ifdef PHY_EMUL
 //#include "SIMULATION/PHY_EMULATION/impl_defs.h"
diff --git a/openair2/LAYER2/MAC/eNB_scheduler_NB_IoT.c b/openair2/LAYER2/MAC/eNB_scheduler_NB_IoT.c
index 97706e03c3..e269b4cedd 100644
--- a/openair2/LAYER2/MAC/eNB_scheduler_NB_IoT.c
+++ b/openair2/LAYER2/MAC/eNB_scheduler_NB_IoT.c
@@ -45,7 +45,7 @@
 
 #include "LAYER2/MAC/defs_nb_iot.h"
 #include "LAYER2/MAC/proto_nb_iot.h"
-#include "PHY_INTERFACE/IF_Module_nb_iot.h"
+#include "PHY_INTERFACE/IF_Module_NB_IoT.h"
 
 #include "RRC/LITE/extern.h"
 #include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
diff --git a/openair2/PHY_INTERFACE/IF_Module_L2_primitives_NB_IoT.h b/openair2/PHY_INTERFACE/IF_Module_L2_primitives_NB_IoT.h
index 20cf41f567..6e712a6b51 100644
--- a/openair2/PHY_INTERFACE/IF_Module_L2_primitives_NB_IoT.h
+++ b/openair2/PHY_INTERFACE/IF_Module_L2_primitives_NB_IoT.h
@@ -1,4 +1,4 @@
-#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
+#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
 #include "LAYER2/MAC/extern.h"
 #include "LAYER2/MAC/proto_nb_iot.h"
 
diff --git a/openair2/PHY_INTERFACE/IF_Module_NB_IoT.c b/openair2/PHY_INTERFACE/IF_Module_NB_IoT.c
index ea6321cff5..7aef5ceaff 100644
--- a/openair2/PHY_INTERFACE/IF_Module_NB_IoT.c
+++ b/openair2/PHY_INTERFACE/IF_Module_NB_IoT.c
@@ -1,4 +1,4 @@
-#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
+#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
 #include "openair2/PHY_INTERFACE/IF_Module_L2_primitives_NB_IoT.h"
 #include "openair1/SCHED/IF_Module_L1_primitives_NB_IoT.h"
 #include "LAYER2/MAC/extern.h"
diff --git a/openair2/PHY_INTERFACE/IF_Module_nb_iot.h b/openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
similarity index 99%
rename from openair2/PHY_INTERFACE/IF_Module_nb_iot.h
rename to openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
index 19e6a4429c..a14904cb2c 100644
--- a/openair2/PHY_INTERFACE/IF_Module_nb_iot.h
+++ b/openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
@@ -11,7 +11,7 @@
 #include "nfapi_interface.h"
 #include "openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h"
 #include "PhysicalConfigDedicated-NB-r13.h"
-//#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
+//#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
 #include "openair2/COMMON/platform_types.h"
 
 #define SCH_PAYLOAD_SIZE_MAX 4096
diff --git a/openair2/RRC/LITE/L2_interface_NB_IoT.c b/openair2/RRC/LITE/L2_interface_NB_IoT.c
index b5d716fa64..ab132d1c4e 100644
--- a/openair2/RRC/LITE/L2_interface_NB_IoT.c
+++ b/openair2/RRC/LITE/L2_interface_NB_IoT.c
@@ -49,7 +49,7 @@
 #include "osa_defs.h"
 #include "pdcp_sequence_manager.h"
 #include "UTIL/OTG/otg_rx.h"
-#include "openair2/PHY_INTERFACE/IF_Module_nb_iot.h"
+#include "openair2/PHY_INTERFACE/IF_Module_NB_IoT.h"
 #include "openair1/SCHED/IF_Module_L1_primitives_NB_IoT.h"
 
 #ifdef PHY_EMUL
@@ -345,7 +345,7 @@ void config_sib2_NB_fapi(
 
     /*
      * Following the FAPI like approach:
-     * 1)fill the PHY_Config_t structure (PHY_INTERFACE/IF_Module_nb_iot.h)
+     * 1)fill the PHY_Config_t structure (PHY_INTERFACE/IF_Module_NB_IoT.h)
      * 1.1) check for how many NPRACH resources has been set and enable the corresponding parameter
      * 1.2)fill the structure PHY_Config_t (shared structure of the IF_Module
      * 2)Call the PHY_config_req for trigger the NB_phy_config_sib2_eNB()
@@ -631,7 +631,7 @@ int NB_rrc_mac_config_req_eNB(
 
     /*
      * Following the FAPI like approach:
-     * 1)fill the PHY_Config_t structure (PHY_INTERFACE/IF_Module_nb_iot.h)
+     * 1)fill the PHY_Config_t structure (PHY_INTERFACE/IF_Module_NB_IoT.h)
      * 2)Call the PHY_config_req for trigger the NB_phy_config_mib_eNB() at the end
      */
 
diff --git a/record.txt b/record.txt
index e6c2422ed2..99ca1294d5 100644
--- a/record.txt
+++ b/record.txt
@@ -41,7 +41,7 @@ Parameters: Add DCI unpacked format
 
 5/16
 Add:	    openair2/LAYER2/MAC/IF_Module_nb_iot.c
-Add:        openair2/PHY_INTERFACE/IF_Module_nb_iot.h
+Add:        openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
 Add:        openair1/PHY/sched/phy_procedures_lte_eNB_nb_iot.c
 
 Comment: Modify NB_phy_procedures_uespec_RX, change the way using primitive, use UL_IND data structure to store the needed parameters.
@@ -51,7 +51,7 @@ Parameters: UL_IND for Interface Module
 
 5/18
 Modified:   openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.h
-Modified:   openair2/PHY_INTERFACE/IF_Module_nb_iot.h
+Modified:   openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
 Modified:   openair2/LAYER2/MAC/IF_Module_nb_iot.c
 
 Comment: Complete the UL_INDICATION
@@ -64,7 +64,7 @@ Comment: 15 warnings fixed
 
 5/23
 Add:        openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
-Modified:   openair2/PHY_INTERFACE/IF_Module_nb_iot.h
+Modified:   openair2/PHY_INTERFACE/IF_Module_NB_IoT.h
 Modified:   openair1/Sched/phy_procedures_lte_eNB_nb_iot.c
 
 Comment: merge with RRC branch, start the TX part implementation
-- 
2.26.2