pespin has submitted this change. ( 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, 6 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/ttcn3-ggsn-test/ogs/smfd.yaml b/ttcn3-ggsn-test/ogs/smfd.yaml index 96463e5..1c8e284 100644 --- a/ttcn3-ggsn-test/ogs/smfd.yaml +++ b/ttcn3-ggsn-test/ogs/smfd.yaml @@ -336,9 +336,13 @@ - addr: 172.18.3.201 gtpc: - addr: 172.18.3.201 + option: + so_bindtodevice: eth0 gtpu: - addr: 172.18.3.201 port: 2152 + option: + so_bindtodevice: 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..aa64613 100644 --- a/ttcn3-ggsn-test/ogs/upfd.yaml +++ b/ttcn3-ggsn-test/ogs/upfd.yaml @@ -155,6 +155,8 @@ gtpu: - addr: 172.18.3.222 port: 2152 + option: + so_bindtodevice: eth0 subnet: - addr: 176.16.16.1/20 dnn: internet