aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding
AgeCommit message (Expand)AuthorFilesLines
2019-08-06osmo-release.sh: Drop whitespace after = when parsing LIBVERSIONPau Espin Pedrol1-1/+1
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-27Bump version: 0.11.0.91-9d4a3-dirty → 0.12.00.12.0Pau Espin Pedrol1-1/+1
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-05-03Bump version: 0.10.2.284-bc47-dirty → 0.11.00.11.0Pau Espin Pedrol1-1/+1
2018-02-26coding: Add BER-reporting RACH decode functionsHarald Welte2-4/+44
2018-01-24libosmocoding: use frame length definitions from codec.hVadim Yanitskiy1-7/+0
2018-01-23libosmocoding: fix typo in library documentationVadim Yanitskiy1-1/+1
2018-01-05coding: move eB adjustement to appropriate placeMax1-7/+2
2017-12-11Add functions for extended RACH codingMax2-17/+65
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte5-0/+10
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-08-31Makefile.am: fix missing LTLDFLAGS for libosmocodingVadim Yanitskiy1-0/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr5-47/+38
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr5-73/+73
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-12gsm0503_interleaving: Mark input arguments as 'const *'Harald Welte1-5/+5
2017-06-12Add doxygen documentation to libosmocodingHarald Welte5-30/+414
2017-06-12gsm0503_{coding,mapping}: Mark input arguments as 'const'Harald Welte2-55/+54
2017-05-24Distinguish between unsupported and invalid MCSMax1-6/+9
2017-05-17add libpseudotalloc as super-simplistic talloc replacementHarald Welte1-0/+4
2017-03-20build: coding/gsm0503: fix build in sep. dir: -I builddirNeels Hofmeyr1-0/+1
2017-03-13build: cosmetic: coding: break a CPPFLAGS lineNeels Hofmeyr1-1/+3
2017-03-07libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy7-0/+5553