aboutsummaryrefslogtreecommitdiff
path: root/src/mm-shared-qmi.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-12-18 16:57:07 +0100
committerAleksander Morgado <aleksander@aleksander.es>2019-04-02 12:14:03 +0200
commit52b67dc7c3a2b432f6c64b8e4d56b7f2e4d28066 (patch)
tree4a0349ecedb10c3a326590fb045ae195f9cf6857 /src/mm-shared-qmi.h
parentc479d036f7717adbc922e52ba305df8a304bd690 (diff)
api,modem: new 'CarrierConfigurationRevision' property
Which reports the version of the currently active carrier configuration. We also update the firmware 'version' reported in the firmware settings so that carrier-specific upgrades can be performed (e.g. when the firmware stays the same but the MCFG is updated).
Diffstat (limited to 'src/mm-shared-qmi.h')
-rw-r--r--src/mm-shared-qmi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mm-shared-qmi.h b/src/mm-shared-qmi.h
index 43564b15..093896e0 100644
--- a/src/mm-shared-qmi.h
+++ b/src/mm-shared-qmi.h
@@ -150,8 +150,10 @@ gboolean mm_shared_qmi_factory_reset_finish (MMIfaceMode
void mm_shared_qmi_load_carrier_config (MMIfaceModem *self,
GAsyncReadyCallback callback,
gpointer user_data);
-gchar *mm_shared_qmi_load_carrier_config_finish (MMIfaceModem *self,
+gboolean mm_shared_qmi_load_carrier_config_finish (MMIfaceModem *self,
GAsyncResult *res,
+ gchar **carrier_config_name,
+ gchar **carrier_config_revision,
GError **error);
void mm_shared_qmi_setup_carrier_config (MMIfaceModem *self,
const gchar *imsi,