aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-06-12 12:36:48 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2014-01-21 15:54:22 +0100
commit8aac9efafcb0edf9a0ef86adbc648456b834b121 (patch)
tree54afad9fe0c85ec4a9eeeddb4a8db574a3b07f5c
parente4154e44d197eeffbb516c0c1a2aaac81b1a81f6 (diff)
TRX: Use correct slot type for GSM_PHCAN_BCCH
-rw-r--r--src/osmo-bts-trx/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index 81afbf95..f5f623c1 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -41,7 +41,7 @@
static const uint8_t transceiver_chan_types[_GSM_PCHAN_MAX] = {
[GSM_PCHAN_NONE] = 8,
- [GSM_PCHAN_CCCH] = 6,
+ [GSM_PCHAN_CCCH] = 4,
[GSM_PCHAN_CCCH_SDCCH4] = 5,
[GSM_PCHAN_TCH_F] = 1,
[GSM_PCHAN_TCH_H] = 2,