Erlang implementation of GSUP codec
Go to file
Harald Welte bb32d46b18 GSUP IE 0x29 got renamed from RAT_TYPE to SUPPORTED_RAT_TYPEs
In git commit b76c7fad94 we introduced
support for the GSUP RAT_TYPE IE (0x29).  At that time, the
corresponding libosmocore change (Change-Id
I93850710ab55a605bf61b95063a69682a2899bb1) was still in review.

Meanwhile, that change has been merged, and the final IE name now
is OSMO_GSUP_SUPPORTED_RAT_TYPES_IE.
2019-12-01 16:36:59 +01:00
include GSUP IE 0x29 got renamed from RAT_TYPE to SUPPORTED_RAT_TYPEs 2019-12-01 16:36:59 +01:00
src GSUP IE 0x29 got renamed from RAT_TYPE to SUPPORTED_RAT_TYPEs 2019-12-01 16:36:59 +01:00
test GSUP IE 0x29 got renamed from RAT_TYPE to SUPPORTED_RAT_TYPEs 2019-12-01 16:36:59 +01: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)