update state machine

This commit is contained in:
Sukchan Lee 2018-01-20 12:42:58 +09:00
parent 2a6102d207
commit 6bcd72cf45
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_INIT([NEXTEPC], [0.3.0], [acetcom@gmail.com])
AC_INIT([NEXTEPC], [0.3.2], [acetcom@gmail.com])
AC_SUBST(LIBVERSION)
LIBVERSION=1:0:0

View File

@ -304,7 +304,7 @@ void emm_state_identity(fsm_t *s, event_t *e)
/* Send TAU Accept */
rv = nas_send_tau_accept(mme_ue);
d_assert(rv == CORE_OK,, "send send failed");
FSM_TRAN(&mme_ue->sm, &emm_state_detached);
FSM_TRAN(&mme_ue->sm, &emm_state_attached);
}
else
{