DIAMETER-to-GSUP inter-working function (IWF)
Go to file
Oliver Smith 2730247a82 Makefile: new file
Add a Makefile similar to the ones in osmo-epdg and osmo-s1gw.

Change-Id: Ida7ce261bfaac845ecdbec43e0bdd7d1669e5486
2024-07-05 12:07:05 +02:00
contrib contrib/systemd: run as osmocom user 2024-05-10 14:47:27 +02:00
debian debian/postinst: add checks, be verbose 2024-05-14 14:23:09 +02:00
dia replace http:// urls with https:// (diameter files) 2024-06-05 16:45:09 +02:00
examples docs: add a simple example to use configuration file 2023-03-22 13:23:02 +00:00
src COPYING and copyright headers: use https instead of http 2024-06-05 15:41:10 +02: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
COPYING COPYING and copyright headers: use https instead of http 2024-06-05 15:41:10 +02:00
Makefile Makefile: new file 2024-07-05 12:07:05 +02:00
README.md rebar3: define a release 2023-11-10 13:19:20 +01:00
rebar.config rebar3: define a release 2023-11-10 13:19:20 +01:00
rebar.lock rebar3.lock: Update epcap dep to v1.1.1 to fix compilation error 2023-08-23 16:48:50 +02: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

Passing a config file:

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

Running it as an escript:

$ rebar3 escriptize
$ ERL_FLAGS='-config ./examples/sys.config' _build/default/bin/osmo-dia2gsup

Build a new release

rebar3 release