aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/scheduler.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-08-24 23:40:59 +0200
committerHarald Welte <laforge@gnumonks.org>2018-09-09 15:40:58 +0000
commitd9a1cd994ced629589fbf75bc59490c5fc0d1a43 (patch)
tree3862062d3de8be91952296dfa2eb1d7b96bb6701 /include/osmo-bts/scheduler.h
parent02d99db08b13589e1417c3448a07747f8805ba88 (diff)
CBCH: Implement CBCH support for osmo-bts-{trx,virtual}
This patch adds scheduler support for the channel combinations that substitute SDCCH index 2 for a CBCH in either a SDCCH/8 or SDCCH/4. Change-Id: Icc15603079a1709ec094f400a9bcf0008211890f Closes: OS#1617
Diffstat (limited to 'include/osmo-bts/scheduler.h')
-rw-r--r--include/osmo-bts/scheduler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/scheduler.h b/include/osmo-bts/scheduler.h
index 3fe7978c..32d6e917 100644
--- a/include/osmo-bts/scheduler.h
+++ b/include/osmo-bts/scheduler.h
@@ -47,6 +47,7 @@ enum trx_chan_type {
TRXC_SACCH8_7,
TRXC_PDTCH,
TRXC_PTCCH,
+ TRXC_CBCH,
_TRX_CHAN_MAX
};