bump deps and call CFPD FSM

This commit is contained in:
Robin Müller 2022-10-19 11:52:30 +02:00
parent 5e0c6b2c41
commit f12a31b710
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
3 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 34203461faa9cfa48b097329c14c2ffc7aadad9c
Subproject commit 9abfba1e0ec2cb6bec389c6137d3fbabfa2ddcf5

@ -1 +1 @@
Subproject commit 6719a03a3214e24200cccac0dee7ef691c26ee79
Subproject commit f3c9501891b582f5b4c61aec5eb939d05a2e24d2

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: