[PATCH] osmocon: correct parsing of -m

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/baseband-devel@lists.osmocom.org/.

Sylvain Munaut 246tnt at gmail.com
Wed Dec 14 06:50:02 UTC 2011


>> > How was it incorrect before?
>>
>> According to specs, enum types _can_ be unsigned and so the test
>> would be always false.
>
> Ok. I thought perhaps the first enum was set to 0, which guarantees
> that all following enums are positive integers.

They are all positive integers ...
And since the enum type in this case is unsigned, an unsigned value
can never be inferior to 0 and so the test is always false.


Cheers,

    Sylvain




More information about the baseband-devel mailing list