Commit a94a6f38 authored by Lionel Gauthier's avatar Lionel Gauthier

Added preproc if (MME) for NAS message:

Line 1849
# if defined(ENABLE_USE_MME)
&& (UE_rrc_inst[Mod_id].initialNasMsg.data != NULL)
#endif


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4818 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent d8ac8ab6
......@@ -1846,7 +1846,11 @@ int decode_BCCH_DLSCH_Message(u8 Mod_id,u32 frame,u8 eNB_index,u8 *Sdu,u8 Sdu_le
}
}
if ((rrc_get_sub_state(Mod_id) == RRC_SUB_STATE_IDLE_SIB_COMPLETE) && (UE_rrc_inst[Mod_id].initialNasMsg.data != NULL)) {
if ((rrc_get_sub_state(Mod_id) == RRC_SUB_STATE_IDLE_SIB_COMPLETE)
# if defined(ENABLE_USE_MME)
&& (UE_rrc_inst[Mod_id].initialNasMsg.data != NULL)
#endif
) {
rrc_ue_generate_RRCConnectionRequest(Mod_id, frame, 0);
LOG_I(RRC, "not sending connection request\n");
......
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