SI3: indicate R99+ MSC to GSM MS to enable UMTS AKA

Change-Id: I796e1f4281628061f4522c43c549de9e751bc045
diff --git a/src/libbsc/bsc_init.c b/src/libbsc/bsc_init.c
index b7135f1..e12b880 100644
--- a/src/libbsc/bsc_init.c
+++ b/src/libbsc/bsc_init.c
@@ -462,6 +462,9 @@
 	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;