aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-06-12 12:36:48 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-06 14:48:09 +0200
commitdea90e6385b237336181e694564803113b8ecafb (patch)
treef216be1c1babed175612919f3f7563fee5248e96
parenta4997d48ce5b666531342045c35245ee7a408ae2 (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,