northmirko / ErlUMTS

Universal Mobile Telecommunications System codec for Erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ErlUMTS

This library tries to implement encoding and decoding for different UMTS (Universal Mobile Telecommunications System) protocols.

It aims to support the newest release of each spec.

Linguistics

decode - function that converts from binary format to an Erlang map

parse - function that converts from UMTS magic number to Erlang atom

encode - function that converts from Erlang map to binary format

compose - function that converts from Erlang atom to UMTS magic number

About

Universal Mobile Telecommunications System codec for Erlang

License:Apache License 2.0


Languages

Language:Erlang 97.2%Language:Awk 2.8%