diff uicc/dispatch.c @ 145:14dee03e9675

fc-uicc-tool: low-level write commands ported over
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Feb 2021 02:17:51 +0000
parents 429a8f80426e
children ce2a880ab704
line wrap: on
line diff
--- a/uicc/dispatch.c	Sat Feb 06 02:03:11 2021 +0000
+++ b/uicc/dispatch.c	Sat Feb 06 02:17:51 2021 +0000
@@ -20,6 +20,9 @@
 extern int cmd_select_isim();
 extern int cmd_select_usim();
 extern int cmd_telecom_sum();
+extern int cmd_update_bin();
+extern int cmd_update_bin_imm();
+extern int cmd_update_rec();
 
 extern int display_sim_resp_in_hex();
 extern int good_exit();
@@ -45,6 +48,9 @@
 	{"select-usim", 0, 0, cmd_select_usim},
 	{"sim-resp", 0, 0, display_sim_resp_in_hex},
 	{"telecom-sum", 0, 0, cmd_telecom_sum},
+	{"update-bin", 2, 2, cmd_update_bin},
+	{"update-bin-imm", 2, 2, cmd_update_bin_imm},
+	{"update-rec", 2, 2, cmd_update_rec},
 	{0, 0, 0, 0}
 };