From 05551f120ffbaf21c0aebdccdc2848b7c49b8a78 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sat, 9 Apr 2022 00:39:21 +0900 Subject: [PATCH] [Gy] use WARN log-level if No Gy Diameter Peer --- src/smf/gx-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smf/gx-handler.c b/src/smf/gx-handler.c index cff35b728..4fd14978f 100644 --- a/src/smf/gx-handler.c +++ b/src/smf/gx-handler.c @@ -275,7 +275,7 @@ void smf_gx_handle_cca_initial_request( /* if !Gy */ if (!ogs_diam_app_connected(OGS_DIAM_GY_APPLICATION_ID)) { - ogs_error("No Gy Diameter Peer"); + ogs_warn("No Gy Diameter Peer"); //cause_value = OGS_GTP1_CAUSE_NO_RESOURCES_AVAILABLE; /* FIXME: let's continue on now without Gy (charging features). Ideally * it should be specified in the config the policy to use if Gy not