FreeCalypso > hg > freecalypso-hwlab
diff simtool/dispatch.c @ 119:c77b0d4cf89f
fc-simtool: save-sms-bin command implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 28 Jan 2021 04:19:52 +0000 |
parents | 06e2d5c60cbd |
children | 70219d92c32e |
line wrap: on
line diff
--- a/simtool/dispatch.c Thu Jan 28 04:11:28 2021 +0000 +++ b/simtool/dispatch.c Thu Jan 28 04:19:52 2021 +0000 @@ -28,6 +28,7 @@ extern int cmd_readrec(); extern int cmd_restore_file(); extern int cmd_savebin(); +extern int cmd_save_sms_bin(); extern int cmd_select(); extern int cmd_spn(); extern int cmd_telecom_sum(); @@ -75,6 +76,7 @@ {"readrec", 1, 2, cmd_readrec}, {"restore-file", 2, 2, cmd_restore_file}, {"savebin", 2, 2, cmd_savebin}, + {"save-sms-bin", 1, 1, cmd_save_sms_bin}, {"select", 1, 1, cmd_select}, {"sim-resp", 0, 0, display_sim_resp_in_hex}, {"spn", 0, 0, cmd_spn},