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

Change-Id: I796e1f4281628061f4522c43c549de9e751bc045
This commit is contained in:
Neels Hofmeyr 2017-02-22 02:27:59 +01:00
parent 772205aae1
commit 5322912630
1 changed files with 3 additions and 0 deletions

View File

@ -462,6 +462,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;