Change in ...osmo-ttcn3-hacks[master]: Require to receive tr_RANAP_CommonId() after ts_RANAP_SecurityModeCom...

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Sun Sep 15 21:18:31 UTC 2019


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15530


Change subject: Require to receive tr_RANAP_CommonId() after ts_RANAP_SecurityModeComplete()
......................................................................

Require to receive tr_RANAP_CommonId() after ts_RANAP_SecurityModeComplete()

The SGSN will send a CommonId after it has sent SecurityModeComplete in order to support
paging coordination of the BSC

Change-Id: I82a05cab2aeea25eec699f726b2f5c4b3eef7560
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/30/15530/1

diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 6de9987..2803f5b 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -661,6 +661,7 @@
 								key_sts := ?)) {
 				var IntegrityProtectionAlgorithm uia_chosen := 0; /* 0 = standard_UMTS_integrity_algorithm_UIA1 */
 				BSSAP.send(ts_RANAP_SecurityModeComplete(uia_chosen));
+				BSSAP.receive(tr_RANAP_CommonId(imsi_hex2oct(g_pars.imsi)))
 			}
 		}
 	} else {
@@ -2395,6 +2396,7 @@
 								key_sts := ?)) {
 			var IntegrityProtectionAlgorithm uia_chosen := 0; /* 0 = standard_UMTS_integrity_algorithm_UIA1 */
 			BSSAP.send(ts_RANAP_SecurityModeComplete(uia_chosen));
+			BSSAP.receive(tr_RANAP_CommonId(imsi_hex2oct(g_pars.imsi)))
 		}
 	[is_gb(bssgp)] BSSGP[bssgp].receive { repeat; }
 	[is_iu(bssgp)] BSSAP.receive { repeat; }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15530
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I82a05cab2aeea25eec699f726b2f5c4b3eef7560
Gerrit-Change-Number: 15530
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190915/a18f8107/attachment.htm>


More information about the gerrit-log mailing list