DIAMETER-to-GSUP inter-working function (IWF)
Go to file
Daniel Willmann 742f8d5b0f Release new version: 0.1.2
Fixes: OS#5646
Change-Id: I2b71212009149ea46effecb08d96620cc67c944b
2022-08-19 17:45:45 +02:00
contrib debian: add generate_build_dep.sh to vendor erlang dependencies 2022-07-20 19:51:00 +00:00
debian Release new version: 0.1.2 2022-08-19 17:45:45 +02:00
dia WIP 2019-08-14 13:28:08 +02:00
src server_cb: Improve handling resynchronization info 2022-08-19 15:20:38 +00:00
.gitignore add rebar.lock to define known working dependencies 2022-07-20 19:51:00 +00:00
.gitreview add .gitreview configuration 2021-12-30 20:47:24 +01:00
README.md Add README.md file 2022-02-18 12:43:52 +01:00
rebar.config rebar.config: Switch from git://git.osmocom.org to https://gitea 2022-07-12 17:42:55 +02:00
rebar.lock add rebar.lock to define known working dependencies 2022-07-20 19:51:00 +00:00

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().