changed error tagged log to info tagged log for handling 5g guti information during Configuration Update procedure

This commit is contained in:
ridzafauzi 2023-01-10 14:29:07 +08:00 committed by Sukchan Lee
parent c0a61fb71e
commit 92efca1fbf
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ static void common_register_state(ogs_fsm_t *s, amf_event_t *e)
if (amf_ue->next.m_tmsi) {
amf_ue_confirm_guti(amf_ue);
} else {
ogs_error("[%s] No GUTI allocated", amf_ue->supi);
ogs_info("[%s] No GUTI allocated", amf_ue->supi);
}
CLEAR_AMF_UE_TIMER(amf_ue->t3555);