Change in osmo-ttcn3-hacks[master]: msc: Enable/disable osmux always based on test

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
Fri May 31 20:42:41 UTC 2019


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

Change subject: msc: Enable/disable osmux always based on test
......................................................................

msc: Enable/disable osmux always based on test

Initially it was thought safe to only enable it since the osmux test was
at the end, but actually IU tests run after it, and those don't expect
osmux to be enabled.

This way we also always match osmo-msc osmux state with whatever the
test expects (and sets through f_init()).

Change-Id: I8fb48af7d37f1a2391a39c19f5ec5064cd5869d2
---
M msc/MSC_Tests.ttcn
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 16f7b9b..40e0720 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -330,6 +330,11 @@
 	f_vty_config(MSCVTY, "network", "authentication optional");
 	f_vty_config(MSCVTY, "msc", "assign-tmsi");
 	f_vty_config(MSCVTY, "network", "encryption a5 0");
+	if (osmux) {
+		f_vty_config(MSCVTY, "msc", "osmux on");
+	} else {
+		f_vty_config(MSCVTY, "msc", "osmux off");
+	}
 }
 
 /* Initialize for a direct connection to BSSAP. This function is an alternative
@@ -1746,7 +1751,6 @@
 testcase TC_lu_and_mt_call_osmux() runs on MTC_CT {
 	var BSC_ConnHdlr vc_conn;
 	f_init(1, false, true, true);
-	f_vty_config(MSCVTY, "msc", "osmux on");
 
 	vc_conn := f_start_handler(refers(f_tc_lu_and_mt_call), 39, 0, true, true);
 	vc_conn.done;

-- 
To view, visit https://gerrit.osmocom.org/14300
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: I8fb48af7d37f1a2391a39c19f5ec5064cd5869d2
Gerrit-Change-Number: 14300
Gerrit-PatchSet: 3
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190531/ee8d66d9/attachment.htm>


More information about the gerrit-log mailing list