aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sgsn/SGSN_Tests.ttcn4
1 files changed, 4 insertions, 0 deletions
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index f5fb21b6..89401f41 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -913,6 +913,10 @@ function f_detach_mo(BIT3 detach_type, boolean power_off, boolean expect_purge,
mtc.stop;
/* TODO: check if any PDP contexts are deactivated on network side? */
}
+ [power_off] BSSGP[bssgp_index].receive(tr_BD_L3_MT(?)) -> value bd {
+ setverdict(fail, "Unexpected Layer 3 package received in power-off DETACH");
+ mtc.stop;
+ }
[power_off] T.timeout {
setverdict(pass);
}