Searched defs:SignalStrength (Results 1 – 1 of 1) sorted by relevance
136 struct SignalStrength { struct137 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 value144 … int cdma_ecio; /* Valid values are positive integers. This value is the actual Ec/Io multiplied149 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 …]