comparison simtool/cmdtab.c @ 30:25530c262137

fc-simtool sws-lookup implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 17 Mar 2021 00:19:18 +0000
parents b7ee2e85686b
children cca7d0528f89
comparison
equal deleted inserted replaced
29:aefc9fe653d3 30:25530c262137
87 extern int cmd_smsp_restore(); 87 extern int cmd_smsp_restore();
88 extern int cmd_smsp_set(); 88 extern int cmd_smsp_set();
89 extern int cmd_smsp_set_tag(); 89 extern int cmd_smsp_set_tag();
90 extern int cmd_spn(); 90 extern int cmd_spn();
91 extern int cmd_sst(); 91 extern int cmd_sst();
92 extern int cmd_sws_lookup();
92 extern int cmd_telecom_sum(); 93 extern int cmd_telecom_sum();
93 extern int cmd_terminal_profile(); 94 extern int cmd_terminal_profile();
94 extern int cmd_uicc_dir(); 95 extern int cmd_uicc_dir();
95 extern int cmd_unblock_chv(); 96 extern int cmd_unblock_chv();
96 extern int cmd_update_bin(); 97 extern int cmd_update_bin();
214 {"smsp-restore", 1, 1, 0, cmd_smsp_restore}, 215 {"smsp-restore", 1, 1, 0, cmd_smsp_restore},
215 {"smsp-set", 2, 6, 0, cmd_smsp_set}, 216 {"smsp-set", 2, 6, 0, cmd_smsp_set},
216 {"smsp-set-tag", 3, 7, 0, cmd_smsp_set_tag}, 217 {"smsp-set-tag", 3, 7, 0, cmd_smsp_set_tag},
217 {"spn", 0, 0, 1, cmd_spn}, 218 {"spn", 0, 0, 1, cmd_spn},
218 {"sst", 0, 0, 1, cmd_sst}, 219 {"sst", 0, 0, 1, cmd_sst},
220 {"sws-lookup", 1, 18, 1, cmd_sws_lookup},
219 {"telecom-sum", 0, 0, 0, cmd_telecom_sum}, 221 {"telecom-sum", 0, 0, 0, cmd_telecom_sum},
220 {"terminal-profile", 1, 1, 0, cmd_terminal_profile}, 222 {"terminal-profile", 1, 1, 0, cmd_terminal_profile},
221 {"uicc-dir", 0, 0, 1, cmd_uicc_dir}, 223 {"uicc-dir", 0, 0, 1, cmd_uicc_dir},
222 {"unblock-chv1", 2, 2, 0, cmd_unblock_chv}, 224 {"unblock-chv1", 2, 2, 0, cmd_unblock_chv},
223 {"unblock-chv2", 2, 2, 0, cmd_unblock_chv}, 225 {"unblock-chv2", 2, 2, 0, cmd_unblock_chv},