共用方式為


CarrierConfigManager.KeyNtnLteRsrpThresholdsIntArray Field

Definition

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

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

Field Value

Attributes

Remarks

This threshold is used when connected to a non-terrestrial LTE network. A list of 4 NTN LTE RSRP thresholds above which a signal level is considered POOR, MODERATE, GOOD, or EXCELLENT, to be used in SignalStrength reporting.

Note that the min and max thresholds are fixed at -140 and -44, as explained in TS 136.133 9.1.4 - RSRP Measurement Report Mapping.

See SignalStrength#MAX_LTE_RSRP and SignalStrength#MIN_LTE_RSRP. Any signal level outside these boundaries is considered invalid.

Java documentation for android.telephony.CarrierConfigManager.KEY_NTN_LTE_RSRP_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