-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: camel-smpp
-
Labels:None
-
Patch Info:Patch Available
-
Estimated Complexity:Unknown
SmppUtils.parseAlphabetFromDataCoding()) doesn't identify an input of 0x02 as 8-bit, but the SMPP spec (3.4 and 5.0) clearly states that 0x02 is octet-unspecified (8-bit).
The bug is actually in jsmpp, but the attached patch contains a workaround.
This seems like a pretty blatant mistake to make, so perhaps there is good explanation that I am not aware of?