[PATCH 9/9] Fixed problem of mute audio on some calls

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

Andreas Eversberg andreas at eversberg.eu
Thu Jan 23 13:32:42 UTC 2014


Holger Hans Peter Freyther wrote:
>> +		if (errno == 111)
> again, please use fewer magic numbers. Use ECONNREFUSED then.
>
>> >+		DEBUGPC(DLMUX, "Read of RTP socket (%p) failed (errno %d)\n",
>> >+			rs, errno);
> Please consider using strerror next to the errno
>
ok, here it is.


More information about the OpenBSC mailing list