aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/gsm0503_coding.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-28trx: Fix coverity BER calculation NULL dereferenceTom Tsou1-6/+9
2016-07-28trx: Enable EGPRS handling through burst lengthsTom Tsou1-1/+1
2016-07-28trx: Add EGPRS coding and decoding proceduresTom Tsou1-8/+1006
2016-01-16TRX: Don't hard-code 23 bytes, use GSM_MACBLOCK_LENHarald Welte1-7/+7
2016-01-16use existing #define for FR/EFR frame length (33/31)Harald Welte1-4/+5
2015-09-22trx: Remove unused variables.Alexander Chemeris1-2/+2
2015-09-22trx: More logging for voice frame decoding functions.Alexander Chemeris1-21/+67
2015-09-22trx: Implement BER calculations.Alexander Chemeris1-136/+98
2015-09-22TRX: Support for AMR half speechAndreas Eversberg1-0/+369
2015-09-22TRX: Support for TCH/H and GSM half rate transcodingAndreas Eversberg1-0/+181
2015-09-22TRX: Support for AMR full speechAndreas Eversberg1-22/+457
2015-09-22TRX: Add support for EFR transcodingAndreas Eversberg1-7/+124
2015-09-22TRX: Code cleanup, prepare for other codecs than GSM full rateAndreas Eversberg1-26/+23
2015-09-22TRX: Replaced GSM 06.10 ordering table by table in libosmocodecAndreas Eversberg1-14/+32
2015-09-22TRX: Cleanup of channel transcodingAndreas Eversberg1-0/+571