wrong message length custom user data header

Post Reply
aordonez
Posts: 21
Joined: Wed Jun 05, 2019 11:40 am

wrong message length custom user data header

Post by aordonez » Tue Aug 03, 2021 6:38 pm

Hi, I'm having a problem sending multi part messages, adding custom user data header, adding ConcatenatedShortMessages8bit . At the moment of build the submit I get the correct message length
like the image bellow
Image
But capturing the SMPP submit y see that I'm sending a wrong message length.
Image
What I'm doing wrong?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: wrong message length custom user data header

Post by alt » Tue Aug 03, 2021 7:20 pm

It is not correct to use User Data Header concatenation and MessagePayload parameter. You need to use SAR TLV Parameters with MessagePayload.
https://docs.inetlab.com/smpp/v2.9/arti ... ation.html
aordonez
Posts: 21
Joined: Wed Jun 05, 2019 11:40 am

Re: wrong message length custom user data header

Post by aordonez » Thu Aug 05, 2021 7:52 pm

ThanksI will try it
Post Reply