move ploc supv file

This commit is contained in:
2022-08-18 14:08:05 +02:00
parent 7e1eeb85fc
commit a3826edd61
11 changed files with 124 additions and 96 deletions

View File

@ -27,8 +27,10 @@ def handle_service_1_packet(wrapper: VerificationWrapper, raw_tm: bytes):
if tm_packet.has_failure_notice:
retval_info = retval_dict.get(tm_packet.error_code.val)
if retval_info is None:
raw_err = tm_packet.error_code.val
LOGGER.info(
f"No returnvalue information found for error code {tm_packet.error_code}"
f"No returnvalue information found for error code with subsystem ID"
f" {(raw_err >> 8) & 0xff} and unique ID {raw_err & 0xff}"
)
else:
retval_string = (