libosmocore/src/codec
Philipp Maier 3a5917bd50 gsm690: Fix amr speech bit length table
The table amr_len_by_ft represents the length of the raw AMR speech bits
in bytes. The table is based on the Table found in RFC 4867 §3.6, Table 1,
Column "Total speech bits". The number of bits is divided by 8 and then
rounded up to get the number of consumed octets.

An AMR SID frame (including STI and MI) takes up 39 bits, this will
result in 5 octets, not in 7. Lets correct this.

Related: OS#2978
Change-Id: Icf330450981b32be5d1cee5b10aa92bac4cb72f5
2020-03-13 10:52:22 +01:00
..
Makefile.am Bump version: 1.2.0.108-c6a8-dirty → 1.3.0 2020-01-02 18:42:30 +01:00
ecu.c codec/ecu: Introduce new generic Error Concealment Unit abstraction 2019-09-02 09:13:50 +00:00
ecu_fr.c codec/ecu: Introduce new generic Error Concealment Unit abstraction 2019-09-02 09:13:50 +00:00
gsm610.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
gsm620.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
gsm660.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
gsm690.c gsm690: Fix amr speech bit length table 2020-03-13 10:52:22 +01:00