diff uicc/dispatch.c @ 160:19b96c52348f

fc-uicc-tool: readef command ported over
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Feb 2021 04:15:59 +0000
parents a5e2b6e3bdf7
children
line wrap: on
line diff
--- a/uicc/dispatch.c	Sun Feb 07 04:07:24 2021 +0000
+++ b/uicc/dispatch.c	Sun Feb 07 04:15:59 2021 +0000
@@ -21,6 +21,7 @@
 extern int cmd_pb_update_imm();
 extern int cmd_pb_update_imm_hex();
 extern int cmd_readbin();
+extern int cmd_readef();
 extern int cmd_readrec();
 extern int cmd_select();
 extern int cmd_select_aid();
@@ -55,6 +56,7 @@
 	{"pb-update-imm-hex", 4, 4, cmd_pb_update_imm_hex},
 	{"quit", 0, 0, good_exit},
 	{"readbin", 2, 2, cmd_readbin},
+	{"readef", 1, 1, cmd_readef},
 	{"readrec", 1, 2, cmd_readrec},
 	{"select", 1, 1, cmd_select},
 	{"select-aid", 1, 1, cmd_select_aid},