Re: concatenation = true
"P. A. Bagyenda" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Something else I noticed. If concatenation = false or the text message fits in one sms, the smpp code sets data_coding to 0 in the submit_sm pdu. Spec says this means 'default smsc alphabet'. Even though the data in the message part of the pdu is definitely 8-bit (i.e. not GSM alphabet), the message arrives fine. When the message is split and is text, coding is 0 (or 4) and the message arrives garbled. P.