FreeCalypso > hg > freecalypso-hwlab
comparison simtool/dispatch.c @ 157:239ebdb8f2af
fc-simtool: grcard2-set-super command implemented
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 07 Feb 2021 02:47:51 +0000 |
| parents | 6d9d0cfc9ed8 |
| children |
comparison
equal
deleted
inserted
replaced
| 156:6d9d0cfc9ed8 | 157:239ebdb8f2af |
|---|---|
| 18 extern int cmd_grcard1_set_ki(); | 18 extern int cmd_grcard1_set_ki(); |
| 19 extern int cmd_grcard1_set_pin(); | 19 extern int cmd_grcard1_set_pin(); |
| 20 extern int cmd_grcard2_set_adm(); | 20 extern int cmd_grcard2_set_adm(); |
| 21 extern int cmd_grcard2_set_pin(); | 21 extern int cmd_grcard2_set_pin(); |
| 22 extern int cmd_grcard2_set_puk(); | 22 extern int cmd_grcard2_set_puk(); |
| 23 extern int cmd_grcard2_set_super(); | |
| 23 extern int cmd_iccid(); | 24 extern int cmd_iccid(); |
| 24 extern int cmd_imsi(); | 25 extern int cmd_imsi(); |
| 25 extern int cmd_pb_dump(); | 26 extern int cmd_pb_dump(); |
| 26 extern int cmd_pb_dump_rec(); | 27 extern int cmd_pb_dump_rec(); |
| 27 extern int cmd_pb_erase(); | 28 extern int cmd_pb_erase(); |
| 76 {"grcard2-set-adm", 1, 1, cmd_grcard2_set_adm}, | 77 {"grcard2-set-adm", 1, 1, cmd_grcard2_set_adm}, |
| 77 {"grcard2-set-pin1", 1, 1, cmd_grcard2_set_pin}, | 78 {"grcard2-set-pin1", 1, 1, cmd_grcard2_set_pin}, |
| 78 {"grcard2-set-pin2", 1, 1, cmd_grcard2_set_pin}, | 79 {"grcard2-set-pin2", 1, 1, cmd_grcard2_set_pin}, |
| 79 {"grcard2-set-puk1", 1, 1, cmd_grcard2_set_puk}, | 80 {"grcard2-set-puk1", 1, 1, cmd_grcard2_set_puk}, |
| 80 {"grcard2-set-puk2", 1, 1, cmd_grcard2_set_puk}, | 81 {"grcard2-set-puk2", 1, 1, cmd_grcard2_set_puk}, |
| 82 {"grcard2-set-super", 1, 1, cmd_grcard2_set_super}, | |
| 81 {"iccid", 0, 0, cmd_iccid}, | 83 {"iccid", 0, 0, cmd_iccid}, |
| 82 {"imsi", 0, 0, cmd_imsi}, | 84 {"imsi", 0, 0, cmd_imsi}, |
| 83 {"pb-dump", 1, 2, cmd_pb_dump}, | 85 {"pb-dump", 1, 2, cmd_pb_dump}, |
| 84 {"pb-dump-rec", 2, 3, cmd_pb_dump_rec}, | 86 {"pb-dump-rec", 2, 3, cmd_pb_dump_rec}, |
| 85 {"pb-erase", 1, 1, cmd_pb_erase}, | 87 {"pb-erase", 1, 1, cmd_pb_erase}, |
