PLOC SUPV extensions
All checks were successful
EIVE/-/pipeline/head This commit looks good

This commit is contained in:
2023-11-08 18:18:40 +01:00
parent 99c6c8bbd0
commit c4bd355146
4 changed files with 15 additions and 9 deletions

View File

@ -167,6 +167,9 @@ NOT_OK_TM_STORE = bytes([0x73, 0x02, 0x00, 0x03])
HK_TM_STORE = bytes([0x73, 0x02, 0x00, 0x04])
CFDP_TM_STORE = bytes([0x73, 0x03, 0x00, 0x00])
SUPV_FILTER_SET = [PLOC_SUPV_ID, PDU_2_HANDLER_ID, PDU_1_HANDLER_ID]
ObjectIdDict = Dict[bytes, ObjectIdU32]