Searched defs:SignalStrength (Results 1 – 1 of 1) sorted by relevance
137 struct SignalStrength { struct138 int gsm_rssi; /* Valid values are (0-31, 99) as defined in TS 27.007 8.5 */139 int gsm_ber; /* bit error rate (0-7, 99) as defined in TS 27.007 8.5 */141 int cdma_dbm; /* Valid values are positive integers. This value is the actual RSSI value145 … int cdma_ecio; /* Valid values are positive integers. This value is the actual Ec/Io multiplied150 int evdo_dbm; /* Refer cdma_dbm */151 int evdo_ecio; /* Refer cdma_ecio */152 int evdo_snr; /* Valid values are 0-8. 8 is the highest signal to noise ratio. */154 int lte_rssi; /* Refer gsm_rssi */155 int lte_rsrp; /* The current Reference Signal Receive Power in dBm multiplied by -1.[all …]