DIAMETER-to-GSUP inter-working function (IWF)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Oliver Smith d7e225b098
systemd: depend on networking-online.target
3 days ago
contrib systemd: depend on networking-online.target 3 days ago
debian debian: set compat level to 10 1 month ago
dia WIP 4 years ago
examples docs: add a simple example to use configuration file 2 months ago
src server_cb: Improve handling resynchronization info 9 months ago
.gitignore add rebar.lock to define known working dependencies 10 months ago
.gitreview add .gitreview configuration 1 year ago
README.md docs: add a simple example to use configuration file 2 months ago
rebar.config rebar.config: Switch from git://git.osmocom.org to https://gitea 11 months ago
rebar.lock add rebar.lock to define known working dependencies 10 months ago

README.md

= Osmocom DIAMETER -> GSUP translator =

This project implements a proxy translating Diameter into GSUP, hence allowing Diameter clients connecting to GSUP server. This allows, for instance, using OsmoHLR as an HSS used by 4G/5G nodes.

== 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_dia2gsup is built, you can start it this way:

$ rebar3 shell

In the erlang shell:

1> osmo_dia2gsup:start().

== Configuration ==

$ rebar3 shell --config ./examples/sys.config

1> osmo_dia2gsup:start().