From 52b67dc7c3a2b432f6c64b8e4d56b7f2e4d28066 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 18 Dec 2018 16:57:07 +0100 Subject: 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). --- libmm-glib/mm-modem.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libmm-glib/mm-modem.h') diff --git a/libmm-glib/mm-modem.h b/libmm-glib/mm-modem.h index 95719d6a..e494ced6 100644 --- a/libmm-glib/mm-modem.h +++ b/libmm-glib/mm-modem.h @@ -103,8 +103,10 @@ gchar *mm_modem_dup_model (MMModem *self); const gchar *mm_modem_get_revision (MMModem *self); gchar *mm_modem_dup_revision (MMModem *self); -const gchar *mm_modem_get_carrier_configuration (MMModem *self); -gchar *mm_modem_dup_carrier_configuration (MMModem *self); +const gchar *mm_modem_get_carrier_configuration (MMModem *self); +gchar *mm_modem_dup_carrier_configuration (MMModem *self); +const gchar *mm_modem_get_carrier_configuration_revision (MMModem *self); +gchar *mm_modem_dup_carrier_configuration_revision (MMModem *self); const gchar *mm_modem_get_hardware_revision (MMModem *self); gchar *mm_modem_dup_hardware_revision (MMModem *self); -- cgit v1.2.3