add warning

This commit is contained in:
Sukchan Lee 2018-04-15 18:37:45 +09:00
parent 539d0c7bc5
commit ae1660c436
1 changed files with 1 additions and 0 deletions

View File

@ -413,6 +413,7 @@ void mme_state_operational(fsm_t *s, event_t *e)
ESM_CAUSE_PROTOCOL_ERROR_UNSPECIFIED);
d_assert(rv == CORE_OK,,
"nas_send_attach_reject failed");
d_warn("EMM_CAUSE : IMSI Unknown in HSS");
enb_ue = mme_ue->enb_ue;
d_assert(enb_ue, break, "No ENB UE context");