Commit Graph

7 Commits

Author SHA1 Message Date
Daniel Willmann 69cfc5e417 SGSN_Tests_Iu: Enable Iu tests that made the SGSN crash
Depends: osmo-sgsn I3fc614da6ba137e871ee0fe86ca22b6a4a354dd2
Change-Id: I96851c7c06c8f95ad280a275c2b83d825f0c88cb
Related: OS#3727
2020-01-28 14:44:39 +01:00
Alexander Couzens be76d9cd79 sgsn: replace variable bssgp with ran_index
Since bssgp also been used for Iu connection,
rename the variable to ran_index.
Be consistent and use the same variable name everywhere.

Change-Id: Ib278410bc49f07387873740ed8b411a815d940a8
2019-09-16 13:57:01 +00:00
Alexander Couzens b1ce118daa sgsn: replace variable gb_idx with ran_index
Since gb_idx also been used for Iu connection,
rename the variable to ran_index.
Be consistent and use the same variable name everywhere.

Change-Id: Ia119feee6a442c76dc337e75c07f4a385cd5e1df
2019-09-16 13:57:01 +00:00
Alexander Couzens 6da25e36e6 sgsn: add TC_geran_attach_iu_rau
MS <-> SGSN: Successful Attach over Geran
MS <-> SGSN: Routing Area Update over Iu

The test case will crash the SGSN and is not included
in the default run.

Change-Id: Id23244aa6ca329579300b66b73ce238bd4d01eef
2019-09-12 20:57:03 +00:00
Alexander Couzens e5f4a91576 sgsn: add TC_iu_attach_geran_rau
MS <-> SGSN: Attach over Iu
MS <-> SGSN: Routing Area Update over Geran

The tess case will crash the SGSN and is not included
in the default run.

Change-Id: Ie043639638a640a2041324fc910964385a41c77d
2019-09-11 12:18:32 +02:00
Alexander Couzens 1552e79637 sgsn: make the ranap interface optional
Allows to use the test cases without STP

Change-Id: I43df456c2d5aa3ba3ea9e34da3f0f96b55f7c9a1
2019-09-11 12:18:32 +02:00
Harald Welte 900d01ad34 sgsn: add Iu Attach Request
MS -> SGSN: Attach Request IMSI
MS <- SGSN: Identity Request IMEI
MS -> SGSN: Identity Response IMEI
MS <- SGSN: Auth Request
MS -> SGSN: Auth Response
MS <- SGSN: Attach Accept
MS -> SGSN: Attach Complete

Change-Id: I66069e31c30d33934ad57cc2b8794f56ffd5c7d6
2019-09-11 06:19:10 +00:00