From 6df26d10d70a669e14995784f4b58a734059de4c Mon Sep 17 00:00:00 2001 From: Andrey Velikiy Date: Wed, 19 Jun 2019 14:17:05 +0300 Subject: [PATCH] Add README --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..2311a7c --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +osmo_gsup - Osmocom GSUP interface library for Erlang +===================================================== + +This repository contains an Erlang-language library that form the IPA and GSUP interfaces for [Osmocom](https://osmocom.org/) Open Source Mobile Communications projects. + +Documentation +------------- + +There is no Doxygen-generated API documentation yet for this library. You can use **gsup_protocol.hrl** and function spec's in **gsup_protocol.erl** and **ipa.erl**. You can find the description of IPA and GSUP protocols here: [OSMOMSC Manual] +(http://ftp.osmocom.org/docs/latest/osmomsc-usermanual.pdf)