[MERGED] osmo-msc[master]: SI3: indicate R99+ MSC to GSM MS to enable UMTS AKA

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Jul 25 14:18:13 UTC 2017


Harald Welte has submitted this change and it was merged.

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


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

Change-Id: I796e1f4281628061f4522c43c549de9e751bc045
---
M src/libbsc/bsc_init.c
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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;

-- 
To view, visit https://gerrit.osmocom.org/3310
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I796e1f4281628061f4522c43c549de9e751bc045
Gerrit-PatchSet: 7
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list