bump deps and call CFPD FSM
This commit is contained in:
Submodule tmtc/common_tmtc updated: 34203461fa...9abfba1e0e
Submodule tmtc/deps/tmtccmd updated: 6719a03a32...f3c9501891
@ -42,6 +42,7 @@ def main():
|
||||
try:
|
||||
while True:
|
||||
state = backend.periodic_op(None)
|
||||
tc_handler.cfdp_in_ccsds_wrapper.handler.fsm()
|
||||
if state.request == BackendRequest.TERMINATION_NO_ERROR:
|
||||
sys.exit(0)
|
||||
elif state.request == BackendRequest.DELAY_IDLE:
|
||||
|
Reference in New Issue
Block a user