Skip to content

Commit

Permalink
Use SUPI not SUCI in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmasterfunk84 authored and acetcom committed Dec 31, 2023
1 parent 0b93bd2 commit f0de338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udm/nudm-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit f0de338

Please sign in to comment.