aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-18 18:03:17 +0700
committerlaforge <laforge@osmocom.org>2020-10-19 15:04:22 +0000
commitfc1976e1a0a4d1381a149156b83c6e38d3b0360b (patch)
tree73cc51091da6b2963452031c3084b28036205292 /include
parent66be4b67858bcb09aa14dd11a1ddd21c405519c0 (diff)
scheduler: get rid of useless TRX_CHAN_FLAG_PDCH
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/scheduler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmo-bts/scheduler.h b/include/osmo-bts/scheduler.h
index f19a13ed..6bb0b9b1 100644
--- a/include/osmo-bts/scheduler.h
+++ b/include/osmo-bts/scheduler.h
@@ -8,8 +8,6 @@
/* Whether a logical channel must be activated automatically */
#define TRX_CHAN_FLAG_AUTO_ACTIVE (1 << 0)
-/* Whether a logical channel belongs to PDCH (packet switched data) */
-#define TRX_CHAN_FLAG_PDCH (1 << 1)
/* FIXME: we should actually activate 'auto-active' channels */
#define TRX_CHAN_IS_ACTIVE(state, chan) \