aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding (follow)
Commit message (Expand)AuthorAgeFilesLines
* coding: separate gsm0503_tch_a[fh]s_decode_inband()Vadim Yanitskiy2022-05-271-26/+46
* coding: add gsm0503_detect_a[fh]s_dtx_frame2()Vadim Yanitskiy2022-05-273-85/+122
* coding: do not reset codec ID on receipt of DTX framesVadim Yanitskiy2022-05-251-23/+28
* coding: fix decoding of AHS_SID_UPDATE frames (BER ~50%)Vadim Yanitskiy2022-05-251-12/+24
* coding: prevent marking FACCH frames as AMR's special DTX framesVadim Yanitskiy2022-05-161-0/+13
* coding: properly handle AFS_SID_UPDATE frames in DTX modeVadim Yanitskiy2022-05-161-0/+1
* coding: use switch statement in gsm0503_tch_a[fh]s_decode_dtx()Vadim Yanitskiy2022-05-161-9/+20
* coding: cosmetic: move 'dtx_prev' to the scope where it's usedVadim Yanitskiy2022-05-161-4/+4
* coding: Use ARRAY_SIZE macroPau Espin Pedrol2022-05-131-1/+1
* coding: Refactor function to avoid gcc false positive warnPau Espin Pedrol2022-05-131-4/+5
* coding: fix comments for detect_afs_sid_{first,update,onset}Vadim Yanitskiy2022-04-281-3/+3
* treewide: remove FSF addressOliver Smith2021-12-145-20/+0
* Bump version: 1.5.1.282-ab5e-dirty → 1.6.01.6.0Pau Espin Pedrol2021-11-161-1/+1
* gsm0503_coding: use ahs tables when encoding ahs codec idPhilipp Maier2021-08-311-1/+1
* gsm0505_amr_dtx: add missing value stringsPhilipp Maier2020-05-121-3/+5
* dtx: add decoding for AMR-DTX framesPhilipp Maier2020-04-144-1/+502
* gsm0503_tables: Document USF encoding tablesPau Espin Pedrol2020-04-071-0/+6
* gsm0503_coding: Fix USF encoding in MCS1-4Pau Espin Pedrol2020-04-071-1/+1
* gsm0503_coding: Fix misleading comment UL vs DLPau Espin Pedrol2020-04-071-1/+1
* coding: fix bit ordering in 11-bit RACH coding functionsVadim Yanitskiy2020-04-011-2/+3
* coding: fix documentation of PDTCH encoding functionsVadim Yanitskiy2020-03-311-2/+2
* parity: add amr crc14 definitionPhilipp Maier2020-03-092-0/+12
* osmo-release.sh: Drop whitespace after = when parsing LIBVERSIONPau Espin Pedrol2019-08-061-1/+1
* 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
* Bump version: 0.11.0.91-9d4a3-dirty → 0.12.00.12.0Pau Espin Pedrol2018-07-271-1/+1
* 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
* Bump version: 0.10.2.284-bc47-dirty → 0.11.00.11.0Pau Espin Pedrol2018-05-031-1/+1
* coding: Add BER-reporting RACH decode functionsHarald Welte2018-02-262-4/+44
* libosmocoding: use frame length definitions from codec.hVadim Yanitskiy2018-01-241-7/+0
* libosmocoding: fix typo in library documentationVadim Yanitskiy2018-01-231-1/+1
* coding: move eB adjustement to appropriate placeMax2018-01-051-7/+2
* Add functions for extended RACH codingMax2017-12-112-17/+65
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-135-0/+10
* 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
* Makefile.am: fix missing LTLDFLAGS for libosmocodingVadim Yanitskiy2017-08-311-0/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-235-47/+38
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-235-73/+73
* 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
* gsm0503_interleaving: Mark input arguments as 'const *'Harald Welte2017-06-121-5/+5
* Add doxygen documentation to libosmocodingHarald Welte2017-06-125-30/+414
* gsm0503_{coding,mapping}: Mark input arguments as 'const'Harald Welte2017-06-122-55/+54
* Distinguish between unsupported and invalid MCSMax2017-05-241-6/+9
* add libpseudotalloc as super-simplistic talloc replacementHarald Welte2017-05-171-0/+4
* build: coding/gsm0503: fix build in sep. dir: -I builddirNeels Hofmeyr2017-03-201-0/+1
* build: cosmetic: coding: break a CPPFLAGS lineNeels Hofmeyr2017-03-131-1/+3