aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-13 11:31:26 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-20 16:27:04 +0200
commitc9337cc8b91ea6c5fc8022ae876d4dc5ee3904fa (patch)
tree5b1222251f251d3683313982e5a398cec042bf48
parent348a80374ae8ff5d523349f8874011525647f683 (diff)
novatel: configure SM storage as default always
-rw-r--r--plugins/novatel/mm-broadband-modem-novatel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/novatel/mm-broadband-modem-novatel.c b/plugins/novatel/mm-broadband-modem-novatel.c
index eb2734c6..6a374b8f 100644
--- a/plugins/novatel/mm-broadband-modem-novatel.c
+++ b/plugins/novatel/mm-broadband-modem-novatel.c
@@ -335,6 +335,10 @@ mm_broadband_modem_novatel_new (const gchar *device,
MM_BASE_MODEM_PLUGIN, plugin,
MM_BASE_MODEM_VENDOR_ID, vendor_id,
MM_BASE_MODEM_PRODUCT_ID, product_id,
+ /* Use SM storage always */
+ 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);
}