diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-12-18 16:57:07 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-04-02 12:14:03 +0200 |
commit | 52b67dc7c3a2b432f6c64b8e4d56b7f2e4d28066 (patch) | |
tree | 4a0349ecedb10c3a326590fb045ae195f9cf6857 /cli/mmcli-output.h | |
parent | c479d036f7717adbc922e52ba305df8a304bd690 (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 'cli/mmcli-output.h')
-rw-r--r-- | cli/mmcli-output.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index 75533b00..7793f797 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -91,7 +91,8 @@ typedef enum { MMC_F_HARDWARE_MANUFACTURER, MMC_F_HARDWARE_MODEL, MMC_F_HARDWARE_REVISION, - MMC_F_HARDWARE_CARRIER_CONFIGURATION, + MMC_F_HARDWARE_CARRIER_CONF, + MMC_F_HARDWARE_CARRIER_CONF_REV, MMC_F_HARDWARE_HW_REVISION, MMC_F_HARDWARE_SUPPORTED_CAPABILITIES, MMC_F_HARDWARE_CURRENT_CAPABILITIES, |