travelping / ergw-gtp-c-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ergw-gtp-c-node

Build Status

OTP application to package a erGW GTP-C Node.

Build

$ rebar3 compile

Docker images

This repository creates also a Docker image which can be used as a base for other images to create systems for different purposes, e.g. GGSN, PDN-GW, GTP-proxy. At the time of writing we recommend to use this base image for testing and development. You can use the host network and need network interfaces to be configured beforehand.

To add a custom configuration to the container, a volume may be mounted to /config/ergw-gtp-c-node containing the sys.config and vm.args erlang config. Alternatively, you may use a volume to provide the configuration in /etc/erlang-gtp-c-node/erlang-gtp-c-node.config or alter this file in a running container.

About

License:GNU General Public License v2.0


Languages

Language:Erlang 80.4%Language:Shell 9.9%Language:Dockerfile 9.8%