diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-10 19:01:50 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-14 07:05:23 +0200 |
commit | b42b5795e33e052e7dacc4731af89fde44f56ff5 (patch) | |
tree | b352088b15bb37a093a2952b8378ecbb2a64b07b /plugins/iridium | |
parent | 54178a7959c018341da48b86164a0cb6f74be1e1 (diff) |
iface-modem-messaging: automatically detect the best default storage
Instead of letting the plugins specify a default storage to use, just look at
the supported ones and use the best one.
"MT is preferred over "ME" or "SM", as "MT=ME+SM"
Diffstat (limited to 'plugins/iridium')
-rw-r--r-- | plugins/iridium/mm-broadband-modem-iridium.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/iridium/mm-broadband-modem-iridium.c b/plugins/iridium/mm-broadband-modem-iridium.c index 5ecccf4f..e5c1e1c0 100644 --- a/plugins/iridium/mm-broadband-modem-iridium.c +++ b/plugins/iridium/mm-broadband-modem-iridium.c @@ -410,8 +410,6 @@ mm_broadband_modem_iridium_new (const gchar *device, MM_BASE_MODEM_MAX_TIMEOUTS, 3, /* Only CS network is supported by the Iridium modem */ MM_IFACE_MODEM_3GPP_PS_NETWORK_SUPPORTED, FALSE, - /* 'ME' storage not supported */ - MM_IFACE_MODEM_MESSAGING_SMS_DEFAULT_STORAGE, MM_SMS_STORAGE_SM, NULL); } |