Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
-
Unknown
Description
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?