diff options
| author | 2021-11-02 19:21:28 -0700 | |
|---|---|---|
| committer | 2021-11-05 02:06:24 +0000 | |
| commit | b17569795335f5478377154523a7d39d0a1cecda (patch) | |
| tree | 41819de42b3626e4b8c0a4f2b8a806093f7d9161 | |
| parent | d69e2b3f1356d0364897636979723aef8db69259 (diff) | |
Add GERAN to Docstring for PhysicalChannelConfig
Bug: 8675309
Test: none (docstring-only-change)
Change-Id: I2d96980b1d2fcc665b63d126ae2ebb63e649a574
| -rw-r--r-- | telephony/java/android/telephony/PhysicalChannelConfig.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/PhysicalChannelConfig.java b/telephony/java/android/telephony/PhysicalChannelConfig.java index d250088c2f10..95448c7807cc 100644 --- a/telephony/java/android/telephony/PhysicalChannelConfig.java +++ b/telephony/java/android/telephony/PhysicalChannelConfig.java @@ -242,6 +242,11 @@ public final class PhysicalChannelConfig implements Parcelable { } /** + * 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. * |