Vadim Yanitskiy has uploaded this change for review. ( 
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

Change-Id: Icd1133ca9f46bc2a9302deebb1e401862cf672cb
---
M msc/MSC_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/57/12057/1

diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index a0ace4e..4adc1a3 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: newchange
Gerrit-Change-Id: Icd1133ca9f46bc2a9302deebb1e401862cf672cb
Gerrit-Change-Number: 12057
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <[email protected]>

Reply via email to