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
This commit is contained in:
Vadim Yanitskiy 2018-12-03 02:45:45 +07:00 committed by Harald Welte
parent 4dae065057
commit 36d28dd503
1 changed files with 2 additions and 2 deletions

View File

@ -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):