pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/27094 )
Change subject: ttcn3-ggsn-tests-ogs: Set correct DNS address to get ping working
......................................................................
ttcn3-ggsn-tests-ogs: Set correct DNS address to get ping working
The DNS address provided is used by the test to ping. In osmo-ggsn, we
configured the DNS to be the shared address between GTPC and GTPU. In
open5gs, the addresses are different. Hence, let's pass the GTPU address
instead of the GTPC address to make the setup easier (no need to have
proper routing working between UPFD and SMFD containers).
Change-Id: I2a452ad871612d1c88b94579dadbe62b718b1475
---
M ttcn3-ggsn-test/ogs/smfd.yaml
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/94/27094/1
diff --git a/ttcn3-ggsn-test/ogs/smfd.yaml b/ttcn3-ggsn-test/ogs/smfd.yaml
index 1bdf03b..2e1fc08 100644
--- a/ttcn3-ggsn-test/ogs/smfd.yaml
+++ b/ttcn3-ggsn-test/ogs/smfd.yaml
@@ -349,7 +349,7 @@
dnn: inet46
dns:
- - 172.18.3.201
+ - 172.18.3.222
- 8.8.8.8
- fd02:db8:3::201
- 2001:4860:4860::8844
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/27094
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I2a452ad871612d1c88b94579dadbe62b718b1475
Gerrit-Change-Number: 27094
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/27095 )
Change subject: ttcn3-ggsn-tests-ogs: use correct DNS addresses
......................................................................
ttcn3-ggsn-tests-ogs: use correct DNS addresses
The DNS addresses are used to ping them from the subscriber. Let's set
up the UPF container ones instead of the SMF container ones, in order to
simplify routing not related to the test.
Change-Id: Ia1045d86d6f07d41054f14be0b6efdf9c7169af2
---
M ttcn3-ggsn-test/ogs/GGSN_Tests.cfg
M ttcn3-ggsn-test/ogs/smfd.yaml
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/95/27095/1
diff --git a/ttcn3-ggsn-test/ogs/GGSN_Tests.cfg b/ttcn3-ggsn-test/ogs/GGSN_Tests.cfg
index 6471dc9..f05ddaf 100644
--- a/ttcn3-ggsn-test/ogs/GGSN_Tests.cfg
+++ b/ttcn3-ggsn-test/ogs/GGSN_Tests.cfg
@@ -16,8 +16,8 @@
GGSN_Tests.m_ggsn_ip_gtpc := "172.18.3.201"
GGSN_Tests.m_ggsn_ip_gtpu := "172.18.3.222"
# GGSN announced DNS address
-GGSN_Tests.m_ggsn_ip4_dns1 := "172.18.3.201"
-GGSN_Tests.m_ggsn_ip6_dns1 := "fd02:db8:3::201"
+GGSN_Tests.m_ggsn_ip4_dns1 := "172.18.3.222"
+GGSN_Tests.m_ggsn_ip6_dns1 := "fd02:db8:3::222"
GGSN_Tests.m_ggsn_impl := GGSN_IMPL_OPEN5GS
[EXECUTE]
diff --git a/ttcn3-ggsn-test/ogs/smfd.yaml b/ttcn3-ggsn-test/ogs/smfd.yaml
index 2e1fc08..a0be176 100644
--- a/ttcn3-ggsn-test/ogs/smfd.yaml
+++ b/ttcn3-ggsn-test/ogs/smfd.yaml
@@ -351,7 +351,7 @@
dns:
- 172.18.3.222
- 8.8.8.8
- - fd02:db8:3::201
+ - fd02:db8:3::222
- 2001:4860:4860::8844
mtu: 1400
freeDiameter: /data/freediameter.conf
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/27095
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia1045d86d6f07d41054f14be0b6efdf9c7169af2
Gerrit-Change-Number: 27095
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: tnt.
Hello tnt,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/dahdi-linux/+/26967
to look at the new patch set (#2).
Change subject: icE1usb: update ice1usb_proto.h to firmware 0.2-8
......................................................................
icE1usb: update ice1usb_proto.h to firmware 0.2-8
git revision cac342af6bccc9820a8617f900afaf663ad608ed of
https://git.osmocom.org/osmo-e1-hardware
Change-Id: I1423531470a1c9165d713108fb6a87ff47ff6e29
---
M drivers/dahdi/icE1usb/icE1usb.c
M drivers/dahdi/icE1usb/ice1usb_proto.h
2 files changed, 51 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/dahdi-linux refs/changes/67/26967/2
--
To view, visit https://gerrit.osmocom.org/c/dahdi-linux/+/26967
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: dahdi-linux
Gerrit-Branch: master
Gerrit-Change-Id: I1423531470a1c9165d713108fb6a87ff47ff6e29
Gerrit-Change-Number: 26967
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: tnt <tnt(a)246tNt.com>
Gerrit-Attention: tnt <tnt(a)246tNt.com>
Gerrit-MessageType: newpatchset