Commit 5de7f61f authored by Raymond Knopp's avatar Raymond Knopp

monolithic is functional with EPC and COTS UE (full connection)

parent a1b60957
...@@ -3012,6 +3012,6 @@ void read_config_and_init() ...@@ -3012,6 +3012,6 @@ void read_config_and_init()
RCconfig_RRC(enb_id, RC.rrc[enb_id],macrlc_has_f1[enb_id]); RCconfig_RRC(enb_id, RC.rrc[enb_id],macrlc_has_f1[enb_id]);
} }
if (RC.nb_macrlc_inst == 0) if (RC.rrc[0]->node_type != ngran_eNB_DU)
pdcp_layer_init(); pdcp_layer_init();
} }
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