Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | coding test: use OSMO_ASSERT | Max | 2017-11-30 | 1 | -17/+10 |
| | | | | Change-Id: I896d6aaae3c36b87243b7dc270267090dcb44afe | ||||
* | coding test: move bit dump into functions | Max | 2017-11-28 | 1 | -123/+48 |
| | | | | Change-Id: I65c75e56831420d3daf386ea280c13ae9cb64d1b | ||||
* | coding test: enable debug output | Max | 2017-11-28 | 2 | -125/+4293 |
| | | | | Change-Id: I1ec23ca3cf0d973c77b8c4e7e23e0e75a4f0a7a3 | ||||
* | coding test: cosmetic cleanup | Max | 2017-11-28 | 1 | -101/+54 |
| | | | | | | | | | * remove duplicate code: use function from libosmocore * use utility function to dump ubits * reformat for easier reading * link against libosmocore Change-Id: I8c31b0954176a2c53305936a025c92a793b6d9b6 | ||||
* | libosmocoding: migrate transcoding routines from OsmoBTS | Vadim Yanitskiy | 2017-03-07 | 2 | -0/+522 |
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 |