Re: Long SMS broken

2015-03-12 Thread Alvaro Cornejo
Hi You should look at the UDH information on the PDU check http://en.wikipedia.org/wiki/Concatenated_SMS you can use an online pdu encoder/decoder for easy process http://www.diafaan.com/sms-tutorials/gsm-modem-tutorial/online-sms-pdu-decoder/

Re: Long SMS broken

2015-03-12 Thread Alvaro Cornejo
Hi Might be that your SMSC is not compliant with the concatenate specs and just use that + signs to indicate the next part of the message. Ask you provider about this. You can also check logs and/or tcp dump to verify message has the concatenate flag enabled and set correctly. Compare logs/tcp

Long SMS broken

2015-03-10 Thread ha...@aeon.pk
Hi, My kannel is receiving long SMS from the operator's SMSC in weird fashion. The message is broken into 2 parts, with first part getting truncated at 154 characters ending with a '+' sign, and second part is appearing as a new SMS with text starting with the '+' sign. I do have

Re: Long SMS broken

2015-03-10 Thread ha...@aeon.pk
Can you please let me know which flag to look for in SMPP trace? Although I am already comparing the tcp trace of a true long message with the one my provider is sending, still it would be helpful to know what exactly to look for. On Tue, Mar 10, 2015 at 8:50 PM, Alvaro Cornejo