sxiao3 / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

org.jsmpp.bean.OptionalParameter.COctetString.getValueAsString() returns a String which miss the last character #140

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. new OptionalParameter.COctetString(Tag.ADDITIONAL_STATUS_INFO_TEXT.code(), 
"urgent").getValueAsString()

What is the expected output? "urgent"

What do you see instead? "urgen"

What version of the product are you using? 2.1.0

On what operating system? MacOS 10.8; Java 1.6.0_43

Please provide any additional information below.

Original issue reported on code.google.com by christia...@gmail.com on 30 May 2013 at 8:59

GoogleCodeExporter commented 8 years ago

Original comment by uuda...@gmail.com on 3 Sep 2013 at 1:01