Change in osmo-ttcn3-hacks[master]: bsc: Get rid of module param mp_media_mgw_offer_ipv6

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

pespin gerrit-no-reply at lists.osmocom.org
Fri Feb 26 15:31:17 UTC 2021


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

Change subject: bsc: Get rid of module param mp_media_mgw_offer_ipv6
......................................................................

bsc: Get rid of module param mp_media_mgw_offer_ipv6

This param is not needed anymore sincenew releases used in -latest don't
need to disable it.
Let's keep the possibility to change behavior from within test and leave
v6 enabled by default as it used to be.

Related: OS#5042
Change-Id: Ic693885dd3d4259dc6ce80643d25c7d432148d3d
---
M bsc/BSC_Tests.ttcn
1 file changed, 0 insertions(+), 3 deletions(-)

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



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index dc94b74..e4e2d1a 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -671,8 +671,6 @@
 	boolean mp_enable_osmux_test := true;
 	/* Value set in osmo-bsc.cfg "ms max power" */
 	uint8_t mp_exp_ms_power_level := 7;
-
-	boolean mp_media_mgw_offer_ipv6 := true;
 }
 
 private function f_gen_test_hdlr_pars(integer bssap_idx := 0) return TestHdlrParams {
@@ -685,7 +683,6 @@
 	}
 	pars.exp_ms_power_level := mp_exp_ms_power_level;
 	pars.mscpool.bssap_idx := bssap_idx;
-	pars.media_mgw_offer_ipv6 := mp_media_mgw_offer_ipv6;
 
 	return pars;
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/23116
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: Ic693885dd3d4259dc6ce80643d25c7d432148d3d
Gerrit-Change-Number: 23116
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210226/0d3fedaf/attachment.htm>


More information about the gerrit-log mailing list