bug in local_burst_decode() of burst_ind

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

lonelysurfer lonelysurfer at web.de
Tue Jun 12 10:13:34 UTC 2012


I reused the local_burst_decode function to decrypt the bursts offline.
If I filter bi->flags & BI_FLG_SACCH, the sms decryption is working:

local_burst_decode(struct l1ctl_burst_ind *bi)
...
	if (bid == -1)
		return;

	/* new */
	if (bi->flags & BI_FLG_SACCH)
		return;
...


--
View this message in context: http://baseband-devel.722152.n3.nabble.com/bug-in-local-burst-decode-of-burst-ind-tp4025055.html
Sent from the baseband-devel mailing list archive at Nabble.com.




More information about the baseband-devel mailing list