Change in docker-playground[master]: gbproxy: Add mp_gbproxy_ip to check BVC FSM state

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
Mon Apr 12 08:06:38 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/23683 )

Change subject: gbproxy: Add mp_gbproxy_ip to check BVC FSM state
......................................................................

gbproxy: Add mp_gbproxy_ip to check BVC FSM state

In docker-playground.git I272e43b9be8ba53d8a815e8ab099c939f63413a7
we introduce FSM state introspection and we need to add the CTRL
hostname here.

Change-Id: Idcd77353a661cfc1685ded64b5993ff63637addc
---
M ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
M ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
M ttcn3-gbproxy-test/GBProxy_Tests.cfg
M ttcn3-gbproxy-test/osmo-gbproxy.cfg
4 files changed, 8 insertions(+), 0 deletions(-)

Approvals:
  daniel: Looks good to me, approved
  laforge: Verified



diff --git a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
index 361b32c..ce4623a 100644
--- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
@@ -12,6 +12,7 @@
 *.GBPVTY.CTRL_HOSTNAME := "172.18.25.10"
 
 [MODULE_PARAMETERS]
+GBProxy_Tests.mp_gbproxy_ip := "172.18.25.10"
 GBProxy_Tests.mp_enable_bss_load_sharing := true;
 GBProxy_Tests.mp_nsconfig_sgsn := {
 	{
diff --git a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
index 7123158..f38f23a 100644
--- a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
+++ b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
@@ -19,6 +19,9 @@
  no login
  bind 0.0.0.0
 !
+ctrl
+ bind 0.0.0.0
+!
 gbproxy
  nri bitlen 5
 sgsn nsei 101
diff --git a/ttcn3-gbproxy-test/GBProxy_Tests.cfg b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
index 3ad875c..e9de732 100644
--- a/ttcn3-gbproxy-test/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
@@ -12,6 +12,7 @@
 *.GBPVTY.CTRL_HOSTNAME := "172.18.24.10"
 
 [MODULE_PARAMETERS]
+GBProxy_Tests.mp_gbproxy_ip := "172.18.24.10"
 GBProxy_Tests.mp_nsconfig_sgsn := {
 	{
 		handle_sns := true,
diff --git a/ttcn3-gbproxy-test/osmo-gbproxy.cfg b/ttcn3-gbproxy-test/osmo-gbproxy.cfg
index 3a73a30..f6d358e 100644
--- a/ttcn3-gbproxy-test/osmo-gbproxy.cfg
+++ b/ttcn3-gbproxy-test/osmo-gbproxy.cfg
@@ -19,6 +19,9 @@
  no login
  bind 0.0.0.0
 !
+ctrl
+ bind 0.0.0.0
+!
 gbproxy
  nri bitlen 5
 sgsn nsei 101

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23683
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Idcd77353a661cfc1685ded64b5993ff63637addc
Gerrit-Change-Number: 23683
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
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/20210412/c42e37a5/attachment.htm>


More information about the gerrit-log mailing list