Skip to content

Commit

Permalink
[SMF] Don't FSM_TRAN smf-sm into incorrect state
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmitmitm authored and acetcom committed Mar 8, 2024
1 parent 054323b commit a2b0284
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/smf/smf-sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a2b0284

Please sign in to comment.