Change in osmo-ttcn3-hacks[master]: gbproxy: Enable TC_load_sharing_dl based on modulepar; set that in FR...

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

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 8 07:39:44 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21600 )

Change subject: gbproxy: Enable TC_load_sharing_dl based on modulepar; set that in FR test
......................................................................

gbproxy: Enable TC_load_sharing_dl based on modulepar; set that in FR test

Change-Id: I96e8b6a1a69148f770476e87c920dc256c1d7379
Related: OS#4520
---
M gbproxy/GBProxy_Tests.fr.cfg
M gbproxy/GBProxy_Tests.ttcn
2 files changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/gbproxy/GBProxy_Tests.fr.cfg b/gbproxy/GBProxy_Tests.fr.cfg
index 7b63125..ececed9 100644
--- a/gbproxy/GBProxy_Tests.fr.cfg
+++ b/gbproxy/GBProxy_Tests.fr.cfg
@@ -12,6 +12,7 @@
 *.GBPVTY.CTRL_HOSTNAME := "127.0.0.1"
 
 [MODULE_PARAMETERS]
+GBProxy_Tests.mp_enable_load_sharing := true;
 GBProxy_Tests.mp_nsconfig_sgsn := {
 	{
 		handle_sns := false
diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index 01bcb9a..d6c8bb1 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -44,6 +44,7 @@
 const integer max_fr_info_size := 1600;
 
 modulepar {
+	boolean mp_enable_bss_load_sharing := false;
 	/* SGSN NS configuration */
 	NSConfigurations mp_nsconfig_sgsn := {
 		{
@@ -2291,7 +2292,7 @@
 	execute( TC_bvc_reset_sig_from_bss() );
 	execute( TC_bvc_reset_ptp_from_sgsn() );
 	execute( TC_bvc_reset_sig_from_sgsn() );
-	if (false) {
+	if (mp_enable_bss_load_sharing) {
 		/* don't enable this by default, as we don't yet have any automatic test setup for FR with 4 NS-VC */
 		execute( TC_load_sharing_dl() );
 	}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21600
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I96e8b6a1a69148f770476e87c920dc256c1d7379
Gerrit-Change-Number: 21600
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201208/ccbcab9d/attachment.htm>


More information about the gerrit-log mailing list