Merge branch 'sctp_crash_upstream' of https://github.com/althea-net/open5gs into althea-net-sctp_crash_upstream

This commit is contained in:
Sukchan Lee 2022-05-15 22:22:01 +09:00
commit 478723203f
1 changed files with 3 additions and 1 deletions

View File

@ -488,7 +488,9 @@ void mme_gtp_send_release_all_ue_in_enb(mme_enb_t *enb, int action)
if (mme_ue) {
ogs_assert(OGS_OK ==
mme_gtp_send_release_access_bearers_request(mme_ue, action));
if (action == OGS_GTP_RELEASE_S1_CONTEXT_REMOVE_BY_LO_CONNREFUSED) {
enb_ue_remove(enb_ue);
}
} else {
ogs_warn("mme_gtp_send_release_all_ue_in_enb()");
ogs_warn(" ENB_UE_S1AP_ID[%d] MME_UE_S1AP_ID[%d] Action[%d]",