Commit 4d07eb12 authored by Cedric Roux's avatar Cedric Roux

bugfix: fix compilation: layer2_init_UE does not exist

parent 3d44973c
......@@ -61,7 +61,7 @@ void dl_phy_sync_success(module_id_t module_idP,
#endif
if (first_sync==1 && !(mme_enabled==1)) {
layer2_init_UE(module_idP);
//layer2_init_UE(module_idP);
openair_rrc_ue_init(module_idP,eNB_index);
} else
{
......
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