[PATCH 2/9] Use 'defines' for length and duration of RTP payload

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.de
Sun Jan 26 07:50:36 UTC 2014


On 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.




More information about the OpenBSC mailing list