Follow-up on #2706

This commit is contained in:
Sukchan Lee 2023-10-28 21:51:08 +09:00
parent 18fba0d3db
commit e9c15f57e3
2 changed files with 1 additions and 2 deletions

View File

@ -243,8 +243,6 @@ bool ausf_nudm_ueau_handle_auth_removal_ind(ausf_ue_t *ausf_ue,
ogs_assert(ausf_ue);
ogs_assert(stream);
OGS_FSM_TRAN(&ausf_ue->sm, &ausf_ue_state_deleted);
memset(&sendmsg, 0, sizeof(sendmsg));
response = ogs_sbi_build_response(&sendmsg, OGS_SBI_HTTP_STATUS_NO_CONTENT);
ogs_assert(response);

View File

@ -172,6 +172,7 @@ void ausf_ue_state_operational(ogs_fsm_t *s, ausf_event_t *e)
CASE(OGS_SBI_RESOURCE_NAME_AUTH_EVENTS)
ausf_nudm_ueau_handle_auth_removal_ind(
ausf_ue, stream, message);
OGS_FSM_TRAN(s, &ausf_ue_state_deleted);
break;
DEFAULT