opentelecoms-org / jsmpp

SMPP implemented in Java
Apache License 2.0
230 stars 160 forks source link

Missing smpp status code ESME_RCNTSUBDL #227

Open Bais-Huang opened 5 months ago

Bais-Huang commented 5 months ago

When I received an ESME_RCNTSUBDL, I found that it could not be serialized into the (status) description format. Because ESME_RCNTSUBDL is missing from the error table. It is supported in the standard smpp protocol. I thought there might be some reason why he missed it. image