共用方式為


CarrierConfigManager.KeyNtnLteRsrqThresholdsIntArray Field

Definition

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

[Android.Runtime.Register("KEY_NTN_LTE_RSRQ_THRESHOLDS_INT_ARRAY", ApiSince=35)]
public const string KeyNtnLteRsrqThresholdsIntArray;
[<Android.Runtime.Register("KEY_NTN_LTE_RSRQ_THRESHOLDS_INT_ARRAY", ApiSince=35)>]
val mutable KeyNtnLteRsrqThresholdsIntArray : string

Field Value

Attributes

Remarks

This threshold is used when connected to a non-terrestrial LTE network. A list of 4 customized NTN LTE Reference Signal Received Quality (RSRQ) thresholds.

Reference: TS 136.133 v12.6.0 section 9.1.7 - RSRQ Measurement Report Mapping.

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

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_NTN_LTE_RSRQ_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