SignalMeasurementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum SignalMeasurementType
type SignalMeasurementType =
- Inheritance
-
SignalMeasurementType
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown signal measurement type. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Rssi | 1 | Received Signal Strength Indication. Range: -113 dBm and -51 dBm Used RAN: AccessNetworkConstants.AccessNetworkType.GERAN, AccessNetworkConstants.AccessNetworkType.CDMA2000 Reference: 3GPP TS 27.007 section 8.5. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Rscp | 2 | Received Signal Code Power. Range: -120 dBm to -25 dBm; Used RAN: AccessNetworkConstants.AccessNetworkType.UTRAN Reference: 3GPP TS 25.123, section 9.1.1.1 Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Rsrp | 3 | Reference Signal Received Power. Range: -140 dBm to -44 dBm; Used RAN: AccessNetworkConstants.AccessNetworkType.EUTRAN Reference: 3GPP TS 36.133 9.1.4 Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Rsrq | 4 | Reference Signal Received Quality Range: -34 dB to 3 dB; Used RAN: AccessNetworkConstants.AccessNetworkType.EUTRAN Reference: 3GPP TS 36.133 9.1.7 Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Rssnr | 5 | Reference Signal Signal to Noise Ratio Range: -20 dB to 30 dB; Used RAN: AccessNetworkConstants.AccessNetworkType.EUTRAN Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Ssrsrp | 6 | 5G SS reference signal received power. Range: -140 dBm to -44 dBm. Used RAN: AccessNetworkConstants.AccessNetworkType.NGRAN Reference: 3GPP TS 38.215. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Ssrsrq | 7 | 5G SS reference signal received quality. Range: -43 dB to 20 dB. Used RAN: AccessNetworkConstants.AccessNetworkType.NGRAN Reference: 3GPP TS 38.133 section 10.1.11.1. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Sssinr | 8 | 5G SS signal-to-noise and interference ratio. Range: -23 dB to 40 dB Used RAN: AccessNetworkConstants.AccessNetworkType.NGRAN Reference: 3GPP TS 38.215 section 5.1.*, 3GPP TS 38.133 section 10.1.16.1. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Ecno | 9 | The ratio between the received energy from the pilot signal CPICH per chip (Ec) to the noise density (No). Range: -24 dBm to 1 dBm. Used RAN: AccessNetworkConstants.AccessNetworkType.UTRAN Reference: 3GPP TS 25.215 5.1.5 Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |