FreeCalypso > hg > freecalypso-hwlab
diff uicc/dispatch.c @ 138:baf5bd698764
fc-uicc-tool: select-aid command implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 04 Feb 2021 04:51:08 +0000 |
parents | c331560c15a4 |
children | 6c6e8705dc70 |
line wrap: on
line diff
--- a/uicc/dispatch.c Thu Feb 04 04:27:09 2021 +0000 +++ b/uicc/dispatch.c Thu Feb 04 04:51:08 2021 +0000 @@ -16,6 +16,7 @@ extern int cmd_readbin(); extern int cmd_readrec(); extern int cmd_select(); +extern int cmd_select_aid(); extern int cmd_telecom_sum(); extern int display_sim_resp_in_hex(); @@ -37,6 +38,7 @@ {"readbin", 2, 2, cmd_readbin}, {"readrec", 2, 2, cmd_readrec}, {"select", 1, 1, cmd_select}, + {"select-aid", 1, 1, cmd_select_aid}, {"sim-resp", 0, 0, display_sim_resp_in_hex}, {"telecom-sum", 0, 0, cmd_telecom_sum}, {0, 0, 0, 0}