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 <nhofm...@sysmocom.de>

Reply via email to