From 1ec31489b6c83cb5d6093ba368230f54e3d15fbe Mon Sep 17 00:00:00 2001
From: Matthieu Kanj <Matthieu.kanj@b-com.com>
Date: Fri, 18 Aug 2017 17:21:01 +0200
Subject: [PATCH] renaming file: openair1/PHY/LTE_TRANSPORT/defs_nb_iot.h ->
 openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h

---
 openair1/PHY/LTE_TRANSPORT/{defs_nb_iot.h => defs_NB_IoT.h} | 0
 openair1/PHY/LTE_TRANSPORT/dlsch_coding_NB_IoT.c            | 2 +-
 openair1/PHY/LTE_TRANSPORT/dlsch_modulation_NB_IoT.c        | 2 +-
 openair1/PHY/LTE_TRANSPORT/dlsch_scrambling_NB_IoT.c        | 2 +-
 openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c                   | 2 +-
 openair1/PHY/defs.h                                         | 2 +-
 openair1/PHY/defs_nb_iot.h                                  | 2 +-
 openair2/PHY_INTERFACE/IF_Module_nb_iot.h                   | 2 +-
 record.txt                                                  | 2 +-
 9 files changed, 8 insertions(+), 8 deletions(-)
 rename openair1/PHY/LTE_TRANSPORT/{defs_nb_iot.h => defs_NB_IoT.h} (100%)

diff --git a/openair1/PHY/LTE_TRANSPORT/defs_nb_iot.h b/openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
similarity index 100%
rename from openair1/PHY/LTE_TRANSPORT/defs_nb_iot.h
rename to openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_coding_NB_IoT.c b/openair1/PHY/LTE_TRANSPORT/dlsch_coding_NB_IoT.c
index cebe759ec4..494f957fd2 100644
--- a/openair1/PHY/LTE_TRANSPORT/dlsch_coding_NB_IoT.c
+++ b/openair1/PHY/LTE_TRANSPORT/dlsch_coding_NB_IoT.c
@@ -18,7 +18,7 @@
 #include "PHY/CODING/defs_NB_IoT.h"
 //#include "PHY/CODING/extern.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 "SCHED/defs_nb_iot.h"
 //#include "defs_nb_iot.h"
diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_modulation_NB_IoT.c b/openair1/PHY/LTE_TRANSPORT/dlsch_modulation_NB_IoT.c
index cdc7cd0869..02de09cd4f 100644
--- a/openair1/PHY/LTE_TRANSPORT/dlsch_modulation_NB_IoT.c
+++ b/openair1/PHY/LTE_TRANSPORT/dlsch_modulation_NB_IoT.c
@@ -18,7 +18,7 @@
 //#include "PHY/CODING/defs_nb_iot.h"
 //#include "PHY/CODING/extern.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 "defs.h"
 //#include "UTIL/LOG/vcd_signal_dumper.h"
 
diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_scrambling_NB_IoT.c b/openair1/PHY/LTE_TRANSPORT/dlsch_scrambling_NB_IoT.c
index 9dfd391fbf..c444a185cd 100644
--- a/openair1/PHY/LTE_TRANSPORT/dlsch_scrambling_NB_IoT.c
+++ b/openair1/PHY/LTE_TRANSPORT/dlsch_scrambling_NB_IoT.c
@@ -23,7 +23,7 @@
 //#include "PHY/extern_NB_IoT.h"
 //#include "UTIL/LOG/vcd_signal_dumper.h"
 
-#include "PHY/LTE_TRANSPORT/defs_nb_iot.h"
+#include "PHY/LTE_TRANSPORT/defs_NB_IoT.h"
 
 void dlsch_scrambling_NB_IoT(NB_IoT_DL_FRAME_PARMS  *frame_parms,
 							               NB_IoT_eNB_DLSCH_t     *dlsch,
diff --git a/openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c b/openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
index be1479f275..51b3b6f36f 100644
--- a/openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
+++ b/openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
@@ -16,7 +16,7 @@
 #include "PHY/defs_nb_iot.h"
 //#include "PHY/CODING/extern.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 "extern_NB_IoT.h"
 //#include "PHY/extern_NB_IoT.h"
 //#include "PHY/sse_intrin.h"
diff --git a/openair1/PHY/defs.h b/openair1/PHY/defs.h
index 77985003aa..c032e8c7c9 100644
--- a/openair1/PHY/defs.h
+++ b/openair1/PHY/defs.h
@@ -129,7 +129,7 @@ static inline void* malloc16_clear( size_t size )
 #ifdef OPENAIR_LTE
 
 #include "PHY/LTE_TRANSPORT/defs.h"
-#include "PHY/LTE_TRANSPORT/defs_nb_iot.h"
+#include "PHY/LTE_TRANSPORT/defs_NB_IoT.h"
 #include <pthread.h>
 
 #include "targets/ARCH/COMMON/common_lib.h"
diff --git a/openair1/PHY/defs_nb_iot.h b/openair1/PHY/defs_nb_iot.h
index 6307a16573..1f29e5791b 100644
--- a/openair1/PHY/defs_nb_iot.h
+++ b/openair1/PHY/defs_nb_iot.h
@@ -134,7 +134,7 @@ static inline void* malloc16_clear( size_t size )
 #ifdef OPENAIR_LTE
 
 //#include "PHY/LTE_TRANSPORT/defs.h"
-#include "PHY/LTE_TRANSPORT/defs_nb_iot.h"
+#include "PHY/LTE_TRANSPORT/defs_NB_IoT.h"
 #include <pthread.h>
 
 #include "targets/ARCH/COMMON/common_lib.h"
diff --git a/openair2/PHY_INTERFACE/IF_Module_nb_iot.h b/openair2/PHY_INTERFACE/IF_Module_nb_iot.h
index 343d952482..19e6a4429c 100644
--- a/openair2/PHY_INTERFACE/IF_Module_nb_iot.h
+++ b/openair2/PHY_INTERFACE/IF_Module_nb_iot.h
@@ -9,7 +9,7 @@
 #define __IF_MODULE_NB_IoT__H__
 
 #include "nfapi_interface.h"
-#include "openair1/PHY/LTE_TRANSPORT/defs_nb_iot.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/COMMON/platform_types.h"
diff --git a/record.txt b/record.txt
index ccd01e34a6..fb95da3105 100644
--- a/record.txt
+++ b/record.txt
@@ -63,7 +63,7 @@ Parameters: Sched_Rsp for Interface Module
 Comment: 15 warnings fixed 
 
 5/23
-Add:        openair1/PHY/LTE_TRANSPORT/defs_nb_iot.h
+Add:        openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
 Modified:   openair2/PHY_INTERFACE/IF_Module_nb_iot.h
 Modified:   openair1/Sched/phy_procedures_lte_eNB_nb_iot.c
 
-- 
2.26.2