Change in osmo-pcu[master]: Use LOGPDCH macro in bts_add_paging()

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.org
Wed May 19 10:56:10 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/24266 )


Change subject: Use LOGPDCH macro in bts_add_paging()
......................................................................

Use LOGPDCH macro in bts_add_paging()

Change-Id: I58daab719924d70de121f7a5f2cc1f122f8840af
---
M src/bts.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/66/24266/1

diff --git a/src/bts.cpp b/src/bts.cpp
index 261da19..5769c2f 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -402,7 +402,7 @@
 				if (!bts->trx[trx].pdch[ts].add_paging(chan_needed, mi))
 					return -ENOMEM;
 
-				LOGP(DRLCMAC, LOGL_INFO, "Paging on PACCH of TRX=%d TS=%d\n", trx, ts);
+				LOGPDCH(&bts->trx[trx].pdch[ts], DRLCMAC, LOGL_INFO, "Paging on PACCH\n");
 				any_tbf = 1;
 			}
 		}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/24266
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I58daab719924d70de121f7a5f2cc1f122f8840af
Gerrit-Change-Number: 24266
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/20210519/e8eeeb57/attachment.htm>


More information about the gerrit-log mailing list