diameter: Change default bind IP to 127.0.0.8

The IP 127.0.0.4 is already used by the open5gs smf. Since the mme by default
tries to connect to the hss at 127.0.0.8 let's change the default here
to something that works ootb.

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