Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 5bcb4917 authored by Mike Kasick's avatar Mike Kasick Committed by Adnan Begovic
Browse files

SMSDispatcher: Add option for sending pseudo-multipart SMSes



Serves as a workaround for devices that are otherwise unable to send
concatenated SMS messages on certain carrier networks, by providing the
option (enabled by the "telephony.sms.pseudo_multipart" property) to send
multipart messages as individual (not concatenated) messages.

For example, parts of Sprint's network hang on receipt of multipart SMSes
on devices (e.g., d2spr) that use the qcom SMSLock method in sending
multiple messages.  That is, the device waits for acknowledgment of the
first PDU before sending subsequent PDUs, while the network (incompatibly)
waits for subsequent PDUs before acknowledging the first.  While sending
the messages individually is suboptimal, it both works reliably and
matches stock ROM behavior.

Change-Id: I3ee75f60c53afbe8db18df5b1e27e26f70974384
Signed-off-by: default avatarAdnan Begovic <adnan@cyngn.com>
Signed-off-by: default avatarJason Laskowski <jason972000@gmail.com>
parent 84e5a237
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment