Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/12057 )

Change subject: MSC_Tests.ttcn: correct VTY command in 
TC_lu_and_ss_session_timeout
......................................................................

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
---
M msc/MSC_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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

--
To view, visit https://gerrit.osmocom.org/12057
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Icd1133ca9f46bc2a9302deebb1e401862cf672cb
Gerrit-Change-Number: 12057
Gerrit-PatchSet: 3
Gerrit-Owner: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)

Reply via email to