libosmocore/tests/conv
Sylvain Munaut c87c6a3a73 gsm: Improve the TCH/H2.4 coding routines
The spec isn't super clear, but basically the conv coding is done
in two blocks of 72 bits.

The way it's currently implemented isn't "wrong" in the sense it will
produce correct output given no bit errors, but it's better to do the
decoding in two blocks because this then it makes use of the fact we
know the state of the encoder after the 72 bits, which improves the
corrective ability of the code.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: Id2551ffe2a0ebfd0a6df0e1d288a6f0af7e1eda7
2023-07-07 16:06:26 +02:00
..
conv.c tests/conv: separate test logic 2017-03-06 17:06:45 +00:00
conv.h tests/conv: add GSM 05.03 specific test 2017-04-30 02:59:42 +07:00
conv_gsm0503_test.c tests/conv: add GSM 05.03 specific test 2017-04-30 02:59:42 +07:00
conv_gsm0503_test.ok gsm: Improve the TCH/H2.4 coding routines 2023-07-07 16:06:26 +02:00
conv_test.c tests/conv: separate test logic 2017-03-06 17:06:45 +00:00
conv_test.ok tests/conv: add LTE PBCH test vector 2017-01-16 12:52:01 +00:00