aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding/gsm0503_coding.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-08coding: implement encoding/decoding API for TCH/F2.4Vadim Yanitskiy1-0/+48
2023-07-08coding: remove redundant memset()s in gsm0503_tch_fr{96,144}_encode()Vadim Yanitskiy1-2/+2
2023-07-07gsm: Improve the TCH/H2.4 coding routinesSylvain Munaut1-14/+12
2023-06-23coding: fix a copy-paste bug in gsm0503_tch_afs_decode_dtx()Vadim Yanitskiy1-1/+1
2023-05-27coding: gsm0503_tch_{fr,hr}_encode(): add ability to emit BFIMychaela N. Falconia1-1/+21
2023-05-27coding cosmetic: gsm0503_tch_{fr,hr}_encode(): remove extra spacingMychaela N. Falconia1-27/+0
2023-05-26coding: fix _tch_csd_burst_map(): do not overwrite FACCHVadim Yanitskiy1-5/+15
2023-05-26coding: implement dedicated codec API for FACCH/[FH]Vadim Yanitskiy1-0/+134
2023-05-25coding: implement TCH/F9.6, TCH/[FH]4.8, TCH/H2.4, TCH/F14.4Vadim Yanitskiy1-0/+297
2023-05-23coding: fix API doc: TCH/AFS vs TCH/AHSVadim Yanitskiy1-2/+2
2023-05-23coding: fix API doc: TCH/H needs 6 bursts, not 8Vadim Yanitskiy1-4/+4
2023-05-23gsm0503_tch_hr_decode2(): new function, emits TS101318 formatMychaela N. Falconia1-10/+36
2023-05-23gsm0503_tch_hr_encode(): accept both TS101318 and RFC5993 payloadsMychaela N. Falconia1-6/+7
2023-05-23gsm0503_tch_hr_decode(): look at all 8 stealing bitsMychaela N. Falconia1-1/+1
2023-05-20coding: use GSM_MACBLOCK_LEN gsm0503_tch_fr_decode()Vadim Yanitskiy1-1/+1
2023-05-19coding: fix decoding of EFR triplicated bitsMychaela N. Falconia1-1/+1
2023-05-15coding: fix doxygen doc for _xcch_encode_cB()Vadim Yanitskiy1-1/+1
2023-02-20Move libosmogsm TS 44.060 declarations under include/osmocom/gsm/Pau Espin Pedrol1-3/+1
2022-05-27coding: separate gsm0503_tch_a[fh]s_decode_inband()Vadim Yanitskiy1-26/+46
2022-05-27coding: add gsm0503_detect_a[fh]s_dtx_frame2()Vadim Yanitskiy1-12/+8
2022-05-25coding: do not reset codec ID on receipt of DTX framesVadim Yanitskiy1-23/+28
2022-05-25coding: fix decoding of AHS_SID_UPDATE frames (BER ~50%)Vadim Yanitskiy1-12/+24
2022-05-16coding: prevent marking FACCH frames as AMR's special DTX framesVadim Yanitskiy1-0/+13
2022-05-16coding: properly handle AFS_SID_UPDATE frames in DTX modeVadim Yanitskiy1-0/+1
2022-05-16coding: use switch statement in gsm0503_tch_a[fh]s_decode_dtx()Vadim Yanitskiy1-9/+20
2022-05-16coding: cosmetic: move 'dtx_prev' to the scope where it's usedVadim Yanitskiy1-4/+4
2022-05-13coding: Use ARRAY_SIZE macroPau Espin Pedrol1-1/+1
2022-05-13coding: Refactor function to avoid gcc false positive warnPau Espin Pedrol1-4/+5
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-08-31gsm0503_coding: use ahs tables when encoding ahs codec idPhilipp Maier1-1/+1
2020-04-14dtx: add decoding for AMR-DTX framesPhilipp Maier1-0/+180
2020-04-07gsm0503_coding: Fix USF encoding in MCS1-4Pau Espin Pedrol1-1/+1
2020-04-07gsm0503_coding: Fix misleading comment UL vs DLPau Espin Pedrol1-1/+1
2020-04-01coding: fix bit ordering in 11-bit RACH coding functionsVadim Yanitskiy1-2/+3
2020-03-31coding: fix documentation of PDTCH encoding functionsVadim Yanitskiy1-2/+2
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