Erlang implementation of GSUP codec
Go to file
Pau Espin 25ace76f98 Add new PCO IE
Related: OS#6369
Related: osmo-gsm-manuals.git Change-Id Id912ead4e1205f84a40af6505a5ddf050d1e086d

Change-Id: I73629a8bf1f9a10a17c7509dee15c3c6dc36e939
2024-02-20 19:55:08 +01:00
contrib contrib/jenkins.sh: new file 2020-01-17 08:58:48 +01:00
include Add new PCO IE 2024-02-20 19:55:08 +01:00
src Add new PCO IE 2024-02-20 19:55:08 +01:00
test Decode/Encode Apn as string 2024-01-22 17:53:32 +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)