aboutsummaryrefslogtreecommitdiff
path: root/include/ModemManager-enums.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-16 09:52:34 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:51 +0100
commit4bf03a24a1400204bcbdbf3dccb0d07fea8673eb (patch)
tree30c96c61983fe5e1383046d03fb346b613da7ba3 /include/ModemManager-enums.h
parent6238ba8568323db3c7a52f19f691cf6105b9c585 (diff)
api,header: treat CDMA activation errors as any other error
Diffstat (limited to 'include/ModemManager-enums.h')
-rw-r--r--include/ModemManager-enums.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h
index a71c1261..3b0007b5 100644
--- a/include/ModemManager-enums.h
+++ b/include/ModemManager-enums.h
@@ -378,34 +378,6 @@ typedef enum { /*< underscore_name=mm_modem_cdma_activation_state >*/
} MMModemCdmaActivationState;
/**
- * MMModemCdmaActivationError:
- * @MM_MODEM_CDMA_ACTIVATION_ERROR_NONE: No error.
- * @MM_MODEM_CDMA_ACTIVATION_ERROR_UNKNOWN: An error occurred.
- * @MM_MODEM_CDMA_ACTIVATION_ERROR_ROAMING: Device cannot activate while roaming.
- * @MM_MODEM_CDMA_ACTIVATION_ERROR_WRONG_RADIO_INTERFACE: Device cannot activate on this network type (eg EVDO vs 1xRTT).
- * @MM_MODEM_CDMA_ACTIVATION_ERROR_COULD_NOT_CONNECT: Device could not connect to the network for activation.
- * @MM_MODEM_CDMA_ACTIVATION_ERROR_SECURITY_AUTHENTICATION_FAILED: Device could not authenticate to the network for activation.
- * @MM_MODEM_CDMA_ACTIVATION_ERROR_PROVISIONING_FAILED: Later stages of device provisioning failed.
- * @MM_MODEM_CDMA_ACTIVATION_ERROR_NO_SIGNAL: No signal available.
- * @MM_MODEM_CDMA_ACTIVATION_ERROR_TIMED_OUT: Activation timed out.
- * @MM_MODEM_CDMA_ACTIVATION_ERROR_START_FAILED: API call for initial activation failed.
- *
- * CDMA Activation errors.
- */
-typedef enum { /*< underscore_name=mm_modem_cdma_activation_error >*/
- MM_MODEM_CDMA_ACTIVATION_ERROR_NONE = 0,
- MM_MODEM_CDMA_ACTIVATION_ERROR_UNKNOWN = 1,
- MM_MODEM_CDMA_ACTIVATION_ERROR_ROAMING = 2,
- MM_MODEM_CDMA_ACTIVATION_ERROR_WRONG_RADIO_INTERFACE = 3,
- MM_MODEM_CDMA_ACTIVATION_ERROR_COULD_NOT_CONNECT = 4,
- MM_MODEM_CDMA_ACTIVATION_ERROR_SECURITY_AUTHENTICATION_FAILED = 5,
- MM_MODEM_CDMA_ACTIVATION_ERROR_PROVISIONING_FAILED = 6,
- MM_MODEM_CDMA_ACTIVATION_ERROR_NO_SIGNAL = 7,
- MM_MODEM_CDMA_ACTIVATION_ERROR_TIMED_OUT = 8,
- MM_MODEM_CDMA_ACTIVATION_ERROR_START_FAILED = 9,
-} MMModemCdmaActivationError;
-
-/**
* MMModemCdmaRmProtocol:
* @MM_MODEM_CDMA_RM_PROTOCOL_UNKNOWN: Unknown protocol.
* @MM_MODEM_CDMA_RM_PROTOCOL_ASYNC: Asynchronous data or fax.