funbox / smppex

✉️ SMPP 3.4 protocol and framework implementation in Elixir
MIT License
106 stars 34 forks source link

Set the esm_class field for a delivery report pdu. #66

Closed epsylonix closed 4 years ago

epsylonix commented 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.

savonarola commented 4 years ago

Thanks for the contribution!