[MME] UE-initiated detach removes S1 only (#1698)

This commit is contained in:
Sukchan Lee 2022-08-20 01:08:20 +09:00
parent 9bb9a4cae9
commit 242b138597
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ int nas_eps_send_detach_accept(mme_ue_t *mme_ue)
rv = s1ap_send_ue_context_release_command(enb_ue,
S1AP_Cause_PR_nas, S1AP_CauseNas_detach,
S1AP_UE_CTX_REL_UE_CONTEXT_REMOVE, 0);
S1AP_UE_CTX_REL_S1_REMOVE_AND_UNLINK, 0);
ogs_expect(rv == OGS_OK);
return rv;