aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-22 02:27:59 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-29 15:19:59 +0200
commitba286d4de6ea9d1c46916a5de85072432431ba25 (patch)
tree9dcda8d985f0e8ffc7cdb3467ce014e77a8ffb32
parent833974899c13345a32583fc3cfc693956b4bd1b2 (diff)
SI3: indicate R99+ MSC to GSM MS to enable UMTS AKA
-rw-r--r--openbsc/src/libbsc/bsc_init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/libbsc/bsc_init.c b/openbsc/src/libbsc/bsc_init.c
index 0fcc3394b..e1d7a3788 100644
--- a/openbsc/src/libbsc/bsc_init.c
+++ b/openbsc/src/libbsc/bsc_init.c
@@ -436,6 +436,9 @@ static int bootstrap_bts(struct gsm_bts *bts)
for (n=0, i=0; i<8; i++)
n += bts->c0->ts[i].pchan == GSM_PCHAN_CCCH ? 1 : 0;
+ /* Indicate R99 MSC in SI3 */
+ bts->si_common.chan_desc.mscr = 1;
+
switch (n) {
case 0:
bts->si_common.chan_desc.ccch_conf = RSL_BCCH_CCCH_CONF_1_C;