forked from public/pysim
ARA-M: fix encoding of the PkgRefDO when using aram_store_ref_ar_do
The command wasn't used the correct dict to allow the encoders to work. Related: OS#6121 Change-Id: Ic2bc179b413a6b139e07e3e55b93ff921cb020a9
This commit is contained in:
committed by
laforge
parent
760e421be5
commit
2dd59edd74
@@ -354,7 +354,7 @@ class ADF_ARAM(CardADF):
|
|||||||
ref_do_content += [{'aid_ref_empty_do': None}]
|
ref_do_content += [{'aid_ref_empty_do': None}]
|
||||||
ref_do_content += [{'dev_app_id_ref_do': opts.device_app_id}]
|
ref_do_content += [{'dev_app_id_ref_do': opts.device_app_id}]
|
||||||
if opts.pkg_ref:
|
if opts.pkg_ref:
|
||||||
ref_do_content += [{'pkg_ref_do': opts.pkg_ref}]
|
ref_do_content += [{'pkg_ref_do': {'package_name_string': opts.pkg_ref}}]
|
||||||
# AR
|
# AR
|
||||||
ar_do_content = []
|
ar_do_content = []
|
||||||
if opts.apdu_never:
|
if opts.apdu_never:
|
||||||
|
|||||||
Reference in New Issue
Block a user