onlinecity / php-smpp

PHP 5 based SMPP client library
232 stars 160 forks source link

REG_DELIVERY_SME_BOTH and REG_DELIVERY_IDN have wrong values #100

Open adydeac opened 3 years ago

adydeac commented 3 years ago

Hi,

According to SMPP v3.4 - 5.2.17 page 124: x x x x 1 1 x x Both Delivery and Manual/User Acknowledgment requested x x x 1 x x x x Intermediate notification requested ** The value of REG_DELIVERY_SME_BOTH should be 0x0c instead of 0x10? And the value of REG_DELIVERY_IDN should be 0x10?

Thank you, Adrian