aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-10-18 14:29:49 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-10-19 17:08:20 +0200
commit07ba8205654e06cf96428e3daee11a205e793bed (patch)
treeffc4307c821a0d53a8c65a388fdc36f51de371e4
parent2a5ce7834883ce3aa505db73d456afce6d9fee42 (diff)
ttcn3-epdg-test: Update config file to set up GTPv2C socket
-rw-r--r--ttcn3-epdg-test/osmo-epdg.config9
1 files changed, 8 insertions, 1 deletions
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}
+ ]
+ }
].