This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgNeels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/10639
Change subject: log: lchan_rtp_fsm: add missing '\n'
......................................................................
log: lchan_rtp_fsm: add missing '\n'
Change-Id: Ifa46295ef23cf3728bc946fe27b34f0607a24c9e
---
M src/osmo-bsc/lchan_rtp_fsm.c
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/39/10639/1
diff --git a/src/osmo-bsc/lchan_rtp_fsm.c b/src/osmo-bsc/lchan_rtp_fsm.c
index 93883af..bf73429 100644
--- a/src/osmo-bsc/lchan_rtp_fsm.c
+++ b/src/osmo-bsc/lchan_rtp_fsm.c
@@ -141,7 +141,7 @@
struct mgcp_conn_peer crcx_info = {};
if (use_mgwep_ci) {
- LOG_LCHAN_RTP(lchan, LOGL_DEBUG, "MGW endpoint already available: %s",
+ LOG_LCHAN_RTP(lchan, LOGL_DEBUG, "MGW endpoint already available: %s\n",
mgwep_ci_name(use_mgwep_ci));
lchan_rtp_fsm_state_chg(LCHAN_RTP_ST_WAIT_LCHAN_READY);
return;
@@ -174,7 +174,7 @@
switch (event) {
case LCHAN_RTP_EV_MGW_ENDPOINT_AVAILABLE:
- LOG_LCHAN_RTP(lchan, LOGL_DEBUG, "MGW endpoint: %s",
+ LOG_LCHAN_RTP(lchan, LOGL_DEBUG, "MGW endpoint: %s\n",
mgwep_ci_name(lchan_use_mgw_endpoint_ci_bts(lchan)));
lchan_rtp_fsm_state_chg(LCHAN_RTP_ST_WAIT_LCHAN_READY);
return;
@@ -205,7 +205,7 @@
struct gsm_lchan *lchan = lchan_rtp_fi_lchan(fi);
if (lchan->activate.activ_ack) {
- LOG_LCHAN_RTP(lchan, LOGL_DEBUG, "Activ Ack received earlier, no need to wait");
+ LOG_LCHAN_RTP(lchan, LOGL_DEBUG, "Activ Ack received earlier, no need to wait\n");
lchan_rtp_fsm_post_lchan_ready(fi);
}
}
@@ -426,7 +426,7 @@
return;
}
- LOG_LCHAN_RTP(lchan, LOGL_DEBUG, "Sending BTS side RTP port info %s:%u to MGW %s",
+ LOG_LCHAN_RTP(lchan, LOGL_DEBUG, "Sending BTS side RTP port info %s:%u to MGW %s\n",
mdcx_info.addr, mdcx_info.port, mgwep_ci_name(ci));
mgw_endpoint_ci_request(ci, MGCP_VERB_MDCX, &mdcx_info,
fi, LCHAN_RTP_EV_MGW_ENDPOINT_CONFIGURED,
--
To view, visit https://gerrit.osmocom.org/10639
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa46295ef23cf3728bc946fe27b34f0607a24c9e
Gerrit-Change-Number: 10639
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180827/e510037b/attachment.htm>