[PATCH] osmo-bsc[master]: Show the BTS number for outgoing paging commands in debug log.

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

Stefan Sperling gerrit-no-reply at lists.osmocom.org
Mon Jan 8 15:44:44 UTC 2018


Review at  https://gerrit.osmocom.org/5685

Show the BTS number for outgoing paging commands in debug log.

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


  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/85/5685/1

diff --git a/src/libbsc/paging.c b/src/libbsc/paging.c
index 314dfdd..035d5ba 100644
--- a/src/libbsc/paging.c
+++ b/src/libbsc/paging.c
@@ -86,8 +86,8 @@
 
 	log_set_context(LOG_CTX_BSC_SUBSCR, request->bsub);
 
-	LOGP(DPAG, LOGL_INFO, "Going to send paging commands: imsi: %s tmsi: "
-	     "0x%08x for ch. type %d (attempt %d)\n", request->bsub->imsi,
+	LOGP(DPAG, LOGL_INFO, "Going to send paging commands: bts: %d imsi: %s tmsi: "
+	     "0x%08x for ch. type %d (attempt %d)\n", bts->nr, request->bsub->imsi,
 	     request->bsub->tmsi, request->chan_type, request->attempts);
 
 	if (request->bsub->tmsi == GSM_RESERVED_TMSI)

-- 
To view, visit https://gerrit.osmocom.org/5685
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7b6e03087fc2dfecb6235c5ed1494d3c9b4bbf0e
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Stefan Sperling <ssperling at sysmocom.de>



More information about the gerrit-log mailing list