DIAMETER-to-GSUP inter-working function (IWF)
Go to file
Pau Espin bf59e9dc7e Add README.md file
Change-Id: I65ebd735d3c99c47b8f1a88c5a7eb272635d52c3
2022-02-18 12:43:52 +01:00
contrib contrib/jenkins.sh: new file 2020-01-17 09:01:18 +01:00
dia WIP 2019-08-14 13:28:08 +02:00
src switch back to use the master branch of osmo_ss7 2022-02-15 19:24:50 +01:00
.gitignore .gitignore: Add several more files and directories 2022-02-18 12:43:47 +01: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 switch back to use the master branch of osmo_ss7 2022-02-15 19:24:50 +01: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().