2

Multipart Binary SMS support

Text SMS already has this facility to break up > 150 character long SMS and send it as a multipart message, so the recipient just sees one large mesaage.

However, sending a data/binary SMS, we are limited to 133 bytes due to the UDH informing it's binary and anything larger, the SMS fails.

https://stackoverflow.com/questions/11057776/how-to-send-multipart-binary-sms-in-android/12179028#12179028