comparison uicc/cmdtab.c @ 90:3afa61d98961

fc-uicc-tool: savebin ported over from fc-simtool
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 11 Apr 2021 04:32:26 +0000
parents de23872796cb
children abef3d5668b9
comparison
equal deleted inserted replaced
89:db131929ee96 90:3afa61d98961
23 extern int cmd_pin_attempt_cnt(); 23 extern int cmd_pin_attempt_cnt();
24 extern int cmd_puk_attempt_cnt(); 24 extern int cmd_puk_attempt_cnt();
25 extern int cmd_readbin(); 25 extern int cmd_readbin();
26 extern int cmd_readef(); 26 extern int cmd_readef();
27 extern int cmd_readrec(); 27 extern int cmd_readrec();
28 extern int cmd_savebin();
28 extern int cmd_select(); 29 extern int cmd_select();
29 extern int cmd_select_aid(); 30 extern int cmd_select_aid();
30 extern int cmd_select_isim(); 31 extern int cmd_select_isim();
31 extern int cmd_select_usim(); 32 extern int cmd_select_usim();
32 extern int cmd_sim_resp(); 33 extern int cmd_sim_resp();
64 {"puk-attempt-cnt", 1, 1, 0, cmd_puk_attempt_cnt}, 65 {"puk-attempt-cnt", 1, 1, 0, cmd_puk_attempt_cnt},
65 {"quit", 0, 1, 0, cmd_exit}, 66 {"quit", 0, 1, 0, cmd_exit},
66 {"readbin", 2, 2, 1, cmd_readbin}, 67 {"readbin", 2, 2, 1, cmd_readbin},
67 {"readef", 1, 1, 1, cmd_readef}, 68 {"readef", 1, 1, 1, cmd_readef},
68 {"readrec", 1, 2, 1, cmd_readrec}, 69 {"readrec", 1, 2, 1, cmd_readrec},
70 {"savebin", 2, 2, 0, cmd_savebin},
69 {"select", 1, 1, 1, cmd_select}, 71 {"select", 1, 1, 1, cmd_select},
70 {"select-aid", 1, 1, 1, cmd_select_aid}, 72 {"select-aid", 1, 1, 1, cmd_select_aid},
71 {"select-isim", 0, 0, 1, cmd_select_isim}, 73 {"select-isim", 0, 0, 1, cmd_select_isim},
72 {"select-usim", 0, 0, 1, cmd_select_usim}, 74 {"select-usim", 0, 0, 1, cmd_select_usim},
73 {"sim-resp", 0, 0, 1, cmd_sim_resp}, 75 {"sim-resp", 0, 0, 1, cmd_sim_resp},