Closed GoogleCodeExporter closed 9 years ago
I tried changing the String to OctetString, but that didn't work as in
BindParameter expects String
Original comment by eric.itz...@gmail.com
on 14 Aug 2013 at 2:29
I added a Github pull request [1] to fix this issue. Please review and apply
the change and close this issue afterwards.
[1] https://github.com/uudashr/jsmpp/pull/23
Best,
Christian
Original comment by christia...@gmail.com
on 2 Sep 2013 at 5:22
Yes correct. The error message unclear.
Max 9 COctet String would result max 8 character on java string.
"In the case of all C-Octet String formats, the maximum field size is shown as
a combination of string length and the NULL terminator, i.e., an 8-character
C-Octet String is encoded in 9 octets when the NULL terminator is included."
Please use the string less than 9, the patch are on going.
Thanks for the report.
Original comment by uuda...@gmail.com
on 4 Sep 2013 at 12:45
Original comment by uuda...@gmail.com
on 12 Sep 2013 at 1:27
Original issue reported on code.google.com by
eric.itz...@gmail.com
on 14 Aug 2013 at 2:24