diff uicc/dispatch.c @ 139:6c6e8705dc70

fc-uicc-tool: select-usim and select-isim implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 04 Feb 2021 05:00:12 +0000
parents baf5bd698764
children 062141ce5755
line wrap: on
line diff
--- a/uicc/dispatch.c	Thu Feb 04 04:51:08 2021 +0000
+++ b/uicc/dispatch.c	Thu Feb 04 05:00:12 2021 +0000
@@ -17,6 +17,8 @@
 extern int cmd_readrec();
 extern int cmd_select();
 extern int cmd_select_aid();
+extern int cmd_select_isim();
+extern int cmd_select_usim();
 extern int cmd_telecom_sum();
 
 extern int display_sim_resp_in_hex();
@@ -39,6 +41,8 @@
 	{"readrec", 2, 2, cmd_readrec},
 	{"select", 1, 1, cmd_select},
 	{"select-aid", 1, 1, cmd_select_aid},
+	{"select-isim", 1, 1, cmd_select_isim},
+	{"select-usim", 1, 1, cmd_select_usim},
 	{"sim-resp", 0, 0, display_sim_resp_in_hex},
 	{"telecom-sum", 0, 0, cmd_telecom_sum},
 	{0, 0, 0, 0}