![]() AAA allows to have unknown AVPs. Change-Id: I934c87e912882ddef1cbac1466dec66c72b9c77c |
||
---|---|---|
config | ||
contrib | ||
debian | ||
dia | ||
src | ||
.gitignore | ||
.gitreview | ||
Makefile | ||
README.md | ||
TODO.md | ||
rebar.config | ||
rebar.lock |
README.md
= osmo-ePDG =
Implement an ePDG with an embedded AAA server. osmo-ePDG also requires a modify strongswan.
- [UE] <-> [strongswan] <-> [osmo-ePDG] <> [HSS] <> [PGW]
== Building ==
Install erlang and rebar3 packages (not "rebar", that's version 2! You may need to compile it from source in some distros).
$ rebar3 compile $ rebar3 escriptize
== Testing ==
Unit tests can be run this way: $ rebar3 eunit
== Running ==
Once osmo_epdg is built, you can start it this way:
$ rebar3 shell
In the erlang shell:
1> osmo_epdg:start().
== Configuration ==
$ rebar3 shell --config ./config/sys.config
1> osmo_epdg:start().