Change in osmo-bsc[master]: cosmetic: define TCH_F_PDCH_PENDING_MASK as actual bitwise or

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu May 17 22:29:26 UTC 2018


Neels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/9229


Change subject: cosmetic: define TCH_F_PDCH_PENDING_MASK as actual bitwise or
......................................................................

cosmetic: define TCH_F_PDCH_PENDING_MASK as actual bitwise or

Change-Id: I5266d6e1ea0ea89c66fa481136c31e2f84bcb313
---
M include/osmocom/bsc/gsm_data.h
1 file changed, 1 insertion(+), 2 deletions(-)



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

diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index c7181ac..862a761 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -460,8 +460,7 @@
 	TS_F_PDCH_ACTIVE =		0x1000,
 	TS_F_PDCH_ACT_PENDING =		0x2000,
 	TS_F_PDCH_DEACT_PENDING =	0x4000,
-	TS_F_PDCH_PENDING_MASK =	0x6000 /*<
-			TS_F_PDCH_ACT_PENDING | TS_F_PDCH_DEACT_PENDING */
+	TS_F_PDCH_PENDING_MASK =	(TS_F_PDCH_ACT_PENDING | TS_F_PDCH_DEACT_PENDING),
 } gsm_bts_trx_ts_flags;
 
 /* One Timeslot in a TRX */

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5266d6e1ea0ea89c66fa481136c31e2f84bcb313
Gerrit-Change-Number: 9229
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180517/e4d882aa/attachment.htm>


More information about the gerrit-log mailing list