Change in osmo-bts[master]: pcu_sock: use LOGPTRX() in info_ind_fill_trx()

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
Thu Aug 6 16:44:30 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/19512 )

Change subject: pcu_sock: use LOGPTRX() in info_ind_fill_trx()
......................................................................

pcu_sock: use LOGPTRX() in info_ind_fill_trx()

Change-Id: I91410b32199780e41e0111b480e7611cdae7e022
---
M src/common/pcu_sock.c
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 392900a..53822a2 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -140,8 +140,8 @@
 		trx_info->pdch_mask |= (1 << tn);
 		trx_info->tsc[tn] = gsm_ts_tsc(ts);
 
-		LOGP(DPCU, LOGL_INFO, "(trx=%u,ts=%u) PDCH available (tsc=%u arfcn=%u)\n",
-			trx->nr, ts->nr, trx_info->tsc[tn], trx->arfcn);
+		LOGPTRX(trx, DPCU, LOGL_INFO, "PDCH on ts=%u is available "
+			"(tsc=%u arfcn=%u)\n", ts->nr, trx_info->tsc[tn], trx->arfcn);
 	}
 }
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I91410b32199780e41e0111b480e7611cdae7e022
Gerrit-Change-Number: 19512
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
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/20200806/4706616b/attachment.htm>


More information about the gerrit-log mailing list