Commit 9ef95055 authored by Cedric Roux's avatar Cedric Roux

fix a crash (at this point "ue_context_p" is NULL,

so "ue_context_p->ue_context.random_ue_identity"
should not be accessed, changed by "random_value")


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7388 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 983041c1
......@@ -3589,7 +3589,7 @@ rrc_eNB_decode_ccch(
// no context available
LOG_I(RRC, PROTOCOL_RRC_CTXT_UE_FMT" Can't create new context for UE random UE identity (0x%" PRIx64 ")\n",
PROTOCOL_RRC_CTXT_UE_ARGS(ctxt_pP),
ue_context_p->ue_context.random_ue_identity);
random_value);
return -1;
}
}
......
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