From 657833a40050d1a7fe53b94dd394d0f0ad008f9a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 23 Sep 2019 10:30:43 +0200 Subject: voice,api: new 'EmergencyOnly' boolean flag This new flag allows users of the API to know whether general purpose voice calls are allowed or otherwise only voice calls to the registered emergency numbers should be performed. ModemManager won't really do any distinction between emergency and non-emergency calls at this point, this flag is just an early indication for the user of the API that no normal voice call should be attempted. --- cli/mmcli-output.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/mmcli-output.h') diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index 135d429a..3c30b170 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -63,6 +63,7 @@ typedef enum { MMC_S_MODEM_LOCATION_CDMABS, MMC_S_MODEM_FIRMWARE, MMC_S_MODEM_FIRMWARE_FASTBOOT, + MMC_S_MODEM_VOICE, MMC_S_BEARER_GENERAL, MMC_S_BEARER_STATUS, MMC_S_BEARER_PROPERTIES, @@ -209,6 +210,8 @@ typedef enum { MMC_F_FIRMWARE_DEVICE_IDS, MMC_F_FIRMWARE_VERSION, MMC_F_FIRMWARE_FASTBOOT_AT, + /* Voice section */ + MMC_F_VOICE_EMERGENCY_ONLY, /* Bearer general section */ MMC_F_BEARER_GENERAL_DBUS_PATH, MMC_F_BEARER_GENERAL_TYPE, -- cgit v1.2.3-70-g09d2