From 726dc91b7a848983c7642cfa2e843bfb4e9765be Mon Sep 17 00:00:00 2001 From: NUCLEAR-WAR <63456208+NUCLEAR-WAR@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:24:18 +0200 Subject: [PATCH] removing unnecessary log outputs --- pcscf/route/mo.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pcscf/route/mo.cfg b/pcscf/route/mo.cfg index c3daf41..e65a238 100644 --- a/pcscf/route/mo.cfg +++ b/pcscf/route/mo.cfg @@ -82,8 +82,6 @@ route[MO] if(is_method("INVITE")) { route(N5_INIT_REQ); } - xlog("L_ALERT", "Route N5 logic is finished now continue with the normal route\n"); - #!ifdef TRF_FUNCTION $var(trf) = TRF_FUNCTION; @@ -355,7 +353,6 @@ onreply_route[MO_reply] { xlog("L_ALERT","Proccessing QoS N5 Request for SDP Answer on INVITE\n"); route(N5_PATCH_REQ); } - xlog("L_ALERT"," finnished N5 PATCH Request now continue Orig_Reply logic\n"); #!ifdef WITH_IPSEC ipsec_forward("location", IPSEC_FORWARD_FLAGS); @@ -486,8 +483,6 @@ onreply_route[MO_indialog_reply] { xlog("L_ALERT"," InDialog SDP Answer N5 Request for 200OK reINVITE\n"); route(N5_PATCH_REQ); } - xlog("L_ALERT"," back to Orig_Reply logic\n"); - # In case of 1xx and 2xx do NAT if(status=~"[12][0-9][0-9]") route(NATMANAGE);