aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-output.h
diff options
context:
space:
mode:
authorlvmaorui <ZRMaorui.Lu@fibocom.com>2021-05-26 16:09:51 +0800
committerAleksander Morgado <aleksander@aleksander.es>2021-10-13 13:14:10 +0200
commit07a6b6032b16bae5bd9eb963d51bac6141d79e67 (patch)
tree62dd148e536f5f8336f6ed8485283bdfe3dfe565 /cli/mmcli-output.h
parent1f321bd79d4e64ff96603c602a283d789ef0b4d1 (diff)
mmcli:add SAR command --sar-status/--sar-enable/--sar-disable/--set-power-level
Diffstat (limited to 'cli/mmcli-output.h')
-rw-r--r--cli/mmcli-output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h
index 1a8f934a..0c74159f 100644
--- a/cli/mmcli-output.h
+++ b/cli/mmcli-output.h
@@ -66,6 +66,7 @@ typedef enum {
MMC_S_MODEM_FIRMWARE,
MMC_S_MODEM_FIRMWARE_FASTBOOT,
MMC_S_MODEM_VOICE,
+ MMC_S_MODEM_SAR,
MMC_S_BEARER_GENERAL,
MMC_S_BEARER_STATUS,
MMC_S_BEARER_PROPERTIES,
@@ -301,6 +302,8 @@ typedef enum {
MMC_F_SIM_PROPERTIES_OPERATOR_NAME,
MMC_F_SIM_PROPERTIES_EMERGENCY_NUMBERS,
MMC_F_SIM_PROPERTIES_PREFERRED_NETWORKS,
+ MMC_F_SAR_STATE,
+ MMC_F_SAR_POWER_LEVEL,
/* Lists */
MMC_F_MODEM_LIST_DBUS_PATH,
MMC_F_SMS_LIST_DBUS_PATH,