Closed epsylonix closed 4 years ago
According to the section 5.2.12 of the SMPP Specification v3.4 deliver_sm PDU for delivery receipt should have the esm_class field set to 0x04. This PR adds a default value of 0x04 for the esm_class to delivery report PDU factory functions.
deliver_sm
esm_class
Thanks for the contribution!
According to the section 5.2.12 of the SMPP Specification v3.4
deliver_sm
PDU for delivery receipt should have theesm_class
field set to 0x04. This PR adds a default value of 0x04 for theesm_class
to delivery report PDU factory functions.