We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71afa5b commit 9536915Copy full SHA for 9536915
iridiumtk/reassembler/sbd.py
@@ -59,11 +59,11 @@ def process_l2(self,q):
59
if data[0]==0x76:
60
if ul:
61
if data[1]<0x0c or data[1]>0x0e:
62
- print("WARN: SBD: ul pkt with unclear type",data.hex(":"), file=sys.stderr)
+ #print("WARN: SBD: ul pkt with unclear type",data.hex(":"), file=sys.stderr)
63
return
64
else:
65
if data[1]<0x08 or data[1]>0x0b:
66
- print("WARN: SBD: dl pkt with unclear type",data.hex(":"), file=sys.stderr)
+ #print("WARN: SBD: dl pkt with unclear type",data.hex(":"), file=sys.stderr)
67
68
69
if data[0]==0x06:
0 commit comments