From 36d28dd50393ce23b647ffde07beb880d6ea3bd0 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 3 Dec 2018 02:45:45 +0700 Subject: MSC_Tests.ttcn: correct VTY command in TC_lu_and_ss_session_timeout The I3e1791773d56617172ae27a46889a1ae4d400e2f was merged before the Icf4d87c45e90324764073e8230e0fb9cb96dd9cb, and there were a few corrections of the VTY command format. Change-Id: Icd1133ca9f46bc2a9302deebb1e401862cf672cb --- msc/MSC_Tests.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn index a0ace4e5..dc616a8b 100644 --- a/msc/MSC_Tests.ttcn +++ b/msc/MSC_Tests.ttcn @@ -2760,10 +2760,10 @@ runs on BSC_ConnHdlr { testcase TC_lu_and_ss_session_timeout() runs on MTC_CT { var BSC_ConnHdlr vc_conn; f_init(); - f_vty_config(MSCVTY, "msc", "ss-guard-timeout 3"); + f_vty_config(MSCVTY, "msc", "ncss guard-timeout 3"); vc_conn := f_start_handler(refers(f_tc_lu_and_ss_session_timeout), 51); vc_conn.done; - f_vty_config(MSCVTY, "msc", "ss-guard-timeout 0"); + f_vty_config(MSCVTY, "msc", "ncss guard-timeout 0"); } /* TODO (SMS): -- cgit v1.2.3