aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding/gsm0503_coding.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-05coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().Alexander Chemeris1-0/+5
2018-09-05coding: Correctly count bits when decoding EDGE bursts with MCS >= 7.Alexander Chemeris1-1/+8
2018-07-19libosmocoding: clarify return values for TCH decoding functionsPau Espin Pedrol1-4/+8
2018-07-14coding: Documentation typo fix.Alexander Chemeris1-1/+1
2018-07-14coding: Fix (E)GPRS BER calculation to correctly account for puncturing.Alexander Chemeris1-5/+24
2018-02-26coding: Add BER-reporting RACH decode functionsHarald Welte1-4/+42
2018-01-24libosmocoding: use frame length definitions from codec.hVadim Yanitskiy1-7/+0
2018-01-23libosmocoding: fix typo in library documentationVadim Yanitskiy1-1/+1
2017-12-11Add functions for extended RACH codingMax1-17/+63
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-11-03gsm0503_coding.c: Use majority vote in tch_efr_unreorder()Niro Mahasinghe1-3/+3
2017-11-03gsm0503_coding.c: Fix tch_efr_unreorder() of one bitNiro Mahasinghe1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-3/+2
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-38/+38
2017-06-19Move NUM_BYTES macro to core libraryMax1-1/+1
2017-06-12gsm0503_coding: Mark gsm0503_mcs_{ul,dl}_codes as constHarald Welte1-6/+6
2017-06-12Add doxygen documentation to libosmocodingHarald Welte1-11/+249
2017-06-12gsm0503_{coding,mapping}: Mark input arguments as 'const'Harald Welte1-52/+51
2017-05-24Distinguish between unsupported and invalid MCSMax1-6/+9
2017-03-07libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy1-0/+2681