From de68ad9341fbe5570b84305f33562702e3486364 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 9 Mar 2022 19:05:39 +0100 Subject: [PATCH 001/103] del obj info struct --- config/object_ids.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/object_ids.py b/config/object_ids.py index b2c9756..35bc405 100644 --- a/config/object_ids.py +++ b/config/object_ids.py @@ -70,11 +70,6 @@ PL_PCDU_ID = bytes([0x44, 0x30, 0x00, 0x00]) ACS_BOARD_ASS_ID = bytes([0x73, 0x00, 0x00, 0x01]) -class ObjectInfo: - id: int = 0 - name: str = "" - - def get_object_ids() -> ObjectIdDictT: global __OBJECT_ID_DICT if not os.path.exists(DEFAULT_OBJECTS_CSV_PATH): From eedb45e4f34bd77d328745808e9acfe4668a1e35 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 9 Mar 2022 19:21:35 +0100 Subject: [PATCH 002/103] tmtccmd update --- tmtccmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtccmd b/tmtccmd index 86cf0bf..1aeb44e 160000 --- a/tmtccmd +++ b/tmtccmd @@ -1 +1 @@ -Subproject commit 86cf0bf9530f0d31784ff96b025f8b778d1732b1 +Subproject commit 1aeb44e37f04ec6605a787e28ec8c5d1273ae7c1 From 826528b7158f71ee9ef6242b515fe3438c8d5f26 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Sun, 13 Mar 2022 21:35:12 +0100 Subject: [PATCH 003/103] core hk request --- .idea/runConfigurations/tmtcc_Service_17.xml | 2 +- pus_tc/cmd_definitions.py | 5 +++++ pus_tc/system/core.py | 11 +++++++++++ pus_tm/hk_handling.py | 16 ++++++++++++++++ 4 files changed, 33 insertions(+), 1 deletion(-) diff --git a/.idea/runConfigurations/tmtcc_Service_17.xml b/.idea/runConfigurations/tmtcc_Service_17.xml index 1ed784c..01536e7 100644 --- a/.idea/runConfigurations/tmtcc_Service_17.xml +++ b/.idea/runConfigurations/tmtcc_Service_17.xml @@ -13,7 +13,7 @@