Subject: | mBlox constants are mixed in Net:SMPP package |
SMPP.pm has a wrong (swaped) names of parameters:
0x1402 => { name => 'mBlox_rate', technology => 'Generic', },
0x1403 => { name => 'mBlox_operator', technology => 'Generic', },
it should be:
0x1402 => { name => 'mBlox_operator', technology => 'Generic', },
0x1403 => { name => 'mBlox_rate', technology => 'Generic', },