Re: [MM] [PATCH] novatel-lte: set default SMS storage to 'SM'
- From: Aleksander Morgado <aleksander lanedo com>
- To: Ben Chan <benchan chromium org>
- Cc: networkmanager-list gnome org
- Subject: Re: [MM] [PATCH] novatel-lte: set default SMS storage to 'SM'
- Date: Sat, 08 Sep 2012 10:25:50 +0200
> Novatel E362 LTE modem only supports 'SM' and 'SR', but not 'ME'.
> ---
> plugins/novatel/mm-broadband-modem-novatel-lte.c | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/plugins/novatel/mm-broadband-modem-novatel-lte.c b/plugins/novatel/mm-broadband-modem-novatel-lte.c
> index 3c80e91..9675046 100644
> --- a/plugins/novatel/mm-broadband-modem-novatel-lte.c
> +++ b/plugins/novatel/mm-broadband-modem-novatel-lte.c
> @@ -29,6 +29,7 @@
> #include "mm-sim-novatel-lte.h"
> #include "mm-errors-types.h"
> #include "mm-iface-modem.h"
> +#include "mm-iface-modem-messaging.h"
> #include "mm-log.h"
> #include "mm-modem-helpers.h"
> #include "mm-serial-parsers.h"
> @@ -407,6 +408,9 @@ mm_broadband_modem_novatel_lte_new (const gchar *device,
> MM_BASE_MODEM_PLUGIN, plugin,
> MM_BASE_MODEM_VENDOR_ID, vendor_id,
> MM_BASE_MODEM_PRODUCT_ID, product_id,
> + MM_IFACE_MODEM_MESSAGING_SMS_MEM1_STORAGE, MM_SMS_STORAGE_SM,
> + MM_IFACE_MODEM_MESSAGING_SMS_MEM2_STORAGE, MM_SMS_STORAGE_SM,
> + MM_IFACE_MODEM_MESSAGING_SMS_MEM3_STORAGE, MM_SMS_STORAGE_SM,
> NULL);
> }
>
>
Pushed now, thanks.
--
Aleksander
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]