diff uicc/dispatch.c @ 135:51d6aaa43a7b

fc-uicc-tool: telecom-sum command implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 04 Feb 2021 02:55:31 +0000
parents 69628bcfec17
children a21d348e01db
line wrap: on
line diff
--- a/uicc/dispatch.c	Thu Feb 04 02:28:52 2021 +0000
+++ b/uicc/dispatch.c	Thu Feb 04 02:55:31 2021 +0000
@@ -13,6 +13,7 @@
 extern int cmd_readbin();
 extern int cmd_readrec();
 extern int cmd_select();
+extern int cmd_telecom_sum();
 
 extern int display_sim_resp_in_hex();
 extern int good_exit();
@@ -31,6 +32,7 @@
 	{"readrec", 2, 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}
 };