Skip to content

Commit 4abbadc

Browse files
authored
Fix python-smpplib#81: incorrect SMPP_UDHIEIE_PORT16 constant
1 parent 3a0c2de commit 4abbadc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

smpplib/consts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@
202202
SMPP_UDHIEIE_SPECIAL = 0x01
203203
SMPP_UDHIEIE_RESERVED = 0x02
204204
SMPP_UDHIEIE_PORT8 = 0x04
205-
SMPP_UDHIEIE_PORT16 = 0x04
205+
SMPP_UDHIEIE_PORT16 = 0x05
206+
SMPP_UDHIEIE_CONCATENATED16 = 0x08
206207

207208

208209
# `ms_availability_status` parameter from `alert_notification` operation.

0 commit comments

Comments
 (0)