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/+/22365 )
Change subject: osmo-gbproxy: fix configuration
......................................................................
osmo-gbproxy: fix configuration
also, only change those values from their default values that are
neccessary to change; fall-back on the defaults whenever possible.
Change-Id: I5fba21ddf1854ed2b4f829785ab016dfa284456e
---
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, 15 insertions(+), 56 deletions(-)
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 8a95e2e..361b32c 100644
--- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
@@ -20,23 +20,15 @@
{
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.25.103",
- local_udp_port := 23000,
- remote_ip := "172.18.25.10",
- data_weight := 1,
- signalling_weight := 0
+ remote_ip := "172.18.25.10"
}
}
}, {
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.25.103",
- local_udp_port := 23000,
- remote_ip := "172.18.25.10",
- data_weight := 0,
- signalling_weight := 1
+ remote_ip := "172.18.25.10"
}
}
}
@@ -47,23 +39,15 @@
{
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.25.103",
- local_udp_port := 24000,
- remote_ip := "172.18.25.10",
- data_weight := 1,
- signalling_weight := 0
+ remote_ip := "172.18.25.10"
}
}
}, {
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.25.103",
- local_udp_port := 24000,
- remote_ip := "172.18.25.10",
- data_weight := 0,
- signalling_weight := 1
+ remote_ip := "172.18.25.10"
}
}
}
diff --git a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
index a4a241d..7d26b3c 100644
--- a/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
+++ b/ttcn3-gbproxy-test-fr/osmo-gbproxy.cfg
@@ -31,9 +31,9 @@
bind udp local
listen 172.18.25.10 23000
nse 101
- ip-sns 172.18.25.103 23000
+ ip-sns 172.18.25.103 7777
nse 102
- ip-sns 172.18.25.103 24000
+ ip-sns 172.18.25.103 8888
bind fr hdlcnet1
fr hdlcnet1 frnet
bind fr hdlcnet2
diff --git a/ttcn3-gbproxy-test/GBProxy_Tests.cfg b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
index 8638586..3ad875c 100644
--- a/ttcn3-gbproxy-test/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test/GBProxy_Tests.cfg
@@ -19,23 +19,15 @@
{
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.24.103",
- local_udp_port := 23000,
- remote_ip := "172.18.24.10",
- data_weight := 1,
- signalling_weight := 0
+ remote_ip := "172.18.24.10"
}
}
}, {
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.24.103",
- local_udp_port := 23000,
- remote_ip := "172.18.24.10",
- data_weight := 0,
- signalling_weight := 1
+ remote_ip := "172.18.24.10"
}
}
}
@@ -46,23 +38,15 @@
{
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.24.103",
- local_udp_port := 24000,
- remote_ip := "172.18.24.10",
- data_weight := 1,
- signalling_weight := 0
+ remote_ip := "172.18.24.10"
}
}
}, {
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.24.103",
- local_udp_port := 24000,
- remote_ip := "172.18.24.10",
- data_weight := 0,
- signalling_weight := 1
+ remote_ip := "172.18.24.10"
}
}
}
@@ -75,11 +59,8 @@
{
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.24.103",
- remote_ip := "172.18.24.10",
- data_weight := 1,
- signalling_weight := 1
+ remote_ip := "172.18.24.10"
}
}
}
@@ -89,11 +70,8 @@
{
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.24.103",
- remote_ip := "172.18.24.10",
- data_weight := 1,
- signalling_weight := 1
+ remote_ip := "172.18.24.10"
}
}
}
@@ -103,11 +81,8 @@
{
provider := {
ip := {
- address_family := AF_INET,
local_ip := "172.18.24.103",
- remote_ip := "172.18.24.10",
- data_weight := 1,
- signalling_weight := 1
+ remote_ip := "172.18.24.10"
}
}
}
diff --git a/ttcn3-gbproxy-test/osmo-gbproxy.cfg b/ttcn3-gbproxy-test/osmo-gbproxy.cfg
index 743e6dc..6f49f06 100644
--- a/ttcn3-gbproxy-test/osmo-gbproxy.cfg
+++ b/ttcn3-gbproxy-test/osmo-gbproxy.cfg
@@ -32,9 +32,9 @@
listen 172.18.24.10 23000
accept-ipaccess
nse 101
- ip-sns 172.18.24.103 23000
+ ip-sns 172.18.24.103 7777
nse 102
- ip-sns 172.18.24.103 24000
+ ip-sns 172.18.24.103 8888
timer tns-block 3
timer tns-block-retries 3
timer tns-reset 3
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/22365
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I5fba21ddf1854ed2b4f829785ab016dfa284456e
Gerrit-Change-Number: 22365
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/20210121/6c7a4fa1/attachment.htm>