Skip to content

sms: fix 7-bit ASCII SMS decoding

David Leonard requested to merge dle0/ModemManager:fix/cdma-size into master

Fixes an issue where (5+8n)-character long SMS messages received on a CDMA network would be dropped with a "cannot read user data" error, while other length SMS messages would be delivered fine.

Fix thanks to Peter Hunt

Merge request reports