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.h139 struct SignalStrength { struct
140 int gsm_rssi; /* Valid values are (0-31, 99) as defined in TS 27.007 8.5 */
141 int gsm_ber; /* bit error rate (0-7, 99) as defined in TS 27.007 8.5 */
143 int cdma_dbm; /* Valid values are positive integers. This value is the actual RSSI value
147 … int cdma_ecio; /* Valid values are positive integers. This value is the actual Ec/Io multiplied
152 int evdo_dbm; /* Refer cdma_dbm */
153 int evdo_ecio; /* Refer cdma_ecio */
154 int evdo_snr; /* Valid values are 0-8. 8 is the highest signal to noise ratio. */
156 int lte_rssi; /* Refer gsm_rssi */
157 int lte_rsrp; /* The current Reference Signal Receive Power in dBm multiplied by -1.
[all …]