coding: use GSM_MACBLOCK_LEN gsm0503_tch_fr_decode()

Change-Id: I488ca3db1ca093d19abcfba78c1516509870715d
Related: OS#1572
This commit is contained in:
Vadim Yanitskiy 2023-05-20 16:33:38 +07:00
parent cbbd17e3f4
commit c0305b685a
1 changed files with 1 additions and 1 deletions

View File

@ -1860,7 +1860,7 @@ int gsm0503_tch_fr_decode(uint8_t *tch_data, const sbit_t *bursts,
return -1;
}
return 23;
return GSM_MACBLOCK_LEN;
}
osmo_conv_decode_ber(&gsm0503_tch_fr, cB, conv, n_errors, n_bits_total);