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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Dec 8 19:38:05 UTC 2018


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 <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181208/a427355e/attachment.htm>


More information about the gerrit-log mailing list