bug in local_burst_decode() of burst_ind
    lonelysurfer 
    lonelysurfer at web.de
       
    Tue Jun 12 12:13:34 CEST 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