Skip to content
Snippets Groups Projects
Commit 10a50563 authored by Cédric Roux's avatar Cédric Roux
Browse files

Merge remote-tracking branch 'origin/bugfix-exmimo' into develop_integration_w07

parents 9a5d17d9 7c463005
No related branches found
No related tags found
No related merge requests found
......@@ -2170,11 +2170,11 @@ void init_eNB(eNB_func_t node_function[], eNB_timing_t node_timing[],int nb_inst
malloc_IF4p5_buffer(eNB);
}
}
if (setup_eNB_buffers(PHY_vars_eNB_g[inst],&openair0_cfg[CC_id])!=0) {
printf("Exiting, cannot initialize eNodeB Buffers\n");
exit(-1);
if (setup_eNB_buffers(PHY_vars_eNB_g[inst],&openair0_cfg[CC_id])!=0) {
printf("Exiting, cannot initialize eNodeB Buffers\n");
exit(-1);
}
}
init_eNB_proc(inst);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment