Release v0.1.3 on 2023-05-26.
Bump version: 0.1.2 → 0.1.3

Change-Id: I5d769b31a34de98b350021043b1c106732139afe
1 file changed
tree: cd93ef6e7bbff9eccfa6ef3a70b7cd6b35cc21ea
  1. contrib/
  2. debian/
  3. dia/
  4. src/
  5. .gitignore
  6. .gitreview
  7. README.md
  8. rebar.config
  9. rebar.lock
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().