fix the bug.. missing break in switch

This commit is contained in:
Sukchan Lee 2017-08-03 19:58:03 +09:00
parent 59999dcb4f
commit 8e2897ab44
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ void emm_state_operational(fsm_t *s, event_t *e)
break;
case GTP_DELETE_SESSION_RESPONSE_TYPE:
emm_handle_delete_session_response(bearer);
break;
case GTP_DOWNLINK_DATA_NOTIFICATION_TYPE:
{
gtp_xact_t *xact = (gtp_xact_t *)event_get_param3(e);