fix tipo in amf logs (#1558)

This commit is contained in:
endika 2022-05-26 13:12:30 +02:00 committed by GitHub
parent c18e9f32cb
commit de0ba3f9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ int gmm_handle_ul_nas_transport(amf_ue_t *amf_ue,
}
if (!selected_slice || !sess->dnn) {
ogs_warn("[%s] DNN Not Supporetd OR "
ogs_warn("[%s] DNN Not Supported OR "
"Not Subscribed in the Slice", amf_ue->supi);
ogs_assert(OGS_OK ==
nas_5gs_send_gmm_status(amf_ue, OGS_5GMM_CAUSE_DNN_NOT_SUPPORTED_OR_NOT_SUBSCRIBED_IN_THE_SLICE));