lynxis lazus has uploaded this change for review.

View Change

SGSN: TC_attach_timeout_after_pdp_act: expect SAI when doing auth

While doing an attach, a authentication should happen.

Change-Id: I46853723ecb43f4809e8c292ec5c4cc5d872ad2f
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/59/39259/1
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 51fc52d..43da288 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -615,7 +615,7 @@

T.start(1.0);
alt {
- [] as_gmm_auth(ran_index := ran_index) { repeat; };
+ [] as_gmm_auth(ran_index := ran_index, expect_sai := true) { repeat; };
[] as_gmm_gsup_lu_isd();
[] as_mm_identity(ran_index);
[] as_xid(apars, ran_index);

To view, visit change 39259. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I46853723ecb43f4809e8c292ec5c4cc5d872ad2f
Gerrit-Change-Number: 39259
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>