diff uicc/cmdtab.c @ 90:3afa61d98961

fc-uicc-tool: savebin ported over from fc-simtool
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 11 Apr 2021 04:32:26 +0000
parents de23872796cb
children abef3d5668b9
line wrap: on
line diff
--- a/uicc/cmdtab.c	Sun Apr 11 04:17:58 2021 +0000
+++ b/uicc/cmdtab.c	Sun Apr 11 04:32:26 2021 +0000
@@ -25,6 +25,7 @@
 extern int cmd_readbin();
 extern int cmd_readef();
 extern int cmd_readrec();
+extern int cmd_savebin();
 extern int cmd_select();
 extern int cmd_select_aid();
 extern int cmd_select_isim();
@@ -66,6 +67,7 @@
 	{"readbin", 2, 2, 1, cmd_readbin},
 	{"readef", 1, 1, 1, cmd_readef},
 	{"readrec", 1, 2, 1, cmd_readrec},
+	{"savebin", 2, 2, 0, cmd_savebin},
 	{"select", 1, 1, 1, cmd_select},
 	{"select-aid", 1, 1, 1, cmd_select_aid},
 	{"select-isim", 0, 0, 1, cmd_select_isim},