From 3262f820b5cfb4c76448f605c9804f3e5ca1023d Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 23 Sep 2016 01:48:59 +0700 Subject: libosmocoding: migrate transcoding routines from OsmoBTS There are some projects, such as GR-GSM and OsmocomBB, which would benefit from using one shared implementation of GSM 05.03 code. So, this commit introduces a new sub-library called libosmocoding, which (for now) provides GSM, GPRS and EDGE transcoding routines, migrated from OsmoBTS. The original GSM 05.03 code from OsmoBTS was relicensed under GPLv2-or-later with permission of copyright holders (Andreas Eversberg, Alexander Chemeris and Tom Tsou). The following data types are currently supported: - xCCH - PDTCH (CS 1-4 and MCS 1-9) - TCH/FR - TCH/HR - TCH/AFS - RCH/AHS - RACH - SCH Change-Id: I0c3256b87686d878e4e716d12393cad5924fdfa1 --- include/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 770a9c62..f8b1f8f3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -69,6 +69,11 @@ nobase_include_HEADERS = \ osmocom/gsm/gsm0480.h \ osmocom/gsm/gsm0502.h \ osmocom/gsm/gsm0503.h \ + osmocom/coding/gsm0503_tables.h \ + osmocom/coding/gsm0503_parity.h \ + osmocom/coding/gsm0503_mapping.h \ + osmocom/coding/gsm0503_interleaving.h \ + osmocom/coding/gsm0503_coding.h \ osmocom/gsm/gsm0808.h \ osmocom/gsm/gsm23003.h \ osmocom/gsm/gsm48.h \ -- cgit v1.2.3