aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn
diff options
context:
space:
mode:
Diffstat (limited to 'sgsn')
-rw-r--r--sgsn/SGSN_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index d0813601..f5fb21b6 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -909,7 +909,7 @@ function f_detach_mo(BIT3 detach_type, boolean power_off, boolean expect_purge,
}
[power_off] BSSGP[bssgp_index].receive(tr_BD_L3_MT(tr_GMM_DET_ACCEPT_MT)) -> value bd {
g_pars.ra := omit;
- setverdict(fail, "Unexpected ATTACH ACCEPT in no-power-off DETACH");
+ setverdict(fail, "Unexpected DETACH ACCEPT in power-off DETACH");
mtc.stop;
/* TODO: check if any PDP contexts are deactivated on network side? */
}