aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2024-02-21 18:22:39 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2024-02-21 18:22:41 +0100
commitdb7d74263cdee700d8f956eb766ec41e2589c8b2 (patch)
treec4e522bf110844050257d4d53ca649d39f11a0ef
parente39bea3ae5de5688a32a36e7121a3db6ace0acdb (diff)
ttcn3-epdg: Create tun with iface name gtp0
As done in the default/usual config. Change-Id: I066c22a381ab85762c8ef247a5eb248f7adf6c71
-rw-r--r--ttcn3-epdg-test/osmo-epdg.config12
1 files changed, 6 insertions, 6 deletions
diff --git a/ttcn3-epdg-test/osmo-epdg.config b/ttcn3-epdg-test/osmo-epdg.config
index 6c65172..384be23 100644
--- a/ttcn3-epdg-test/osmo-epdg.config
+++ b/ttcn3-epdg-test/osmo-epdg.config
@@ -43,12 +43,12 @@
%% gtp_u_kmod config
%% ===========================================
{gtp_u_kmod, [
- {sockets, [{grx, [%% ip: IP Address assigned at the tunnel:
- {ip, {172,18,10,20}},
- %% Allow binding to an IP address that is nonlocal or does not (yet) exist (IP_FREEBIND):
- freebind,
- % Create gtp tundev with role SGSN:
- {role, sgsn}
+ {sockets, [{gtp0, [%% ip: IP Address assigned at the tunnel:
+ {ip, {172,18,10,20}},
+ %% Allow binding to an IP address that is nonlocal or does not (yet) exist (IP_FREEBIND):
+ freebind,
+ % Create gtp tundev with role SGSN:
+ {role, sgsn}
]
}]
}