FreeCalypso > hg > fc-pcsc-tools
comparison simtool/dispatch.c @ 38:f5a26c1d0b93
fc-simtool smsp-dump implemented
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 12 Feb 2021 20:39:15 +0000 |
| parents | d368051576d0 |
| children | 2467b7acad1f |
comparison
equal
deleted
inserted
replaced
| 37:acf343dace04 | 38:f5a26c1d0b93 |
|---|---|
| 36 extern int cmd_readrec(); | 36 extern int cmd_readrec(); |
| 37 extern int cmd_restore_file(); | 37 extern int cmd_restore_file(); |
| 38 extern int cmd_savebin(); | 38 extern int cmd_savebin(); |
| 39 extern int cmd_save_sms_bin(); | 39 extern int cmd_save_sms_bin(); |
| 40 extern int cmd_select(); | 40 extern int cmd_select(); |
| 41 extern int cmd_smsp_dump(); | |
| 41 extern int cmd_spn(); | 42 extern int cmd_spn(); |
| 42 extern int cmd_telecom_sum(); | 43 extern int cmd_telecom_sum(); |
| 43 extern int cmd_uicc_dir(); | 44 extern int cmd_uicc_dir(); |
| 44 extern int cmd_unblock_chv(); | 45 extern int cmd_unblock_chv(); |
| 45 extern int cmd_update_bin(); | 46 extern int cmd_update_bin(); |
| 99 {"restore-file", 2, 2, cmd_restore_file}, | 100 {"restore-file", 2, 2, cmd_restore_file}, |
| 100 {"savebin", 2, 2, cmd_savebin}, | 101 {"savebin", 2, 2, cmd_savebin}, |
| 101 {"save-sms-bin", 1, 1, cmd_save_sms_bin}, | 102 {"save-sms-bin", 1, 1, cmd_save_sms_bin}, |
| 102 {"select", 1, 1, cmd_select}, | 103 {"select", 1, 1, cmd_select}, |
| 103 {"sim-resp", 0, 0, display_sim_resp_in_hex}, | 104 {"sim-resp", 0, 0, display_sim_resp_in_hex}, |
| 105 {"smsp-dump", 0, 1, cmd_smsp_dump}, | |
| 104 {"spn", 0, 0, cmd_spn}, | 106 {"spn", 0, 0, cmd_spn}, |
| 105 {"telecom-sum", 0, 0, cmd_telecom_sum}, | 107 {"telecom-sum", 0, 0, cmd_telecom_sum}, |
| 106 {"uicc-dir", 0, 0, cmd_uicc_dir}, | 108 {"uicc-dir", 0, 0, cmd_uicc_dir}, |
| 107 {"unblock-chv1", 2, 2, cmd_unblock_chv}, | 109 {"unblock-chv1", 2, 2, cmd_unblock_chv}, |
| 108 {"unblock-chv2", 2, 2, cmd_unblock_chv}, | 110 {"unblock-chv2", 2, 2, cmd_unblock_chv}, |
