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

Holger Hans Peter Freyther holger at freyther.de
Thu Jan 23 11:36:02 UTC 2014


On Thu, Jan 23, 2014 at 11:57:00AM +0100, Andreas Eversberg 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





More information about the OpenBSC mailing list