diff simtool/dispatch.c @ 143:431194b772e1

fc-simtool: uicc-dump command ported over
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 04 Feb 2021 05:12:24 +0000
parents 2adb802b2a98
children 1232dea1d66a
line wrap: on
line diff
--- a/simtool/dispatch.c	Thu Feb 04 05:06:28 2021 +0000
+++ b/simtool/dispatch.c	Thu Feb 04 05:12:24 2021 +0000
@@ -33,6 +33,7 @@
 extern int cmd_select();
 extern int cmd_spn();
 extern int cmd_telecom_sum();
+extern int cmd_uicc_dir();
 extern int cmd_unblock_chv();
 extern int cmd_update_bin();
 extern int cmd_update_bin_imm();
@@ -82,6 +83,7 @@
 	{"sim-resp", 0, 0, display_sim_resp_in_hex},
 	{"spn", 0, 0, cmd_spn},
 	{"telecom-sum", 0, 0, cmd_telecom_sum},
+	{"uicc-dir", 0, 0, cmd_uicc_dir},
 	{"unblock-chv1", 2, 2, cmd_unblock_chv},
 	{"unblock-chv2", 2, 2, cmd_unblock_chv},
 	{"unblock-pin1", 2, 2, cmd_unblock_chv},