mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 04:53:24 +00:00
rsl: fix stray line break in logtext
The log output from the rsl layer injects line breaks at wrong places in the log. This messes up the logtext. This commit fixes the problem. Change-Id: Ibebffd52a551ead0f5486a56a92774204b337c7d
This commit is contained in:
committed by
Neels Hofmeyr
parent
9fa9783dc6
commit
114c4ff913
@@ -2323,6 +2323,8 @@ static void ipac_parse_rtp(struct gsm_lchan *lchan, struct tlv_parsed *tv)
|
||||
DEBUGPC(DRSL, "REMOTE_PORT=%u ", port);
|
||||
lchan->abis_ip.connect_port = port;
|
||||
}
|
||||
|
||||
DEBUGPC(DRSL, "\n");
|
||||
}
|
||||
|
||||
/*! \brief Issue IPA RSL CRCX to configure RTP on BTS side
|
||||
@@ -2554,7 +2556,6 @@ static int abis_rsl_rx_ipacc(struct msgb *msg)
|
||||
rllh->c.msg_type);
|
||||
break;
|
||||
}
|
||||
DEBUGPC(DRSL, "\n");
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user