|  |  |  | ModemManager Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Properties | Signals | ||||
| org.freedesktop.ModemManager1.Modem.ModemCdmaorg.freedesktop.ModemManager1.Modem.ModemCdma — The ModemManager CDMA interface. | 
Activate (IN s carrier_code); ActivateManual (IN a{sv} properties);
ActivationState readable u Meid readable s Esn readable s Sid readable u Nid readable u Cdma1xRegistrationState readable u EvdoRegistrationState readable u
This interface provides access to specific actions that may be performed in modems with CDMA capabilities.
Activate (IN s carrier_code);
Provisions the modem for use with a given carrier using the modem's Over-The-Air (OTA) activation functionality, if any.
Some modems will reboot after this call is made.
| 
 | Name of carrier, or carrier-specific code. | 
ActivationStateChanged (u     activation_state,
                        u     activation_error,
                        a{sv} status_changes);
The device activation state changed.
| 
 | Current activation state, given as a MMModemCdmaActivationState. | 
| 
 | Carrier-specific error code, given as a MMCdmaActivationError. | 
| 
 | Properties that have changed as a result of this activation state chage, including  | 
ActivationState readable u
A MMModemCdmaActivationState value specifying the state of the activation in the 3GPP2 network.
Esn readable s
The modem's Electronic Serial Number (superceded by MEID but still used by older devices).
Sid readable u
The System Identifier of the serving CDMA 1x network, if known, and if the modem is registered with a CDMA 1x network.
See ifast.org or the mobile broadband provider database for mappings of SIDs to network providers.
Nid readable u
The Network Identifier of the serving CDMA 1x network, if known, and if the modem is registered with a CDMA 1x network.
Cdma1xRegistrationState readable u
A MMModemCdmaRegistrationState value specifying the CDMA 1x registration state.
EvdoRegistrationState readable u
A MMModemCdmaRegistrationState value specifying the EVDO registration state.