Skip to content

Diameter Offline Charging Server is used for charging the services in non-real time fashion. Diameter Offline charging Server implements Diameter Accounting Application [RFC 3588].

Notifications You must be signed in to change notification settings

inamkhosa/imscdf

Repository files navigation

Build & Install Offline Charging System

Build Dependencies IMS Offline Charging System Depends on following Libraries. Make sure that you have built /installed all of the following libraries before building HSS

cd imscdf

./autogen.sh --prefix=/usr –datarootdir=/etc

For debugging with gdb, following command may be used:

./autogen.sh --prefix=/usr --datarootdir=/etc --enable-debug=yes

For release compilation, following command may be used:

./autogen.sh --prefix=/usr --datarootdir=/etc --enable-debug=no --enable-opt=8

Note: If –prefix and –datarootdir are not given then HSS will install to default directories. Default directories for installation are /usr/local/bin for binary files , /usr/local/lib for libraries and /usr/local/hss for configuration files. Compile and Install

make

make install

Not: if you use different directories for installation rather than default directories then you should add you binary file path to environment variable PATH and libraries file to environment variable LD_LIBRARY_PATH. Configure CDF The configuration file offcs_config.xml is used to provide the configuration options for running the CDF application. The default path for installation of this configuration file is /usr/local/share/offlinecharging #vi /usr/local/share/offlinecharging/offcs_config.xml Change the IPs and Ports to reflect to your system IP and Port. Start OFCS The name of application installed for executing the CDF is 'offlinecharging'. In Linux the default path for its installation is /usr/local/bin. Use the following command for starting the CDF.

offlinecharging

imscdf is licensed under Creative Common License (https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).

You can look at https://creativecommons.org/licenses/by-nc-sa/4.0/ for non-commercial usage.

About

Diameter Offline Charging Server is used for charging the services in non-real time fashion. Diameter Offline charging Server implements Diameter Accounting Application [RFC 3588].

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published