ttcn3-epdg: Create tun with iface name gtp0

As done in the default/usual config.

Change-Id: I066c22a381ab85762c8ef247a5eb248f7adf6c71
This commit is contained in:
Pau Espin 2024-02-21 18:22:39 +01:00
parent e39bea3ae5
commit db7d74263c
1 changed files with 6 additions and 6 deletions

View File

@ -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}
]
}]
}