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