update NIC decoding

This commit is contained in:
Junzi Sun 2016-01-05 13:15:42 +01:00
parent f36ab91aa4
commit e194e90eaf

View File

@ -134,6 +134,10 @@ def get_nic(msg):
nic = 9
else:
nic = 8
elif tc in [10, 21]:
nic = 10
elif tc in [9, 20]:
nic = 11
else:
nic = -1
return nic