summaryrefslogtreecommitdiffstats
path: root/src/coding/gsm0503_coding.c
Commit message (Expand)AuthorAgeFilesLines
* coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().Alexander Chemeris2018-09-051-0/+5
* coding: Correctly count bits when decoding EDGE bursts with MCS >= 7.Alexander Chemeris2018-09-051-1/+8
* libosmocoding: clarify return values for TCH decoding functionsPau Espin Pedrol2018-07-191-4/+8
* coding: Documentation typo fix.Alexander Chemeris2018-07-141-1/+1
* coding: Fix (E)GPRS BER calculation to correctly account for puncturing.Alexander Chemeris2018-07-141-5/+24
* coding: Add BER-reporting RACH decode functionsHarald Welte2018-02-261-4/+42
* libosmocoding: use frame length definitions from codec.hVadim Yanitskiy2018-01-241-7/+0
* libosmocoding: fix typo in library documentationVadim Yanitskiy2018-01-231-1/+1
* Add functions for extended RACH codingMax2017-12-111-17/+63
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* gsm0503_coding.c: Use majority vote in tch_efr_unreorder()Niro Mahasinghe2017-11-031-3/+3
* gsm0503_coding.c: Fix tch_efr_unreorder() of one bitNiro Mahasinghe2017-11-031-1/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-3/+2
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-38/+38
* Move NUM_BYTES macro to core libraryMax2017-06-191-1/+1
* gsm0503_coding: Mark gsm0503_mcs_{ul,dl}_codes as constHarald Welte2017-06-121-6/+6
* Add doxygen documentation to libosmocodingHarald Welte2017-06-121-11/+249
* gsm0503_{coding,mapping}: Mark input arguments as 'const'Harald Welte2017-06-121-52/+51
* Distinguish between unsupported and invalid MCSMax2017-05-241-6/+9
* libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy2017-03-071-0/+2681