dexter has uploaded a new patch set (#4) to the change originally created by laforge. ( https://gerrit.osmocom.org/c/pysim/+/25873 )
Change subject: cards: Make select_adf_by_aid() use prefix AID selection ...................................................................... cards: Make select_adf_by_aid() use prefix AID selection There is no need for us to expand a partial AID to the full AID before selecting that ADF. The UICC specifications permit AID selection by prefix only. So we can pass the prefix to the card, and the card will do the prefix matching. >From the API user point of view, this allows us to select applications not listed in EF.DIR Change-Id: I0747b4e46ca7e30bd96d76053765080367ac1317 --- M pySim/cards.py 1 file changed, 3 insertions(+), 8 deletions(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/73/25873/4 -- To view, visit https://gerrit.osmocom.org/c/pysim/+/25873 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: I0747b4e46ca7e30bd96d76053765080367ac1317 Gerrit-Change-Number: 25873 Gerrit-PatchSet: 4 Gerrit-Owner: laforge <[email protected]> Gerrit-Assignee: dexter <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: dexter <[email protected]> Gerrit-MessageType: newpatchset
