pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/27354 )
Change subject: ttcn3-ggsn-ogs: Use new bind_dev config option for GTP sockets ......................................................................
ttcn3-ggsn-ogs: Use new bind_dev config option for GTP sockets
This way we validate the feature is run and open5gs-smfd/upfd don't fail when applying it.
Related: SYS#5846 Change-Id: Ie23db8ffb4868e4bc75783e2f6eb7a725b376ea7 --- M ttcn3-ggsn-test/ogs/smfd.yaml M ttcn3-ggsn-test/ogs/upfd.yaml 2 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/54/27354/1
diff --git a/ttcn3-ggsn-test/ogs/smfd.yaml b/ttcn3-ggsn-test/ogs/smfd.yaml index 96463e5..a0015c2 100644 --- a/ttcn3-ggsn-test/ogs/smfd.yaml +++ b/ttcn3-ggsn-test/ogs/smfd.yaml @@ -336,9 +336,11 @@ - addr: 172.18.3.201 gtpc: - addr: 172.18.3.201 + bind_dev: eth0 gtpu: - addr: 172.18.3.201 port: 2152 + bind_dev: eth0 subnet: - addr: 176.16.16.1/20 dnn: internet diff --git a/ttcn3-ggsn-test/ogs/upfd.yaml b/ttcn3-ggsn-test/ogs/upfd.yaml index b38bc34..efb0892 100644 --- a/ttcn3-ggsn-test/ogs/upfd.yaml +++ b/ttcn3-ggsn-test/ogs/upfd.yaml @@ -155,6 +155,7 @@ gtpu: - addr: 172.18.3.222 port: 2152 + bind_dev: eth0 subnet: - addr: 176.16.16.1/20 dnn: internet