[PATCH] ussd: Fix test for RELEASE COMPLETE

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
Tue Oct 8 09:28:21 UTC 2013


On Sun, Oct 06, 2013 at 09:59:28PM +0200, Alexander Huemer wrote:

> -	if (req.text[0] == 0xFF)  /* Release-Complete */
> +	if (req.text[0] == '\0')  /* Release-Complete */
>  		return 0;

as we can't assume to use the latest libosmocore, what about checking
for both?






More information about the OpenBSC mailing list