Skip to content

Commit 43bca06

Browse files
committedDec 9, 2019
add trepan debugging
1 parent 68ef17d commit 43bca06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎messages.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from exceptions import InvalidData
77

88
from struct import pack, unpack
9+
from trepan.api import debug
910

1011
MESSAGE_FRAGMENT_ACK = 0x01
1112
MESSAGE_ANSWER_WITHOUT_SECURITY = 0x01
@@ -47,6 +48,7 @@ def encode_fragment(message):
4748
# payload
4849
start = count * 16
4950
end = (count + 1) * 16
51+
debug()
5052
pdu.append(message[start:end])
5153

5254
# padding

0 commit comments

Comments
 (0)