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-burs... Sent from the baseband-devel mailing list archive at Nabble.com.