DIAMETER-to-GSUP inter-working function (IWF)
Go to file
Alexander Couzens 7c912ff07b Use GSUP APN as Service-Selection field
Previous the osmo-hlr always sent a wildcard APN as the only APN
which violates the spec. Further wildcard APNs aren't support
by the current Open5gs.
Since I540132ee5dcfd09f4816e02e702927e1074ca50f the osmo-hlr
supports multiple APN in the subscriber data.

Related: SYS#6391
Change-Id: I2a0af5d785ce62968f6e3952602d92cb4f37e4ab
2023-06-11 19:27:57 +00:00
contrib systemd: depend on networking-online.target 2023-05-26 14:10:44 +02:00
debian debian: set compat level to 10 2023-04-25 16:48:34 +02:00
dia WIP 2019-08-14 13:28:08 +02:00
examples docs: add a simple example to use configuration file 2023-03-22 13:23:02 +00:00
src Use GSUP APN as Service-Selection field 2023-06-11 19:27:57 +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 docs: add a simple example to use configuration file 2023-03-22 13:23:02 +00: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().

== Configuration ==

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

1> osmo_dia2gsup:start().