diff --git a/config/globals_config.py b/config/globals_config.py index 3fc9b35..3872094 100644 --- a/config/globals_config.py +++ b/config/globals_config.py @@ -26,7 +26,7 @@ class CustomGlobalIds(enum.Enum): def set_globals_pre_args_parsing(gui: bool = False): set_default_globals_pre_args_parsing( - gui=gui, apid=PUS_APID, com_if_id=CoreComInterfaces.TCPIP_UDP.value) + gui=gui, tc_apid=PUS_APID, tm_apid=PUS_APID, com_if_id=CoreComInterfaces.TCPIP_UDP.value) def add_globals_post_args_parsing(args: argparse.Namespace, json_cfg_path: str): diff --git a/tmtccmd b/tmtccmd index 2dc96d0..762377c 160000 --- a/tmtccmd +++ b/tmtccmd @@ -1 +1 @@ -Subproject commit 2dc96d012fd27615aa6efc2af98f6bcdbe7bf244 +Subproject commit 762377c5855bcb267d3c9a4dd3409aa05b986f34