Add ACS Subsystem Commands #117

Merged
muellerr merged 26 commits from mueller/add-acs-ss-cmds into main 2022-11-02 10:33:18 +01:00
Showing only changes of commit 72fa0ae15a - Show all commits

View File

@ -64,7 +64,7 @@ def build_acs_subsystem_cmd(p: ServiceProviderParams):
app_data=ACS_SUBSYSTEM_ID, app_data=ACS_SUBSYSTEM_ID,
) )
) )
mode_info_tup = HANDLER_LIST[op_code] mode_info_tup = HANDLER_LIST.get(op_code)
if mode_info_tup is None: if mode_info_tup is None:
return return
pack_mode_cmd_with_info( pack_mode_cmd_with_info(