pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/35646?usp=email )
Change subject: WIP: epdg: gtpu tunel ......................................................................
WIP: epdg: gtpu tunel
Change-Id: Ifeece08cdcceb378ae1e195cada5bfef54a1e2bd --- M ttcn3-epdg-test/EPDG_Tests.cfg M ttcn3-epdg-test/osmo-epdg.config 2 files changed, 42 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/46/35646/1
diff --git a/ttcn3-epdg-test/EPDG_Tests.cfg b/ttcn3-epdg-test/EPDG_Tests.cfg index 5dbcb4c..49ccb99 100644 --- a/ttcn3-epdg-test/EPDG_Tests.cfg +++ b/ttcn3-epdg-test/EPDG_Tests.cfg @@ -23,3 +23,4 @@
[EXECUTE] EPDG_Tests.control +#EPDG_Tests.TC_authinfo_normal diff --git a/ttcn3-epdg-test/osmo-epdg.config b/ttcn3-epdg-test/osmo-epdg.config index ac17e43..4461b27 100644 --- a/ttcn3-epdg-test/osmo-epdg.config +++ b/ttcn3-epdg-test/osmo-epdg.config @@ -39,6 +39,38 @@ {gtpc_remote_port, 2123} ] }, + %% =========================================== + %% gtp_u_kmod config + %% =========================================== + {gtp_u_kmod, [ + {sockets, [{grx, [{ip, {192,0,2,16}}, + %%{netdev, "grx"}, + freebind, + {vrf, [{routes, [{{10, 180, 0, 0}, 16}]}%%, + %%{netdev, "upstream"} + ] + } + ] + }] + } + ]}, + %% =========================================== + %% gen_socket config + %% =========================================== + {gen_socket, [ + {libdir, "/tmp/osmo-epdg/_build/default/lib/gen_socket/priv/lib"} +]}, + %% =========================================== + %% SASL config + %% =========================================== + {sasl, [{sasl_error_logger, false}]}, + % {sasl, [ + % {sasl_error_logger, {file, "log/sasl-error.log"}}, + % {errlog_type, error}, + % {error_logger_mf_dir, "log/sasl"}, % Log directory + % {error_logger_mf_maxbytes, 10485760}, % 10 MB max file size + % {error_logger_mf_maxfiles, 5} % 5 files max + % ]}, % %% =========================================== %% Lager logging config %% ===========================================