diff simtool/cmdtab.c @ 95:c06c0e2da24c

fc-simtool terminal-resp command implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 21 Apr 2021 06:40:33 +0000
parents 3d9c50880ae7
children 9f1cc3174e45
line wrap: on
line diff
--- a/simtool/cmdtab.c	Wed Apr 21 05:50:45 2021 +0000
+++ b/simtool/cmdtab.c	Wed Apr 21 06:40:33 2021 +0000
@@ -99,6 +99,7 @@
 extern int cmd_sws_pin1_enable();
 extern int cmd_telecom_sum();
 extern int cmd_terminal_profile();
+extern int cmd_terminal_resp();
 extern int cmd_uicc_dir();
 extern int cmd_unblock_chv();
 extern int cmd_update_bin();
@@ -234,6 +235,7 @@
 	{"sws-pin1-enable", 0, 0, 0, cmd_sws_pin1_enable},
 	{"telecom-sum", 0, 0, 0, cmd_telecom_sum},
 	{"terminal-profile", 1, 1, 0, cmd_terminal_profile},
+	{"terminal-resp", 1, 1, 0, cmd_terminal_resp},
 	{"uicc-dir", 0, 0, 1, cmd_uicc_dir},
 	{"unblock-chv1", 2, 2, 0, cmd_unblock_chv},
 	{"unblock-chv2", 2, 2, 0, cmd_unblock_chv},