An open API service indexing awesome lists of open source software.

https://github.com/sigscale/hss

3GPP Home Subscriber Server (HSS)
https://github.com/sigscale/hss

Last synced: about 2 months ago
JSON representation

3GPP Home Subscriber Server (HSS)

Awesome Lists containing this project

README

          

You will of course need an installed Erlang/OTP environment.

To build the system and documentation:

$ make

To build developer documentation:

$ make all_doc

To run the test suites:

$ make test

This requires that Common Test and Test Server are installed
and in your path. Quick and easy method:

$ cd ~/lib/erlang/lib
$ common_test-*/install.sh `pwd`
$ ln -s ~/lib/erlang/lib/common_test-*/priv/bin/run_test ~/bin