comparison uicc/dispatch.c @ 138:58406ead2497

fc-uicc-tool: support output redirection for select commands
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 23 Feb 2021 02:34:46 +0000
parents ede661d78730
children c13ed9194ecd
comparison
equal deleted inserted replaced
137:277c66de296f 138:58406ead2497
57 {"puk-attempt-cnt", 1, 1, 0, cmd_puk_attempt_cnt}, 57 {"puk-attempt-cnt", 1, 1, 0, cmd_puk_attempt_cnt},
58 {"quit", 0, 0, 0, good_exit}, 58 {"quit", 0, 0, 0, good_exit},
59 {"readbin", 2, 2, 1, cmd_readbin}, 59 {"readbin", 2, 2, 1, cmd_readbin},
60 {"readef", 1, 1, 1, cmd_readef}, 60 {"readef", 1, 1, 1, cmd_readef},
61 {"readrec", 1, 2, 1, cmd_readrec}, 61 {"readrec", 1, 2, 1, cmd_readrec},
62 {"select", 1, 1, 0, cmd_select}, 62 {"select", 1, 1, 1, cmd_select},
63 {"select-aid", 1, 1, 0, cmd_select_aid}, 63 {"select-aid", 1, 1, 1, cmd_select_aid},
64 {"select-isim", 0, 0, 0, cmd_select_isim}, 64 {"select-isim", 0, 0, 1, cmd_select_isim},
65 {"select-usim", 0, 0, 0, cmd_select_usim}, 65 {"select-usim", 0, 0, 1, cmd_select_usim},
66 {"sim-resp", 0, 0, 1, cmd_sim_resp}, 66 {"sim-resp", 0, 0, 1, cmd_sim_resp},
67 {"unblock-pin", 3, 3, 0, cmd_unblock_pin}, 67 {"unblock-pin", 3, 3, 0, cmd_unblock_pin},
68 {"update-bin", 2, 2, 0, cmd_update_bin}, 68 {"update-bin", 2, 2, 0, cmd_update_bin},
69 {"update-bin-imm", 2, 2, 0, cmd_update_bin_imm}, 69 {"update-bin-imm", 2, 2, 0, cmd_update_bin_imm},
70 {"update-rec", 2, 2, 0, cmd_update_rec}, 70 {"update-rec", 2, 2, 0, cmd_update_rec},