Use SUPI not SUCI in error message

This commit is contained in:
jmasterfunk84 2023-12-29 11:19:50 -06:00 committed by Sukchan Lee
parent 0b93bd2ca9
commit f0de33833b
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ bool udm_nudm_uecm_handle_amf_registration(
}
if (!Amf3GppAccessRegistration->amf_instance_id) {
ogs_error("[%s] No amfInstanceId", udm_ue->suci);
ogs_error("[%s] No amfInstanceId", udm_ue->supi);
ogs_assert(true ==
ogs_sbi_server_send_error(stream, OGS_SBI_HTTP_STATUS_BAD_REQUEST,
message, "No amfInstanceId", udm_ue->supi));