Change in osmo-ttcn3-hacks[master]: MSC_Tests.ttcn: correct VTY command in TC_lu_and_ss_session_timeout

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Sun Dec 2 19:45:56 UTC 2018


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 <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181202/0dbaf2ac/attachment.htm>


More information about the gerrit-log mailing list