[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/.

Jacob Erlbeck jerlbeck at sysmocom.de
Tue Dec 10 11:48:02 UTC 2013


On 12/09/2013 05:01 PM, Holger Hans Peter Freyther wrote:
> On Thu, Dec 05, 2013 at 05:44:22PM +0100, Jacob Erlbeck wrote:
> 
>>  		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?

The ntohl() has been moved from here to where the binary data is read
(mgcp_network.c), so the .ok file remains unchanged (in opposite to the
log messages).

Jacob





More information about the OpenBSC mailing list