Erlang implementation of GSUP codec
Go to file
Vadim Yanitskiy 8d5e956f7f gsup_protocol.hrl: SM-RP-MR IE is mandatory for READY-FOR-SM messages
Change-Id: I09b6b8afb1c0d28d4bf214fb8f01c21c895b8546
2020-01-19 19:27:06 +07:00
contrib Introduce basic contrib/jenkins.sh for Jenkins build verification 2020-01-19 19:12:56 +07:00
include gsup_protocol.hrl: SM-RP-MR IE is mandatory for READY-FOR-SM messages 2020-01-19 19:27:06 +07:00
src Add support for CURRENT_RAT_TYPE IE 2019-12-01 16:53:46 +01:00
test gsup_protocol.hrl: SM-RP-MR IE is mandatory for READY-FOR-SM messages 2020-01-19 19:27:06 +07:00
.gitignore Initial commit 2019-06-14 21:08:00 +03:00
LICENSE Initial commit 2019-06-14 21:08:00 +03:00
README Add README 2019-06-25 16:48:23 +03:00
rebar.config Initial commit 2019-06-14 21:08:00 +03:00
rebar.lock Initial commit 2019-06-14 21:08:00 +03:00

README

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)