From 54331d77ee3c1649742ed674088fccc8a162b7c7 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Mon, 23 Jan 2023 15:58:55 +0900 Subject: [PATCH] [UPF] URR time threshold log to info (#1997) --- src/upf/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upf/context.c b/src/upf/context.c index c907faf11..4644c20e9 100644 --- a/src/upf/context.c +++ b/src/upf/context.c @@ -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 ||