diff --git a/eive_tmtc/pus_tc/tc_handler.py b/eive_tmtc/pus_tc/tc_handler.py index d3e71da..35df314 100644 --- a/eive_tmtc/pus_tc/tc_handler.py +++ b/eive_tmtc/pus_tc/tc_handler.py @@ -115,8 +115,8 @@ class TcHandler(TcHandlerBase): if put_req_cfg_wrapper.cfg.proxy_op: put_req = cfdp_req_to_put_req_proxy_get_req( put_req_cfg_wrapper.cfg, - CFDP_REMOTE_ENTITY_ID, CFDP_LOCAL_ENTITY_ID, + CFDP_REMOTE_ENTITY_ID, ) else: put_req = cfdp_put_req_params_to_procedure(put_req_cfg_wrapper.cfg) diff --git a/tmtcc.py b/tmtcc.py index cc34106..503cf9d 100755 --- a/tmtcc.py +++ b/tmtcc.py @@ -168,7 +168,7 @@ def setup_cfdp_handler() -> CfdpInCcsdsWrapper: check_limit=None, crc_on_transmission=False, crc_type=ChecksumType.CRC_32, - default_transmission_mode=TransmissionMode.UNACKNOWLEDGED + default_transmission_mode=TransmissionMode.UNACKNOWLEDGED, ) remote_cfg = RemoteEntityCfg( closure_requested=False,