From 88e8c4835b50c8967e3caa120b7cbc898a7875b7 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 21 Dec 2011 17:34:43 +0100 Subject: cli: implement SIM related actions --- cli/mmcli.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'cli/mmcli.c') diff --git a/cli/mmcli.c b/cli/mmcli.c index 8bb5fc29..1ff7f938 100644 --- a/cli/mmcli.c +++ b/cli/mmcli.c @@ -184,6 +184,8 @@ main (gint argc, gchar **argv) mmcli_modem_get_option_group ()); g_option_context_add_group (context, mmcli_modem_3gpp_get_option_group ()); + g_option_context_add_group (context, + mmcli_sim_get_option_group ()); g_option_context_add_group (context, mmcli_bearer_get_option_group ()); g_option_context_add_main_entries (context, main_entries, NULL); @@ -227,6 +229,13 @@ main (gint argc, gchar **argv) else mmcli_manager_run_synchronous (connection); } + /* Sim options? */ + else if (mmcli_sim_options_enabled ()) { + if (async_flag) + mmcli_sim_run_asynchronous (connection, cancellable); + else + mmcli_sim_run_synchronous (connection); + } /* Bearer options? */ else if (mmcli_bearer_options_enabled ()) { if (async_flag) @@ -267,7 +276,9 @@ main (gint argc, gchar **argv) mmcli_modem_shutdown (); } else if (mmcli_modem_3gpp_options_enabled ()) { mmcli_modem_3gpp_shutdown (); - } else if (mmcli_bearer_options_enabled ()) { + } else if (mmcli_sim_options_enabled ()) { + mmcli_sim_shutdown (); + } else if (mmcli_bearer_options_enabled ()) { mmcli_bearer_shutdown (); } -- cgit v1.2.3-70-g09d2