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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/18974 )
Change subject: abis.c: Use LOGPIL when logging signalling link down
......................................................................
abis.c: Use LOGPIL when logging signalling link down
Change-Id: Icedd533046853f67da5da84aae28b895a8cdb0bf
---
M src/common/abis.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/74/18974/1
diff --git a/src/common/abis.c b/src/common/abis.c
index ab32870..ad6fddc 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -140,7 +140,7 @@
static void sign_link_down(struct e1inp_line *line)
{
struct gsm_bts_trx *trx;
- LOGP(DABIS, LOGL_ERROR, "Signalling link down\n");
+ LOGPIL(line, DABIS, LOGL_ERROR, "Signalling link down\n");
/* First remove the OML signalling link */
if (g_bts->oml_link) {
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18974
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Icedd533046853f67da5da84aae28b895a8cdb0bf
Gerrit-Change-Number: 18974
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200623/0781a906/attachment.htm>