Erlang implementation of GSUP codec
Go to file
Andrey Velikiy bb299668cb Add support of the GSUP E Interface messages
Encoding and decoding of the following GSUP messages were added to support inter-MSC handover functionality:
* E Prepare Handover Request/Result/Error
* E Prepare Subsequent Handover Request/Result/Error
* E Send End Signal Request/Result/Error
* E Forward Access Signalling Request
* E Process Access Signalling Request
* E Close, E Abort, E Routing Error.

Tests for GSUP E Interface messages were added from libosmocore library.
2019-06-25 16:48:23 +03:00
include Add support of the GSUP E Interface messages 2019-06-25 16:48:23 +03:00
src Add support of the GSUP E Interface messages 2019-06-25 16:48:23 +03:00
test Add support of the GSUP E Interface messages 2019-06-25 16:48:23 +03: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)