Physical Cell Identity (PCI)

Introduction to Physical Cell Identity (PCI) in LTE Networks

A Physical Cell Identity (PCI) is a unique identifier within an LTE network that distinguishes individual physical cells. It plays a crucial role in cell synchronization and handover processes. PCIs are numerical values ranging from 0 to 503, allowing for 504 distinct identities within a network. Careful PCI selection is essential to ensure efficient network operation by preventing interference and collisions between neighboring cells.

Best Practices for PCI Selection

New PCI groups are typically required in two scenarios:

  • New Site Deployment: When introducing a new site, PCIs should be assigned to avoid interference. A minimum separation of 10 km between identical PCI groups is recommended to prevent interference conflicts.
  • Sector Expansion: Expanding a site from 3 to 6 sectors necessitates a new PCI group for the additional sectors. For instance, if the initial three sectors use PCIs 8, 16, and 32, the new sectors (4, 5, and 6) should be assigned a different group, such as 40, 48, and 56.

However, carrier expansion within the same site does not require a new PCI group. For example, adding a 2600 MHz carrier to a site already using 700 MHz can reuse the existing PCI set, as PCIs are carrier-independent. This approach optimizes network management and prevents the waste of PCI identities.

Tools for PCI Selection and Management Specialized tools can automate PCI selection, considering factors like network topology, potential interference, and cell neighborhood. These tools help avoid PCI conflicts and ensure optimal distribution for improved network performance.

PCI Verification and Conflict Checking Commands

To verify PCI configurations at a site, use the following command:

hget EUtranCellFDD=[CQTUVYZP] physicalLayerSubCellId|physicalLayerCellIdGroup|rachRootSequence|cellid

This command provides detailed information about the PCI configuration of cells at the site. To check for PCI conflicts in the network, use:

get ^EUtranCellFDD=. pciConflict$

This command identifies any PCI collisions that might impact network operation. If conflicts are detected, the system will provide details about the affected cells.

Conclusion Strategic PCI selection is vital for building and maintaining high-quality LTE networks. By adhering to best practices for PCI assignment, utilizing appropriate tools, and conducting regular checks, itโ€™s possible to minimize interference and ensure efficient, stable network operation.

LinkedIn (in Portuguese): :point_down:

Please take a look at the example of how to use the commands.

What is PCI in LTE?

Physical Cell ID is an identification of a cell at physical layer. It has similar role as Primary Scrambling Code of UMTS cell This physical cell ID is determined by Primary Sync Signal and Secondary Sync Signal as described below.

===> We have 168 Physical Layer Cell identity group with 3 physical-Layer Identities per group.

So Now-168*3= So total we have 504 PCI available to Allocation

PCI Calculation - PCI = 3 * Physical Cell id group +Physical Cell Id

For Example 1-PCI= 3 *(Physical cell id Group 150) +0 PCI=450

For Example 2-PCI = 3 * (Physical cell id Group 150) +1 PCI-451

For Example 3-PCI= 3* (Physical cell id Group 150) +2 PCI=452

Now three Cell PCI- 450,451,452

===> PSS

There is Synchronization Signals in LTE, PSS help to Provide Identification of Cell id to UE, the basic responsibility of PSS Detection of Carrier frequency, Detection of SCH Symbol timing and Identification of Cell (0-2) (Means 0-1-2), In PSS 3 Different Sequences Call physical-Layer Identities (0-1-2)

  • Detection of carrier frequency.
  • Detection of SCH Symbol timing
  • Identification of cell ID (0-1-2)
  • PSS located 0 and 5 Subframe in every frame (OFDMA symbol 6)
  • PSS is used for Slot synchronization

===> SSS

SSS is Synchronization Signals in LTE, SSS help to detection of radio frame timing, Detection of Cell id group (0-167) =PCI and Detection of MIMO and CP(Cyclic Prefix) configuration. In SSS 168 Different sequence Called Physical-Layer Cell-Identify group (0-167)

  • Detection of radio frame timing
  • Detection of cell ID group (0-167)
  • Detection of MIMO & CP configuration
  • SSS located 0 and 5 Subframe in every frame (OFDMA symbol 5)
  • SSS is used for frame synchronization

LinkedIn: :point_down: