This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.
Holger Hans Peter Freyther holger at freyther.deOn Wed, Jan 22, 2014 at 10:05:51AM +0100, Andreas Eversberg wrote:
> + if (payload_len != RTP_LEN_GSM_EFR) {
> + DEBUGPC(DLMUX, "received RTP extended full rate frame "
> + "with payload length != %d (len = %d)\n",
> + RTP_LEN_GSM_EFR, payload_len);
> + return -EINVAL;
> + }
this is not mentioned in the commit message. I am applying it anyway.