[PATCH] firmware/rssi: attempt to resync on sync errors

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 at eversberg.eu
Mon Jul 9 19:27:00 UTC 2012


Nico Golde wrote:
> +static void retry_sync(void)
> +{
> +    exit_sync();
> +    toggle_dcs_pcs();
> +    enter_sync();
> +}
> +
hi nico,

i see 2 problems:
why do you toggle dcs/pcs? if you select dcs (default), but like to sync 
to pcs, just push the function key, then sync.
if no sync is possible at all, your patch ends up in an endless loop. 
(or am i wrong?)

regards,

andreas




More information about the baseband-devel mailing list