Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3261 by [email protected]: smpp protocl: incomplete debug data sent to snoopIn stream
http://code.google.com/p/mobicents/issues/detail?id=3261

In version smpp-impl-1.1.0.CR1
In AbstractStreamLink::read()
dump(snoopIn, buffer, 0, count);
should be substituted with
dump(snoopIn, buffer, 0, cmdLen);


Reply via email to