From 0833934f11e96916e2ffe188cc6808350b70a95d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 8 Feb 2012 13:51:50 +0100 Subject: cli: added Messaging-specific actions --- cli/mmcli.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cli/mmcli.c') diff --git a/cli/mmcli.c b/cli/mmcli.c index d4d8a623..ff9d6891 100644 --- a/cli/mmcli.c +++ b/cli/mmcli.c @@ -190,6 +190,8 @@ main (gint argc, gchar **argv) mmcli_modem_simple_get_option_group ()); g_option_context_add_group (context, mmcli_modem_location_get_option_group ()); + g_option_context_add_group (context, + mmcli_modem_messaging_get_option_group ()); g_option_context_add_group (context, mmcli_sim_get_option_group ()); g_option_context_add_group (context, @@ -286,6 +288,13 @@ main (gint argc, gchar **argv) else mmcli_modem_location_run_synchronous (connection); } + /* Modem Messaging options? */ + else if (mmcli_modem_messaging_options_enabled ()) { + if (async_flag) + mmcli_modem_messaging_run_asynchronous (connection, cancellable); + else + mmcli_modem_messaging_run_synchronous (connection); + } /* Modem options? * NOTE: let this check be always the last one, as other groups also need * having a modem specified, and therefore if -m is set, modem options @@ -316,6 +325,8 @@ main (gint argc, gchar **argv) mmcli_modem_simple_shutdown (); } else if (mmcli_modem_location_options_enabled ()) { mmcli_modem_location_shutdown (); + } else if (mmcli_modem_messaging_options_enabled ()) { + mmcli_modem_messaging_shutdown (); } else if (mmcli_sim_options_enabled ()) { mmcli_sim_shutdown (); } else if (mmcli_bearer_options_enabled ()) { -- cgit v1.2.3-70-g09d2