aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-06-12 12:36:48 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2014-04-06 08:58:08 +0200
commitbb01d7077761a222b5c72598f0dd61718dc09c37 (patch)
treebce01168d8ad9496f4ac0b91fd4184df7cd63e69
parent3b588a26afc4955bad62edc3d90a1c7addcbb75d (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 986c9889..7e09a01b 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -42,7 +42,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,