AW: wrong decoding of bit vectors

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

Andreas.Eversberg Andreas.Eversberg at versatel.de
Thu Oct 21 06:58:53 UTC 2010


>        if (bv->data[bytenum] & (1 << bitnum) == bitval)
>                return H;

i must correct:
        if ((bv->data[bytenum] & (1 << bitnum)) == bitval)
                return H;






More information about the baseband-devel mailing list