/pps/services/cellular/radioctrl/status_public

Cellular radio status information

Publishers
Cellular radio service
Subscribers
Clients of the cellular radio service

Attributes

Attribute Data type Values Description
power_status String ON, OFF, or SHUTTING_DOWN The power status of the radio. A status of SHUTTING_DOWN indicates that the radio is in the process of turning off, but is not off yet. While in this state, the radio rejects any further PPS commands.
network_technology JSON A network technology code. The network technology that the device is currently using.
network_service Number A bitmask of the supported network services. The supported network services. See Supported network services for the list of values that comprise the bitmask.

Supported network services

The following table lists the values that comprise the bitmask of supported network services for a CS (circuit-switched) network.

Service Value
NETWORK_SERVICE_NONE 0x00000000
NETWORK_SERVICE_EMERGENCY 0x00000001
NETWORK_SERVICE_VOICE 0x00000002

The following table lists the values that comprise the bitmask of supported network services for a PS (packet-switched) network.

Service Value
NETWORK_SERVICE_DATA 0x00000100
NETWORK_SERVICE_CONCURRENT_VOICE_AND_DATA 0x00000400
NETWORK_SERVICE_DATA_GPRS 0x00001000
NETWORK_SERVICE_DATA_EDGE 0x00002000
NETWORK_SERVICE_DATA_UMTS 0x00004000
NETWORK_SERVICE_DATA_HSPA 0x00008000
NETWORK_SERVICE_DATA_HSPA_P 0x00010000
NETWORK_SERVICE_DATA_LTE 0x00200000