You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: