Page 1 of 1

Lost text while using method submit and submittext()

Posted: Fri Jul 20, 2012 4:20 am
by chaoraksa
Hi alt,
I using your library and send message with long text more than 160 character and sometime i lost the other part of message.
- using payload message mode.

Code: Select all

1	SmppClient connected
2	Binding SmppClient for System ID: noc
3	Sending Data: 00000020000000090000000013ac7d8c6e6f63006e3063323633000034000000
4	Received Data: 00000020800000090000000013ac7d8c43424f535320534d5343000210000134
5	SmppClient bound
6	Bind result : system is CBOSS SMSC with status ESME_ROK
7	Sending Data: 00000093000000040000000013ac7d8d0005004e4f430001013835353130323032343031000000000000000000000004240060434c2e6d616a6f722e4253433134502e4b44343152352e55702e54696d653a323031322d30372d31332030353a33342e526561736f6e3a45444320646973636f6e6e6563746
8	5642e2e536f6c7574696f6e3a4d722e5261647920636f6e6e6563
9	Received Data: 00000023800000040000000013ac7d8d36313234313831303333363237323237303600
10	SubmitSmResp received. Status: 0, Message Id: 612418103362722706, Sequence: 330071437
11	Sending Data: 00000093000000040000000013ac7d8e0005004e4f430001013835353130323032343638000000000000000000000004240060434c2e6d616a6f722e4253433134502e4b44343152352e55702e54696d653a323031322d30372d31332030353a33342e526561736f6e3a45444320646973636f6e6e6563746
12	5642e2e536f6c7574696f6e3a4d722e5261647920636f6e6e6563
13	Received Data: 00000024800000040000000013ac7d8e3333333138313731383733383637393632323400
14	SubmitSmResp received. Status: 0, Message Id: 3331817187386796224, Sequence: 330071438
Thank you,
Raksa.chao

Re: Lost text while using method submit and submittext()

Posted: Tue Jul 24, 2012 10:00 am
by alt
Hi Raksa.chao,

SubmitSm PDUs in this log do not contain concatenation parameters and they have same text.

Do you change SubmitSm object somehow after PrepareSubmit?

Re: Lost text while using method submit and submittext()

Posted: Wed Aug 01, 2012 7:31 am
by chaoraksa
hi alt,
You see the same text bec i submit long message and the second message is lost. i didn't change any object on submit methode.

thank you,
Raksa.Chao

Re: Lost text while using method submit and submittext()

Posted: Wed Aug 01, 2012 7:16 pm
by alt
Please post your code here that sent such messages.