| Top |  |  |  |  | 
| org.freedesktop.ModemManager1.Modem.Modem3gpporg.freedesktop.ModemManager1.Modem.Modem3gpp — The ModemManager 3GPP interface. | 
Register (IN s operator_id); Scan (OUT aa{sv} results); SetEpsUeModeOperation (IN u mode); SetInitialEpsBearerSettings (IN a{sv} settings);
Imei readable s RegistrationState readable u OperatorCode readable s OperatorName readable s EnabledFacilityLocks readable u SubscriptionState readable u EpsUeModeOperation readable u Pco readable a(ubay) InitialEpsBearer readable o InitialEpsBearerSettings readable a{sv}
This interface provides access to specific actions that may be performed in modems with 3GPP capabilities.
This interface will only be available once the modem is ready to be registered in the cellular network. 3GPP devices will require a valid unlocked SIM card before any of the features in the interface can be used.
Register (IN s operator_id);
Request registration with a given mobile network.
| 
 | The operator ID (ie,  | 
Scan (OUT aa{sv} results);
Scan for available networks.
        results is an array of dictionaries with each array element describing
        a mobile network found in the scan. Each dictionary may include one or
        more of the following keys:
        
| 
 | A MMModem3gppNetworkAvailability
              value representing network availability status, given as an
              unsigned integer (signature "u"). This key will
              always be present. | 
| 
 | Long-format name of operator, given as a string value (signature "s"). If the name is unknown, this field
              should not be present. | 
| 
 | Short-format name of operator, given as a string value (signature "s"). If the name is unknown, this field
              should not be present. | 
| 
 | Mobile code of the operator, given as a string value (signature "s"). Returned in the format"MCCMNC", whereMCCis the
              three-digit ITU E.212 Mobile Country Code andMNCis the two- or three-digit GSM Mobile Network Code. e.g."31026"or"310260". | 
| 
 | A MMModemAccessTechnology value
              representing the generic access technology used by this mobile network,
              given as an unsigned integer (signature "u"). | 
| 
 | Array of dictionaries with the found networks. | 
SetEpsUeModeOperation (IN u mode);
Sets the UE mode of operation for EPS.
| 
 | 
SetInitialEpsBearerSettings (IN  a{sv} settings);
Updates the default settings to be used in the initial default EPS bearer when registering to the LTE network.
Allowed properties are:
| 
 | Access Point Name, given as a string value (signature  | 
| 
 | Addressing type, given as a MMBearerIpFamily value (signature  | 
| 
 | The authentication method to use, given as a MMBearerAllowedAuth value (signature  | 
| 
 | User name (if any) required by the network, given as a string value (signature  | 
| 
 | Password (if any) required by the network, given as a string value (signature  | 
| 
 | List of properties to use when requesting the LTE attach procedure. | 
RegistrationState readable u
A MMModem3gppRegistrationState value specifying the mobile registration status as defined in 3GPP TS 27.007 section 10.1.19.
OperatorCode readable s
Code of the operator to which the mobile is currently registered.
        Returned in the format "MCCMNC", where
        MCC is the three-digit ITU E.212 Mobile Country Code
        and MNC is the two- or three-digit GSM Mobile Network
        Code. e.g. e"31026" or "310260".
        If the MCC and MNC are not known
        or the mobile is not registered to a mobile network, this property will
        be a zero-length (blank) string.
OperatorName readable s
Name of the operator to which the mobile is currently registered.
If the operator name is not known or the mobile is not registered to a mobile network, this property will be a zero-length (blank) string.
EnabledFacilityLocks readable u
Bitmask of MMModem3gppFacility values for which PIN locking is enabled.
SubscriptionState readable u
        A MMModem3gppSubscriptionState
        value representing the subscription status of the account and whether there
        is any data remaining, given as an unsigned integer (signature "u").
Deprecated: 1.10.0. The value of this property can only be obtained with operator specific logic (e.g. processing specific PCO info), and therefore it doesn't make sense to expose it in the ModemManager interface.
EpsUeModeOperation readable u
        A MMModem3gppEpsUeModeOperation
        value representing the UE mode of operation for EPS, given as an unsigned integer
        (signature "u").
InitialEpsBearer readable o
The object path for the initial default EPS bearer.
InitialEpsBearerSettings  readable   a{sv}
List of properties requested by the device for the initial EPS bearer during LTE network attach procedure.
The network may decide to use different settings during the actual device attach procedure, e.g. if the device is roaming or no explicit settings were requested, so the properties shown in the org.freedesktop.ModemManager1.Modem.Modem3gpp.InitialEpsBearer:InitialEpsBearer may be totally different.
This is a read-only property, updating these settings should be done using the SetInitialEpsBearerSettings() method.