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)
- Host: GitHub
- URL: https://github.com/sigscale/hss
- Owner: sigscale
- License: other
- Created: 2015-06-25T11:26:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T05:23:44.000Z (over 2 years ago)
- Last Synced: 2024-03-26T01:33:08.635Z (about 2 years ago)
- Language: Erlang
- Homepage:
- Size: 658 KB
- Stars: 23
- Watchers: 8
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-telco - SigScale HSS - 12]` - 3GPP Home Subscriber Server (HSS) in Erlang. Part of the SigScale telecom stack. (Core Network / OSS/BSS)
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