PhysicalChannelConfig.PhysicalCellId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The physical cell ID which differentiates cells using the same radio channel.
public int PhysicalCellId { [Android.Runtime.Register("getPhysicalCellId", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getPhysicalCellId", "()I", "", ApiSince=31)>]
member this.PhysicalCellId : int
Property Value
the physical cell identifier for this cell, #PHYSICAL_CELL_ID_UNKNOWN
if android.telephony.CellInfo#UNAVAILABLE
.
- Attributes
Remarks
The physical cell ID which differentiates cells using the same radio channel.
In GERAN, this value is the BSIC. The range is [0-63]. Reference: 3GPP TS 3.03 section 4.2.2.
In UTRAN, this value is primary scrambling code. The range is [0, 511]. Reference: 3GPP TS 25.213 section 5.2.2.
In EUTRAN, this value is physical layer cell identity. The range is [0, 503]. Reference: 3GPP TS 36.211 section 6.11.
In 5G RAN, this value is physical layer cell identity. The range is [0, 1007]. Reference: 3GPP TS 38.211 section 7.4.2.1.
Java documentation for android.telephony.PhysicalChannelConfig.getPhysicalCellId()
.
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.