Commit 71780feb authored by Matthieu Kanj's avatar Matthieu Kanj

removing .h files from openair2/RRC/LITE/vars_NB_IoT.c

parent d8c70f50
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* contact@openairinterface.org * contact@openairinterface.org
*/ */
/* file: PHY/CODING/defs_nb_iot.h /* file: PHY/CODING/defs_NB_IoT.h
purpose: Top-level definitions, data types and function prototypes for openairinterface coding blocks for NB-IoT purpose: Top-level definitions, data types and function prototypes for openairinterface coding blocks for NB-IoT
author: matthieu.kanj@b-com.com, raymond.knopp@eurecom.fr, michele.paffetti@studio.unibo.it author: matthieu.kanj@b-com.com, raymond.knopp@eurecom.fr, michele.paffetti@studio.unibo.it
date: 29.06.2017 date: 29.06.2017
......
...@@ -48,7 +48,7 @@ int S_rrc= RRC2RRM_FIFO; ...@@ -48,7 +48,7 @@ int S_rrc= RRC2RRM_FIFO;
#endif //NO_RRM #endif //NO_RRM
#else #else
#include "LAYER2/MAC/extern.h" //#include "LAYER2/MAC/extern.h"
#ifndef NO_RRM #ifndef NO_RRM
sock_rrm_t S_rrc; sock_rrm_t S_rrc;
#endif #endif
...@@ -63,7 +63,7 @@ unsigned short Header_read_idx,Data_read_idx,Header_size; ...@@ -63,7 +63,7 @@ unsigned short Header_read_idx,Data_read_idx,Header_size;
unsigned short Data_to_read; unsigned short Data_to_read;
#endif //NO_RRM #endif //NO_RRM
#include "LAYER2/MAC/extern.h" //#include "LAYER2/MAC/extern.h"
#define MAX_U32 0xFFFFFFFF #define MAX_U32 0xFFFFFFFF
eNB_RRC_INST_NB_IoT *eNB_rrc_inst_NB_IoT; eNB_RRC_INST_NB_IoT *eNB_rrc_inst_NB_IoT;
......
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