pespin submitted this change.
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
---
M ttcn3-epdg-test/osmo-epdg.config
1 file changed, 19 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}
+ ]
+ }
].
To view, visit change 34834. To unsubscribe, or for help writing mail filters, visit settings.