libosmo-netif/src
Philipp Maier b61eaaccc3 amr: fix off-by-one in osmo_amr_bwe_to_oa()
The for loop in osmo_amr_bwe_to_oa, that converts the body part of the
AMR payload runs one byte too far. This may cause that some of the
padding bits in the end are not set to zero. The loop is designed to
convert n-1 bytes and the nth byte is done separately at the end.

Change-Id: I91e755b83aaac722079879c026d913cc446812d1
2020-05-25 17:05:04 +02:00
..
Makefile.am Bump version: 0.6.0.16-6413a-dirty → 0.7.0 2020-01-02 21:01:22 +01:00
amr.c amr: fix off-by-one in osmo_amr_bwe_to_oa() 2020-05-25 17:05:04 +02:00
datagram.c Use OSMO_FD_* instead of deprecated BSC_FD_* 2020-05-09 19:14:17 +02:00
ipa.c Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse() 2018-08-01 17:36:21 +02:00
ipa_unit.c Add SPDX-License-Identifier + Copyright statements 2017-11-13 01:21:03 +09:00
jibuf.c jibuf: fix indentation in line inside conditional clause 2018-08-13 16:09:24 +02:00
osmux.c osmux: squash LOGP message to one line 2019-10-04 16:00:31 +02:00
rs232.c Use OSMO_FD_* instead of deprecated BSC_FD_* 2020-05-09 19:14:17 +02:00
rtp.c Add SPDX-License-Identifier + Copyright statements 2017-11-13 01:21:03 +09:00
stream.c Use OSMO_FD_* instead of deprecated BSC_FD_* 2020-05-09 19:14:17 +02:00