diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-10 16:35:20 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:03 +0100 |
commit | 8c8e5efa14b9eaee8e24cd8122ec885f0cf1eabd (patch) | |
tree | 4f73b6e7f68d9a789076e2a539a296a7d5c35afa | |
parent | cce2869f1b4d14dce8af6ca1fa471199048c529d (diff) |
cinterion: SMS storage mem3 doesn't support 'ME'
-rw-r--r-- | plugins/mm-broadband-modem-cinterion.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mm-broadband-modem-cinterion.c b/plugins/mm-broadband-modem-cinterion.c index d14c1a16..cf4c6d5b 100644 --- a/plugins/mm-broadband-modem-cinterion.c +++ b/plugins/mm-broadband-modem-cinterion.c @@ -30,6 +30,7 @@ #include "mm-errors-types.h" #include "mm-iface-modem.h" #include "mm-iface-modem-3gpp.h" +#include "mm-iface-modem-messaging.h" #include "mm-base-modem-at.h" #include "mm-broadband-modem-cinterion.h" @@ -784,6 +785,7 @@ mm_broadband_modem_cinterion_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_MEM3_STORAGE, MM_SMS_STORAGE_MT, NULL); } |