aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim/reader.c
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2020-03-12 13:22:53 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2020-03-13 10:52:22 +0100
commit3a5917bd5044eaf5327d15766a2ef900433b6627 (patch)
tree62c26ccdabd86c1bde5eb77ce1382e62f0643dbe /src/sim/reader.c
parent44b9926c84c9cb9a3fcf2d0770d4951a4eab5fe2 (diff)
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
Diffstat (limited to 'src/sim/reader.c')
0 files changed, 0 insertions, 0 deletions