Home
last modified time | relevance | path

Searched defs:SignalStrength (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dnetwork_service.h136 struct SignalStrength { struct
137 int gsm_rssi; /* Valid values are (0-31, 99) as defined in TS 27.007 8.5 */
138 int gsm_ber; /* bit error rate (0-7, 99) as defined in TS 27.007 8.5 */
140 int cdma_dbm; /* Valid values are positive integers. This value is the actual RSSI value
144 … int cdma_ecio; /* Valid values are positive integers. This value is the actual Ec/Io multiplied
149 int evdo_dbm; /* Refer cdma_dbm */
150 int evdo_ecio; /* Refer cdma_ecio */
151 int evdo_snr; /* Valid values are 0-8. 8 is the highest signal to noise ratio. */
153 int lte_rssi; /* Refer gsm_rssi */
154 int lte_rsrp; /* The current Reference Signal Receive Power in dBm multiplied by -1.
[all …]