Problem with Long Messages

Smpp v3.4 client

Moderator: alt

Locked
exSTUDENT
Posts: 1
Joined: Thu Jun 18, 2009 1:57 pm

Problem with Long Messages

Post by exSTUDENT » Thu Jun 18, 2009 2:20 pm

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.
Locked