FreeCalypso > hg > fc-pcsc-tools
comparison simtool/dispatch.c @ 187:36e7fc58f065
GrcardSIM2 ADM5 setting command is now grcard2-set-adm5
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 06 Mar 2021 21:03:45 +0000 |
parents | 8d073ff62c48 |
children | bc127ba44488 |
comparison
equal
deleted
inserted
replaced
186:c925f7808285 | 187:36e7fc58f065 |
---|---|
28 extern int cmd_fplmn_write(); | 28 extern int cmd_fplmn_write(); |
29 extern int cmd_get_response(); | 29 extern int cmd_get_response(); |
30 extern int cmd_grcard1_set_adm(); | 30 extern int cmd_grcard1_set_adm(); |
31 extern int cmd_grcard1_set_ki(); | 31 extern int cmd_grcard1_set_ki(); |
32 extern int cmd_grcard1_set_pin(); | 32 extern int cmd_grcard1_set_pin(); |
33 extern int cmd_grcard2_set_adm(); | 33 extern int cmd_grcard2_set_adm5(); |
34 extern int cmd_grcard2_set_adm_hex(); | 34 extern int cmd_grcard2_set_adm5_hex(); |
35 extern int cmd_grcard2_set_pin(); | 35 extern int cmd_grcard2_set_pin(); |
36 extern int cmd_grcard2_set_puk(); | 36 extern int cmd_grcard2_set_puk(); |
37 extern int cmd_grcard2_set_super(); | 37 extern int cmd_grcard2_set_super(); |
38 extern int cmd_grcard2_set_super_hex(); | 38 extern int cmd_grcard2_set_super_hex(); |
39 extern int cmd_iccid(); | 39 extern int cmd_iccid(); |
147 {"grcard1-set-adm1", 2, 2, 0, cmd_grcard1_set_adm}, | 147 {"grcard1-set-adm1", 2, 2, 0, cmd_grcard1_set_adm}, |
148 {"grcard1-set-adm2", 2, 2, 0, cmd_grcard1_set_adm}, | 148 {"grcard1-set-adm2", 2, 2, 0, cmd_grcard1_set_adm}, |
149 {"grcard1-set-ki", 1, 1, 0, cmd_grcard1_set_ki}, | 149 {"grcard1-set-ki", 1, 1, 0, cmd_grcard1_set_ki}, |
150 {"grcard1-set-pin1", 2, 2, 0, cmd_grcard1_set_pin}, | 150 {"grcard1-set-pin1", 2, 2, 0, cmd_grcard1_set_pin}, |
151 {"grcard1-set-pin2", 2, 2, 0, cmd_grcard1_set_pin}, | 151 {"grcard1-set-pin2", 2, 2, 0, cmd_grcard1_set_pin}, |
152 {"grcard2-set-adm", 1, 1, 0, cmd_grcard2_set_adm}, | 152 {"grcard2-set-adm5", 1, 1, 0, cmd_grcard2_set_adm5}, |
153 {"grcard2-set-adm-hex", 1, 1, 0, cmd_grcard2_set_adm_hex}, | 153 {"grcard2-set-adm5-hex", 1, 1, 0, cmd_grcard2_set_adm5_hex}, |
154 {"grcard2-set-pin1", 1, 1, 0, cmd_grcard2_set_pin}, | 154 {"grcard2-set-pin1", 1, 1, 0, cmd_grcard2_set_pin}, |
155 {"grcard2-set-pin2", 1, 1, 0, cmd_grcard2_set_pin}, | 155 {"grcard2-set-pin2", 1, 1, 0, cmd_grcard2_set_pin}, |
156 {"grcard2-set-puk1", 1, 1, 0, cmd_grcard2_set_puk}, | 156 {"grcard2-set-puk1", 1, 1, 0, cmd_grcard2_set_puk}, |
157 {"grcard2-set-puk2", 1, 1, 0, cmd_grcard2_set_puk}, | 157 {"grcard2-set-puk2", 1, 1, 0, cmd_grcard2_set_puk}, |
158 {"grcard2-set-super", 1, 1, 0, cmd_grcard2_set_super}, | 158 {"grcard2-set-super", 1, 1, 0, cmd_grcard2_set_super}, |