Language

CarrierConfigManager.KeyNtn5gNrSsrsrpThresholdsIntArray Field

Definition

This threshold is used when connected to a non-terrestrial NR network.

[Android.Runtime.Register("KEY_NTN_5G_NR_SSRSRP_THRESHOLDS_INT_ARRAY", ApiSince=37)]
public const string KeyNtn5gNrSsrsrpThresholdsIntArray;
[<Android.Runtime.Register("KEY_NTN_5G_NR_SSRSRP_THRESHOLDS_INT_ARRAY", ApiSince=37)>]
val mutable KeyNtn5gNrSsrsrpThresholdsIntArray : string

Field Value

Attributes

Remarks

This threshold is used when connected to a non-terrestrial NR network. List of 4 customized 5G SS reference signal received power (SSRSRP) thresholds.

Reference: 3GPP TS 38.215

4 threshold integers must be within the boundaries [-140 dB, -44 dB], and the levels are: "NONE: [-140, threshold1)"; "POOR: [threshold1, threshold2)"; "MODERATE: [threshold2, threshold3)"; "GOOD: [threshold3, threshold4)"; "EXCELLENT: [threshold4, -44]"

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

Android reference for android.telephony.CarrierConfigManager.KEY_NTN_5G_NR_SSRSRP_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