Reputation: 430
I've had developing smpp client...but when it cames to delivery report...it always automatically send generic_nack,,I'm using opensmpp logica, it seem ,it always get invalid pdu from server,, how to disable this generic nack,, or is there any other way to get pdu response from server without automatically send generic nack,, below the tcp dump
Thank's
Regards
Danz
Upvotes: 0
Views: 2006
Reputation: 928
You cannot disable this (ESME_RINVMSGLEN/0x00000001) or any generic nack; it's the SMSC that's sending it.
You can try to create a scenario so that the SMCS does not send ESME_RINVMSGLEN nack. There are only two possibilities:
Upvotes: 1