Commit 6bd242cc authored by Daniel0326's avatar Daniel0326

Merge branch 'develop-nb-iot-merge' of...

Merge branch 'develop-nb-iot-merge' of https://gitlab.eurecom.fr/oai/openairinterface5g into develop-nb-iot-merge
parents fa2f2f4e f7e646d3
......@@ -71,6 +71,8 @@
#include "LAYER2/MAC/proto_NB_IoT.h"
#include "NB_IoT_config.h"
//#include "LAYER2/MAC/defs_NB_IoT.h"
//#include "LAYER2/MAC/vars_NB_IoT.h"
......@@ -633,6 +635,13 @@ int main( int argc, char **argv ) {
RCconfig_L1();
}
//nbiot L1 config
if (RC.nb_nb_iot_rrc_inst = 0){
printf("RC.nb_nb_iot_rrc_inst = 0, Initializing NB-IoT L1\n");
RCconfig_NbIoTL1();
}
///////end
if (RC.nb_inst > 0 && NODE_IS_CU(RC.rrc[0]->node_type)) {
protocol_ctxt_t ctxt;
ctxt.module_id = 0 ;
......
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