diff simtool/dispatch.c @ 157:239ebdb8f2af

fc-simtool: grcard2-set-super command implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Feb 2021 02:47:51 +0000
parents 6d9d0cfc9ed8
children
line wrap: on
line diff
--- a/simtool/dispatch.c	Sun Feb 07 02:40:28 2021 +0000
+++ b/simtool/dispatch.c	Sun Feb 07 02:47:51 2021 +0000
@@ -20,6 +20,7 @@
 extern int cmd_grcard2_set_adm();
 extern int cmd_grcard2_set_pin();
 extern int cmd_grcard2_set_puk();
+extern int cmd_grcard2_set_super();
 extern int cmd_iccid();
 extern int cmd_imsi();
 extern int cmd_pb_dump();
@@ -78,6 +79,7 @@
 	{"grcard2-set-pin2", 1, 1, cmd_grcard2_set_pin},
 	{"grcard2-set-puk1", 1, 1, cmd_grcard2_set_puk},
 	{"grcard2-set-puk2", 1, 1, cmd_grcard2_set_puk},
+	{"grcard2-set-super", 1, 1, cmd_grcard2_set_super},
 	{"iccid", 0, 0, cmd_iccid},
 	{"imsi", 0, 0, cmd_imsi},
 	{"pb-dump", 1, 2, cmd_pb_dump},