[PATCH] altair-lte: use mm_base_modem_at_command_full{,_finish} correctly

Aleksander Morgado aleksander at lanedo.com
Mon Sep 16 23:59:58 PDT 2013


On 17/09/13 08:07, Ben Chan wrote:
> This patch fixes own_enable_unsolicited_events_ready() to use
> mm_base_modem_at_command_full_finish(), instead of
> mm_base_modem_at_sequence_full_finish(), as the %STATCM=1 command is
> issued via mm_base_modem_at_command_full().
> ---

Pushed, thanks.

>  plugins/altair/mm-broadband-modem-altair-lte.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/plugins/altair/mm-broadband-modem-altair-lte.c b/plugins/altair/mm-broadband-modem-altair-lte.c
> index 4e94fd1..4fceff8 100644
> --- a/plugins/altair/mm-broadband-modem-altair-lte.c
> +++ b/plugins/altair/mm-broadband-modem-altair-lte.c
> @@ -678,7 +678,7 @@ own_enable_unsolicited_events_ready (MMBaseModem *self,
>  {
>      GError *error = NULL;
>  
> -    mm_base_modem_at_sequence_full_finish (self, res, NULL, &error);
> +    mm_base_modem_at_command_full_finish (self, res, &error);
>      if (error)
>          g_simple_async_result_take_error (simple, error);
>      else
> 


-- 
Aleksander


More information about the ModemManager-devel mailing list