sanoopsivan / jsmpp

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

Incorrect validation rule for DESTINATION_ADDR #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I think the current validation rule (in enum StringParameter) for 
DESTINATION_ADDR is incorrect.

Instead of:

DESTINATION_ADDR(StringType.C_OCTEC_STRING, 0, 21, true, 
SMPPConstant.STAT_ESME_RINVSRCADR), 

it should be:

DESTINATION_ADDR(StringType.C_OCTEC_STRING, 0, 21, true, 
SMPPConstant.STAT_ESME_RINVDSTADR),

Original issue reported on code.google.com by dror.she...@gmail.com on 17 Sep 2009 at 6:48

GoogleCodeExporter commented 8 years ago

Original comment by uuda...@gmail.com on 18 Sep 2009 at 2:56

GoogleCodeExporter commented 8 years ago
Any comments on this from project members?

Peace,
serkan.

Original comment by eminserk...@gmail.com on 6 Jul 2011 at 6:50