lynxis lazus submitted this change.
16 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
SGSN: TC_attach_timeout_after_pdp_act: expect SAI when doing auth
While doing an attach, an authentication should happen.
Change-Id: I46853723ecb43f4809e8c292ec5c4cc5d872ad2f
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 6e8998b..538c94b 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -659,7 +659,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.