Change in openbsc[master]: abis_nm_ipaccess_rsl_connect: Log bts and trx nr

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Tue Aug 28 17:07:33 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10664


Change subject: abis_nm_ipaccess_rsl_connect: Log bts and trx nr
......................................................................

abis_nm_ipaccess_rsl_connect: Log bts and trx nr

Back-port from osmo-bsc.git 24f2f55132f7230e387aef85612dcd6fc59cebe5.

Change-Id: I134a3da3700381043bc93aed300ce4ec263e8698
---
M openbsc/src/libbsc/abis_nm.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/64/10664/1

diff --git a/openbsc/src/libbsc/abis_nm.c b/openbsc/src/libbsc/abis_nm.c
index cbb255a..922c2d5 100644
--- a/openbsc/src/libbsc/abis_nm.c
+++ b/openbsc/src/libbsc/abis_nm.c
@@ -2753,8 +2753,8 @@
 	if (ip == 0)
 		attr_len -= 5;
 
-	DEBUGP(DNM, "ip.access RSL CONNECT IP=%s PORT=%u STREAM=0x%02x\n",
-		inet_ntoa(ia), port, stream);
+	LOGP(DNM, LOGL_INFO, "(bts=%d,trx=%d) IPA RSL CONNECT IP=%s PORT=%u STREAM=0x%02x\n",
+		trx->bts->nr, trx->nr, inet_ntoa(ia), port, stream);
 
 	return abis_nm_ipaccess_msg(trx->bts, NM_MT_IPACC_RSL_CONNECT,
 				    NM_OC_BASEB_TRANSC, trx->bts->bts_nr,

-- 
To view, visit https://gerrit.osmocom.org/10664
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I134a3da3700381043bc93aed300ce4ec263e8698
Gerrit-Change-Number: 10664
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180828/fb6cb049/attachment.htm>


More information about the gerrit-log mailing list