Change in osmo-pcu[master]: bts: Use public getter instead of class member

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
Tue Aug 31 12:56:29 UTC 2021


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


Change subject: bts: Use public getter instead of class member
......................................................................

bts: Use public getter instead of class member

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



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

diff --git a/src/bts.cpp b/src/bts.cpp
index 62870db..8ccbee9 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -989,7 +989,7 @@
 
 	/* Make sure PDCH time-slot is enabled */
 	pdch = &bts->trx[rip->trx_nr].pdch[rip->ts_nr];
-	if (!pdch->m_is_enabled) {
+	if (!pdch->is_enabled()) {
 		LOGP(DRLCMAC, LOGL_NOTICE, "(TRX=%u TS=%u RFN=%u) Rx RACH.ind (PTCCH/U) "
 		     "for inactive PDCH\n", rip->trx_nr, rip->ts_nr, rip->rfn);
 		return -EAGAIN;

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ia7b37a4c721d7d02c516d8d3a5417d166f1d3bec
Gerrit-Change-Number: 25292
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/20210831/6108407a/attachment.htm>


More information about the gerrit-log mailing list