[PATCH 07/10] mgcp/rtp: Use SSRC in proper byte ordering

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
Mon Dec 9 16:01:05 UTC 2013


On Thu, Dec 05, 2013 at 05:44:22PM +0100, Jacob Erlbeck wrote:

Dear Jacob,

>  		if (state.out_stream.ssrc != last_ssrc) {
>  			printf("Output SSRC changed to %08x\n",
> -			       ntohl(state.out_stream.ssrc));
> +			       state.out_stream.ssrc);

is an update of the .ok file missing or is this case not tested
by our regression suite?

thanks
	holger




More information about the OpenBSC mailing list