Change in libosmo-abis[master]: input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GET

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Dec 1 20:00:12 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/16392 )

Change subject: input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GET
......................................................................

input/ipaccess.c: fix debug message on receipt of IPAC_MSGT_ID_GET

Change-Id: I83c52c9733852cfebf183819fb36bd634d84bf7d
---
M src/input/ipaccess.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
index 65851ef..2166524 100644
--- a/src/input/ipaccess.c
+++ b/src/input/ipaccess.c
@@ -720,7 +720,7 @@
 			if (link->ofd->priv_nr >= E1INP_SIGN_RSL)
 				trx_nr = link->ofd->priv_nr - E1INP_SIGN_RSL;
 
-			LOGP(DLINP, LOGL_NOTICE, "received ID get from %u/%u/%u\n",
+			LOGP(DLINP, LOGL_NOTICE, "received ID_GET for unit ID %u/%u/%u\n",
 			     dev->site_id, dev->bts_id, trx_nr);
 			rmsg = ipa_bts_id_resp(dev, data + 1, len - 1, trx_nr);
 			ret = ipa_send(link->ofd->fd, rmsg->data, rmsg->len);

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/16392
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I83c52c9733852cfebf183819fb36bd634d84bf7d
Gerrit-Change-Number: 16392
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191201/090e8d9e/attachment.htm>


More information about the gerrit-log mailing list