Commit 9aa4543a authored by Florian Kaltenberger's avatar Florian Kaltenberger

fix for real-time UE (protected some code with OAI_EMU)


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7534 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent bc14704c
......@@ -1281,7 +1281,7 @@ rrc_ue_process_radioResourceConfigDedicated(
UE_rrc_inst[ctxt_pP->module_id].Info[eNB_index].State = RRC_CONNECTED;
LOG_I(RRC,"[UE %d] State = RRC_CONNECTED (eNB %d)\n",ctxt_pP->module_id,eNB_index);
#if !defined(ENABLE_USE_MME)
#if !defined(ENABLE_USE_MME) && defined(OAI_EMU)
rrc_eNB_emulation_notify_ue_module_id(
ctxt_pP->module_id,
ctxt_pP->rnti,
......
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