diff simtool/dispatch.c @ 98:66c0cb0e9876

fc-simtool: telecom-sum (summary info) command implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 24 Jan 2021 22:46:41 +0000
parents 597c4e87a1f4
children 2e35070d289f
line wrap: on
line diff
--- a/simtool/dispatch.c	Sun Jan 24 22:16:33 2021 +0000
+++ b/simtool/dispatch.c	Sun Jan 24 22:46:41 2021 +0000
@@ -18,6 +18,7 @@
 extern int cmd_readef();
 extern int cmd_readrec();
 extern int cmd_select();
+extern int cmd_telecom_sum();
 
 extern int display_sim_resp_in_hex();
 
@@ -43,6 +44,7 @@
 	{"readrec", 1, 2, cmd_readrec},
 	{"select", 1, 1, cmd_select},
 	{"sim-resp", 0, 0, display_sim_resp_in_hex},
+	{"telecom-sum", 0, 0, cmd_telecom_sum},
 	{0, 0, 0, 0}
 };