Add osmo_ss7 and osmo_gsup as dependencies to .app.src file

We are depending on those applications, so they should be listed.

Change-Id: I4a19439dff362f24efc108ee7b0790b143692d2f
1 file changed
tree: 06bcfc8ac60809ec78ca4ccda8a858c6c04b8edd
  1. contrib/
  2. dia/
  3. src/
  4. .gitignore
  5. .gitreview
  6. README.md
  7. 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().