From 07ba8205654e06cf96428e3daee11a205e793bed Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 18 Oct 2023 14:29:49 +0200 Subject: ttcn3-epdg-test: Update config file to set up GTPv2C socket Depends: osmo-epdg.git I6f00b7fce2d5fcdc484bfd45629b9141f16bc579 Depends: osmo-ttcn3-hacks.git I8f18c927b1897806233cc9d049c25694c1e639d4 Change-Id: I05ae2d87e16cef9772bc5c3690f687e5ecbd5f51 --- ttcn3-epdg-test/osmo-epdg.config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ttcn3-epdg-test/osmo-epdg.config b/ttcn3-epdg-test/osmo-epdg.config index ac8828a..8036b2c 100644 --- a/ttcn3-epdg-test/osmo-epdg.config +++ b/ttcn3-epdg-test/osmo-epdg.config @@ -14,5 +14,12 @@ {vendor_id, 0}, {origin_host, "epdg.localdomain"}, {origin_realm, "localdomain"}, - {context_id, "epdg@localdomain"}]} + {context_id, "epdg@localdomain"}, + % GTPv2C Connection parameters + {gtpc_local_ip, "172.18.10.20"}, + {gtpc_local_port, 2123}, + {gtpc_remote_ip, "172.18.10.103"}, + {gtpc_remote_port, 2123} + ] + } ]. -- cgit v1.2.3