diff simtool/dispatch.c @ 103:90eff13a72fd

fc-simtool: implemented alpha field decoding and spn command
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 25 Jan 2021 04:54:47 +0000
parents 29cc5612797a
children a60645b75a57
line wrap: on
line diff
--- a/simtool/dispatch.c	Mon Jan 25 02:16:16 2021 +0000
+++ b/simtool/dispatch.c	Mon Jan 25 04:54:47 2021 +0000
@@ -20,6 +20,7 @@
 extern int cmd_restore_file();
 extern int cmd_savebin();
 extern int cmd_select();
+extern int cmd_spn();
 extern int cmd_telecom_sum();
 extern int cmd_update_bin();
 extern int cmd_update_rec();
@@ -50,6 +51,7 @@
 	{"savebin", 2, 2, cmd_savebin},
 	{"select", 1, 1, cmd_select},
 	{"sim-resp", 0, 0, display_sim_resp_in_hex},
+	{"spn", 0, 0, cmd_spn},
 	{"telecom-sum", 0, 0, cmd_telecom_sum},
 	{"update-bin", 2, 2, cmd_update_bin},
 	{"update-rec", 2, 2, cmd_update_rec},