aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-05-11 01:20:55 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-11 05:58:59 +0000
commit8e0fd46a27367340458e08a8d11c8017172ed28d (patch)
treeed348e02ddb5d36d22162e7cce2d8f605f3ea962
parentad35222d3af5bba8d40c963d86ce7e90d5086feb (diff)
SGSN_Tests: correct verdict failure message in f_detach_mo()
-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? */
}