Share via


CellSignalStrengthNr.CsiCqiReport Property

Definition

Return a list of CSI channel quality indicators (CQI) for all subbands.

public System.Collections.Generic.IList<Java.Lang.Integer> CsiCqiReport { [Android.Runtime.Register("getCsiCqiReport", "()Ljava/util/List;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getCsiCqiReport", "()Ljava/util/List;", "", ApiSince=31)>]
member this.CsiCqiReport : System.Collections.Generic.IList<Java.Lang.Integer>

Property Value

the CQIs for all subbands if available or empty list if unavailable.

Attributes

Remarks

Return a list of CSI channel quality indicators (CQI) for all subbands.

If the CQI report is for the entire wideband, a single CQI index is provided. If the CQI report is for all subbands, one CQI index is provided for each subband, in ascending order of subband index. If CQI is not available, the CQI report is empty.

Reference: 3GPP TS 138.214 section 5.2.2.1.

Java documentation for android.telephony.CellSignalStrengthNr.getCsiCqiReport().

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