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-16 18:13:56 +0100
commit1d238f7a32f786345fe5db4e1fdce8570033a1d4 (patch)
treebd06e1d62e29d38d8e39a21c87d8fe2d33a16976
parent06ddac64b3d419cd73534f5b66bb43a527c3ec1c (diff)
SI3: indicate R99+ MSC to GSM MS to enable UMTS AKAneels/vlr
-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 bd47addb6..b36797dd3 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;