CarrierConfigManager.Key5gNrSssinrThresholdsIntArray Field

Definition

List of 4 customized 5G SS signal-to-noise and interference ratio (SSSINR) thresholds.

[Android.Runtime.Register("KEY_5G_NR_SSSINR_THRESHOLDS_INT_ARRAY", ApiSince=30)]
public const string Key5gNrSssinrThresholdsIntArray;
[<Android.Runtime.Register("KEY_5G_NR_SSSINR_THRESHOLDS_INT_ARRAY", ApiSince=30)>]
val mutable Key5gNrSssinrThresholdsIntArray : string

Field Value

Attributes

Remarks

List of 4 customized 5G SS signal-to-noise and interference ratio (SSSINR) thresholds.

Reference: 3GPP TS 38.215, 3GPP TS 38.133 10.1.16.1

4 threshold integers must be within the boundaries [-23 dB, 40 dB], and the levels are: <UL> <LI>"NONE: [-23, threshold1)"</LI> <LI>"POOR: [threshold1, threshold2)"</LI> <LI>"MODERATE: [threshold2, threshold3)"</LI> <LI>"GOOD: [threshold3, threshold4)"</LI> <LI>"EXCELLENT: [threshold4, 40]"</LI> </UL>

This key is considered invalid if the format is violated. If the key is invalid or not configured, a default value set will apply.

Java documentation for android.telephony.CarrierConfigManager.KEY_5G_NR_SSSINR_THRESHOLDS_INT_ARRAY.

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.

Applies to