From 8e0fd46a27367340458e08a8d11c8017172ed28d Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 11 May 2019 01:20:55 +0200 Subject: SGSN_Tests: correct verdict failure message in f_detach_mo() Change-Id: I5c03ef7dd7486025d35d4482a7fe150dd36de907 --- sgsn/SGSN_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sgsn') 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? */ } -- cgit v1.2.3