libosmocore/src/coding
Vadim Yanitskiy 3f4c6a8fbe coding: fix wrong n_bits_total reported for PDTCH CS2 and CS3
In gsm0503_pdtch_decode(), we decode CS2 and CS3 as if no puncturing
was employed, reordering the coded bits and setting punctured ones
to 0 manually.  Because of that, osmo_conv_decode_ber_punctured()
reports n_bits_total higher than we actually receive over the air.

Change-Id: I6b20cc450f25c48175a61da02644d66c08e22ece
Related: OS#6342, OS#6200
2024-01-31 23:10:40 +07:00
..
Makefile.am Bump version: 1.8.0.252-13c29 → 1.9.0 2023-09-12 13:15:54 +02:00
gsm0503_amr_dtx.c coding: add gsm0503_detect_a[fh]s_dtx_frame2() 2022-05-27 08:31:30 +00:00
gsm0503_coding.c coding: fix wrong n_bits_total reported for PDTCH CS2 and CS3 2024-01-31 23:10:40 +07:00
gsm0503_interleaving.c coding: gsm0503_tch_f96_[de]interleave() not applicable to TCH/F2.4 2023-05-20 19:06:11 +07:00
gsm0503_mapping.c treewide: remove FSF address 2021-12-14 12:44:03 +01:00
gsm0503_parity.c treewide: remove FSF address 2021-12-14 12:44:03 +01:00
gsm0503_tables.c treewide: remove FSF address 2021-12-14 12:44:03 +01:00
libosmocoding.map coding: implement encoding/decoding API for TCH/F2.4 2023-07-08 06:42:09 +07:00