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.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/21624 )
Change subject: gbproxy-test-fr: Fix syntax error in config file
......................................................................
gbproxy-test-fr: Fix syntax error in config file
It's mp_enable_bss_load_sharing, not mp_enable_load_sharing
Change-Id: I0d2241e0d9e376f27d04721034b1e197901aa662
---
M ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved; Verified
diff --git a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
index b363f98..7ba5d99 100644
--- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
@@ -12,7 +12,7 @@
*.GBPVTY.CTRL_HOSTNAME := "172.18.25.10"
[MODULE_PARAMETERS]
-GBProxy_Tests.mp_enable_load_sharing := true;
+GBProxy_Tests.mp_enable_bss_load_sharing := true;
GBProxy_Tests.mp_nsconfig_sgsn := {
{
nsvc := {
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/21624
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I0d2241e0d9e376f27d04721034b1e197901aa662
Gerrit-Change-Number: 21624
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
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/20201209/0ebfe210/attachment.htm>