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.comHi,
> is the burst couter in app_cch_scans local_burst_decode()
>
> bid = -1;
> ...
>
> if (bid == -1)
> return;
> also working for tch?
>
> Im asking, because "if (bid == -1)" is not triggered correctly with my tch samples.
It should work for the SACCH and SACCH but will _not_ decode the FACCH
messages, that's just not implemented. (patches welcome ...)
Cheers,
Sylvain