MazWoz / jsmpp

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

Bug in validator #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I'm trying bind to my smsc with pass: "c8jhp34kx"
2. Your validator told me what in C - octet cannot be more then 9, but 9
digits is normally in smpp 3.4, 
3. please fix it

Original issue reported on code.google.com by adauval...@gmail.com on 8 Apr 2009 at 11:06

GoogleCodeExporter commented 8 years ago
This is not bug. 9 C-Octet String means 8 string length + 1 null char as 
termination.

Original comment by uuda...@gmail.com on 8 Apr 2009 at 11:28