libosmocore/tests/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
..
coding_test.c tests/coding: fix -Wmaybe-uninitialized in test_pdtch() 2023-12-08 03:58:37 +07:00
coding_test.ok coding: fix wrong n_bits_total reported for PDTCH CS2 and CS3 2024-01-31 23:10:40 +07:00