FreeCalypso > hg > freecalypso-hwlab
changeset 140:062141ce5755
fc-uicc-tool: select-[ui]sim: command dispatch bugfix
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 04 Feb 2021 05:01:30 +0000 |
parents | 6c6e8705dc70 |
children | 0b8a936f4542 |
files | uicc/dispatch.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/uicc/dispatch.c Thu Feb 04 05:00:12 2021 +0000 +++ b/uicc/dispatch.c Thu Feb 04 05:01:30 2021 +0000 @@ -41,8 +41,8 @@ {"readrec", 2, 2, cmd_readrec}, {"select", 1, 1, cmd_select}, {"select-aid", 1, 1, cmd_select_aid}, - {"select-isim", 1, 1, cmd_select_isim}, - {"select-usim", 1, 1, cmd_select_usim}, + {"select-isim", 0, 0, cmd_select_isim}, + {"select-usim", 0, 0, cmd_select_usim}, {"sim-resp", 0, 0, display_sim_resp_in_hex}, {"telecom-sum", 0, 0, cmd_telecom_sum}, {0, 0, 0, 0}