[UPF] URR time threshold log to info (#1997)

This commit is contained in:
Sukchan Lee 2023-01-23 15:58:55 +09:00
parent f8aedb3abe
commit 54331d77ee
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ static void upf_sess_urr_acc_timers_cb(void *data)
ogs_pfcp_sess_t *pfcp_sess = urr->sess;
upf_sess_t *sess = UPF_SESS(pfcp_sess);
ogs_warn("upf_time_threshold_cb() triggered! urr=%p", urr);
ogs_info("upf_time_threshold_cb() triggered! urr=%p", urr);
if (urr->rep_triggers.quota_validity_time ||
urr->rep_triggers.time_quota ||