Commit b4816cb4 authored by Matthieu Kanj's avatar Matthieu Kanj

renaming file:openair2/RRC/LITE/extern_nb_iot.h -> openair2/RRC/LITE/extern_NB_IoT.h

openair2/RRC/LITE/proto_nb_iot.h -> openair2/RRC/LITE/proto_NB_IoT.h
parent de02d825
......@@ -23,7 +23,7 @@
#include "SCHED/defs_NB_IoT.h"
//#include "PHY/extern.h"
#include "PHY/extern_NB_IoT.h"
//#include "RRC/LITE/proto_nb_iot.h"
//#include "RRC/LITE/proto_NB_IoT.h"
//#include "SIMULATION/TOOLS/defs.h"
//#include "RadioResourceConfigCommonSIB.h"
//#include "RadioResourceConfigDedicated.h"
......
......@@ -34,7 +34,7 @@
#include "defs_NB_IoT.h"
#include "proto_nb_iot.h"
//#include "extern.h"
#include "RRC/LITE/proto_nb_iot.h"
#include "RRC/LITE/proto_NB_IoT.h"
int mac_init_global_param_NB(void)
......
......@@ -70,7 +70,7 @@ extern int otg_enabled;
#ifdef NB_IOT
#include "openair2/RRC/LITE/proto_nb_iot.h"
#include "openair2/RRC/LITE/proto_NB_IoT.h"
#undef maxDRB
#define maxDRB maxDRB_NB_r13
#endif
......
......@@ -49,7 +49,7 @@ extern boolean_t pdcp_data_ind(
#define DEBUG_RLC_DATA_REQ 1
#ifdef NB_IOT
#include "openair2/RRC/LITE/proto_nb_iot.h"
#include "openair2/RRC/LITE/proto_NB_IoT.h"
#undef maxDRB
#define maxDRB maxDRB_NB_r13
#endif
......
......@@ -546,7 +546,7 @@ typedef struct eNB_RRC_INST_NB_s {
//} OAI_UECapability_t;
#include "proto_nb_iot.h" //should be put here otherwise compilation error
#include "proto_NB_IoT.h" //should be put here otherwise compilation error
#endif
/** @} */
......@@ -18,7 +18,7 @@
* contact@openairinterface.org
*/
/*! \file proto_nb_iot.h
/*! \file proto_NB_IoT.h
* \brief RRC functions prototypes for eNB and UE for NB-IoT
* \author Navid Nikaein, Raymond Knopp and Michele Paffetti
* \date 2010 - 2014
......@@ -33,7 +33,7 @@
#include "RRC/LITE/defs_NB_IoT.h"
#include "pdcp.h"
#include "rlc.h"
#include "extern_nb_iot.h"
#include "extern_NB_IoT.h"
/*NOTE: no static function should be declared in this header file (e.g. init_SI_NB)*/
......
......@@ -30,7 +30,7 @@
#include "defs_NB_IoT.h"
#include "extern.h"
#include "extern_nb_iot.h"
#include "extern_NB_IoT.h"
#include "LAYER2/MAC/extern.h"
#include "COMMON/openair_defs.h"
#include "COMMON/platform_types.h"
......@@ -42,7 +42,7 @@
#include "pdcp.h"
#include "UTIL/LOG/vcd_signal_dumper.h"
#include "rrc_eNB_UE_context.h"
#include "proto_nb_iot.h"
#include "proto_NB_IoT.h"
#ifdef LOCALIZATION
#include <sys/time.h>
......
......@@ -42,7 +42,7 @@
#include "SRB-ToAddMod-NB-r13.h"
#include "extern.h"
#include "extern_nb_iot.h"
#include "extern_NB_IoT.h"
#include "assertions.h"
#include "asn1_conversions.h"
#include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
......
......@@ -36,7 +36,7 @@
#include "LogicalChannelConfig-NB-r13.h"
//-----------------------------------------------------------------------
// ALL what is defined here should be shared through extern_nb_iot.h file
// ALL what is defined here should be shared through extern_NB_IoT.h file
//------------------------------------------------------------------------
......
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