[SMF] Don't FSM_TRAN smf-sm into incorrect state

This commit is contained in:
mitmitmitm 2024-03-04 13:29:39 +01:00 committed by Sukchan Lee
parent 054323ba8d
commit a2b0284172
1 changed files with 0 additions and 2 deletions

View File

@ -870,8 +870,6 @@ void smf_state_operational(ogs_fsm_t *s, smf_event_t *e)
OGS_SBI_HTTP_STATUS_BAD_REQUEST,
NULL, strerror, NULL));
ogs_free(strerror);
OGS_FSM_TRAN(s, smf_gsm_state_exception);
break;
}