diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2018-12-03 02:45:45 +0700 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2018-12-08 19:38:05 +0000 |
commit | 36d28dd50393ce23b647ffde07beb880d6ea3bd0 (patch) | |
tree | 930d8adf9e5529b275a4afbe83f820d14f3e90d9 /msc/MSC_Tests.ttcn | |
parent | 4dae065057f96f991bc63a23f5247fa74e206c53 (diff) |
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
Diffstat (limited to 'msc/MSC_Tests.ttcn')
-rw-r--r-- | msc/MSC_Tests.ttcn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn index a0ace4e..dc616a8 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): |