Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add generic_nack #46

Open
komuw opened this issue Dec 13, 2018 · 1 comment
Open

add generic_nack #46

komuw opened this issue Dec 13, 2018 · 1 comment

Comments

@komuw
Copy link
Owner

komuw commented Dec 13, 2018

from smpp spec section 4.3

A generic_nack response is returned in the following cases:
• Invalid command_length
If the receiving SMPP entity, on decoding an SMPP PDU, detects an invalid
command_length (either too short or too long), it should assume that the data is corrupt. In
such cases a generic_nack PDU must be returned to the message originator.
• Unknown command_id
If an unknown or invalid command_id is received, a generic_nack PDU must also be
returned to the originator.

@komuw
Copy link
Owner Author

komuw commented Dec 13, 2018

maybe we should add it here;

)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant