Page 1 of 1

Problem with Long Messages

Posted: Thu Jun 18, 2009 2:20 pm
by exSTUDENT
Hello,

I am trying to send a long message by using the PrepareSubmit() and Submit() method.

In case of sending a 105 charakter sized message, encoded in UCS2, the SubmitSM is created as single part.

But we expect two Submit objects because the max length for UCS2 is 67 chars.

Otherwise, if I send a long message in Default Datacoding, the whole message is put into a single SubmitSM. In this case we expect a splitting after 153 chars.

Is this a bug?

Thank you in advance for your reply.