bump deps and call CFPD FSM

This commit is contained in:
2022-10-19 11:52:30 +02:00
parent 5e0c6b2c41
commit f12a31b710
3 changed files with 3 additions and 2 deletions

View File

@ -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: