| Top |  |  |  |  | 
| 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. | 
ActivateManual (IN  a{sv} properties);
Sets the modem provisioning data directly, without contacting the carrier over the air.
Some modems will reboot after this call is made.
This dictionary is composed of a string identifier key with an associated data which contains type-specific location information:
| "spc" | The Service Programming Code, given as a string of exactly 6 digit characters. Mandatory parameter. | 
| "sid" | 
              The System Identification Number, given as a 16-bit unsigned integer (signature  | 
| "mdn" | The Mobile Directory Number, given as a string of maximum 15 characters. Mandatory parameter. | 
| "min" | The Mobile Identification Number, given as a string of maximum 15 characters. Mandatory parameter. | 
| "mn-ha-key" | The MN-HA key, given as a string of maximum 16 characters. | 
| "mn-aaa-key" | The MN-AAA key, given as a string of maximum 16 characters. | 
| "prl" | The Preferred Roaming List, given as an array of maximum 16384 bytes. | 
| 
 | A dictionary of properties to set on the modem. | 
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.