thomasbhatia / hss

3Gdb: A 3GPP IP Multimedia Subsystem (IMS) Home Subscriber Server (HSS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repo mirrored from https://code.google.com/p/hss/

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

About

3Gdb: A 3GPP IP Multimedia Subsystem (IMS) Home Subscriber Server (HSS)

License:Other


Languages

Language:Erlang 98.6%Language:Makefile 1.4%