From f12a31b7101f129b1d962a422fe0e8e0b4d7ec87 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 19 Oct 2022 11:52:30 +0200 Subject: [PATCH] bump deps and call CFPD FSM --- tmtc/common_tmtc | 2 +- tmtc/deps/tmtccmd | 2 +- tmtc/tmtcc.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tmtc/common_tmtc b/tmtc/common_tmtc index 3420346..9abfba1 160000 --- a/tmtc/common_tmtc +++ b/tmtc/common_tmtc @@ -1 +1 @@ -Subproject commit 34203461faa9cfa48b097329c14c2ffc7aadad9c +Subproject commit 9abfba1e0ec2cb6bec389c6137d3fbabfa2ddcf5 diff --git a/tmtc/deps/tmtccmd b/tmtc/deps/tmtccmd index 6719a03..f3c9501 160000 --- a/tmtc/deps/tmtccmd +++ b/tmtc/deps/tmtccmd @@ -1 +1 @@ -Subproject commit 6719a03a3214e24200cccac0dee7ef691c26ee79 +Subproject commit f3c9501891b582f5b4c61aec5eb939d05a2e24d2 diff --git a/tmtc/tmtcc.py b/tmtc/tmtcc.py index de0ec13..fd1419e 100755 --- a/tmtc/tmtcc.py +++ b/tmtc/tmtcc.py @@ -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: