CarrierConfigManager.KeyRatchetNrAdvancedBandwidthIfRrcIdleBool Field

Definition

Indicating whether to ratchet the aggregated cell bandwidths on receiving new values when the device is in RRC IDLE mode.

[Android.Runtime.Register("KEY_RATCHET_NR_ADVANCED_BANDWIDTH_IF_RRC_IDLE_BOOL", ApiSince=34)]
public const string KeyRatchetNrAdvancedBandwidthIfRrcIdleBool;
[<Android.Runtime.Register("KEY_RATCHET_NR_ADVANCED_BANDWIDTH_IF_RRC_IDLE_BOOL", ApiSince=34)>]
val mutable KeyRatchetNrAdvancedBandwidthIfRrcIdleBool : string

Field Value

Attributes

Remarks

Indicating whether to ratchet the aggregated cell bandwidths on receiving new values when the device is in RRC IDLE mode. The aggregated cell bandwidths are used for determining NR advanced state.

If this is true, we will only update the aggregate cell bandwidths if the new aggregate is higher than the current aggregate and the anchor NR cell is the same. If this is false, we will always update the aggregate cell bandwidths when receiving new values.

Java documentation for android.telephony.CarrierConfigManager.KEY_RATCHET_NR_ADVANCED_BANDWIDTH_IF_RRC_IDLE_BOOL.

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