Skip to content

Commit 3c96b07

Browse files
author
Denis Simonet
committed
openbsc rejects sequence id 0
The default implementation of the client can start with 1 without any trouble.
1 parent 313b287 commit 3c96b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smpplib/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Client(object):
4343
port = None
4444
vendor = None
4545
_socket = None
46-
sequence = 0
46+
sequence = 1
4747

4848
def __init__(self, host, port, timeout=5):
4949
"""Initialize"""

0 commit comments

Comments
 (0)