broadband-modem-mbim: explicitly ignore SMS storage initialization

The MBIM protocol hides to the user the concept of SMS storages, so we
should explicitly ignore the initialization step so that it isn't run
with the parent AT-based implementation.
This commit is contained in:
Aleksander Morgado
2018-08-14 10:33:49 +02:00
parent d21dd6cf1f
commit b7e5ca62c5

View File

@@ -4009,6 +4009,8 @@ iface_modem_messaging_init (MMIfaceModemMessaging *iface)
iface->setup_sms_format_finish = NULL;
iface->set_default_storage = NULL;
iface->set_default_storage_finish = NULL;
iface->init_current_storages = NULL;
iface->init_current_storages_finish = NULL;
iface->load_initial_sms_parts = load_initial_sms_parts;
iface->load_initial_sms_parts_finish = load_initial_sms_parts_finish;
iface->setup_unsolicited_events = setup_unsolicited_events_messaging;