Skip to content

Commit ee0f3cc

Browse files
authored
Fix xlog statement formatting in mo.cfg
1 parent 5acda43 commit ee0f3cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pcscf/route/mo.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ route[N5_INIT_REQ] {
132132
$var(sdp_src_port) = $sdp(m0:rtp:port);
133133
$var(sdp_src_rtcp_port) = $sdp(m0:rtcp:port);
134134
$var(sdp_mline_raw) = $sdp(m0:raw);
135-
xlog("L_INFO", "SDP Info : Connection IP is $var(sdp_src_ip) Port is $var(sdp_src_port) Mline dump $var(sdp_mline_raw) \n");
135+
136+
xlog("L_INFO", "SDP Info : Connection IP is $var(sdp_src_ip) Port is $var(sdp_src_port) Mline dump $var(sdp_mline_raw) \n");
136137

137138
$var(user_id_sdp_ip) = $fU;
138139
# Store the SDP source IP in the hash table associated with the UE

0 commit comments

Comments
 (0)