pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/27252 )
Change subject: Add README.md file
......................................................................
Add README.md file
Change-Id: I65ebd735d3c99c47b8f1a88c5a7eb272635d52c3
---
A README.md
1 file changed, 27 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_dia2gsup refs/changes/52/27252/1
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..52c076a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+= 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().
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/27252
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I65ebd735d3c99c47b8f1a88c5a7eb272635d52c3
Gerrit-Change-Number: 27252
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange