Skip to content

Commit 388bb28

Browse files
Pavel Perestoronineigenein
authored andcommitted
Fix: correct UCS2 part length following #184, fixes #216
1 parent 4ddadc7 commit 388bb28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smpplib/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# SMPP 3.4, 2.2.1.2
77
SEVENBIT_LENGTH = 160
88
EIGHTBIT_LENGTH = 140
9-
UCS2_LENGTH = 70
9+
UCS2_LENGTH = 140
1010

1111
MULTIPART_HEADER_SIZE = 6
1212

0 commit comments

Comments
 (0)