add emm_state_exception if identity response cannot find IMSI

This commit is contained in:
Sukchan Lee
2018-01-22 17:08:53 +09:00
parent ebd8d2f571
commit 17cbd61552

View File

@@ -146,6 +146,7 @@ static void emm_state_detached_attached(fsm_t *s, event_t *e)
if (!MME_UE_HAVE_IMSI(mme_ue))
{
d_error("No IMSI");
FSM_TRAN(s, emm_state_exception);
return;
}