mmcli:add SAR command --sar-status/--sar-enable/--sar-disable/--set-power-level
This commit is contained in:

committed by
Aleksander Morgado

parent
1f321bd79d
commit
07a6b6032b
@@ -69,6 +69,7 @@ static SectionInfo section_infos[] = {
|
||||
[MMC_S_MODEM_FIRMWARE] = { "Firmware" },
|
||||
[MMC_S_MODEM_FIRMWARE_FASTBOOT] = { "Fastboot settings" },
|
||||
[MMC_S_MODEM_VOICE] = { "Voice" },
|
||||
[MMC_S_MODEM_SAR] = { "SAR" },
|
||||
[MMC_S_BEARER_GENERAL] = { "General" },
|
||||
[MMC_S_BEARER_STATUS] = { "Status" },
|
||||
[MMC_S_BEARER_PROPERTIES] = { "Properties" },
|
||||
@@ -283,6 +284,8 @@ static FieldInfo field_infos[] = {
|
||||
[MMC_F_SIM_PROPERTIES_OPERATOR_NAME] = { "sim.properties.operator-name", "operator name", MMC_S_SIM_PROPERTIES, },
|
||||
[MMC_F_SIM_PROPERTIES_EMERGENCY_NUMBERS] = { "sim.properties.emergency-numbers", "emergency numbers", MMC_S_SIM_PROPERTIES, },
|
||||
[MMC_F_SIM_PROPERTIES_PREFERRED_NETWORKS] = { "sim.properties.preferred-networks", "preferred networks", MMC_S_SIM_PROPERTIES, },
|
||||
[MMC_F_SAR_STATE] = { "modem.sar.state", "enabled", MMC_S_MODEM_SAR, },
|
||||
[MMC_F_SAR_POWER_LEVEL] = { "modem.sar.power-level", "power level", MMC_S_MODEM_SAR, },
|
||||
[MMC_F_MODEM_LIST_DBUS_PATH] = { "modem-list", "modems", MMC_S_UNKNOWN, },
|
||||
[MMC_F_SMS_LIST_DBUS_PATH] = { "modem.messaging.sms", "sms messages", MMC_S_UNKNOWN, },
|
||||
[MMC_F_CALL_LIST_DBUS_PATH] = { "modem.voice.call", "calls", MMC_S_UNKNOWN, },
|
||||
|
Reference in New Issue
Block a user