From a81b8b608df8f991540bc26748f0b86507ed76ef Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 26 Jul 2021 17:24:53 +0200 Subject: [PATCH] assigned packet ID for tcp com if --- config/hook_implementations.py | 2 +- tmtccmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hook_implementations.py b/config/hook_implementations.py index b3dbb2c..52fa233 100644 --- a/config/hook_implementations.py +++ b/config/hook_implementations.py @@ -138,7 +138,7 @@ class EiveHookObject(TmTcHookBase): from tmtccmd.config.com_if import create_communication_interface_default return create_communication_interface_default( com_if_key=com_if_key, tmtc_printer=tmtc_printer, - json_cfg_path=self.get_json_config_file_path() + json_cfg_path=self.get_json_config_file_path(), space_packet_id=0x0865 ) def perform_mode_operation(self, tmtc_backend: TmTcHandler, mode: int): diff --git a/tmtccmd b/tmtccmd index e8e947b..8c938f0 160000 --- a/tmtccmd +++ b/tmtccmd @@ -1 +1 @@ -Subproject commit e8e947bd067ac49bb3f4eaa7f5b4d5aa5ed04ef2 +Subproject commit 8c938f0c2b2855b3a5505713225b9f9c17d2038a