Identifying Frequency Priority Parameters in LTE

Friends, I need to determine the priority among frequency relationships for both idle and connected modes in LTE Huawei.

For idle mode, I use the CELLRESELPRIORITY parameter from MO → EUTRANINTERNFREQ.

However, for connected mode, which parameter should I check? Is it the same as for idle mode, or is there a different parameter? Do I use CELLRESELPRIORITY in both cases?

1 Like

There is a separate parameter for connected mode within the same MO, EUTRANINTERNFREQ.

1 Like

The network is configured to 0.

In this case, does it perform Inter-Frequency Handover to any carrier with better radio levels, or does it follow CELLRESELPRIORITY?

1 Like

If all EARFCNs are set to 0, the selection will be random since all have the lowest and equal priority.

1 Like

For connected mode: CellReselPriority in MO → EUTRANINTERNFREQ

For idle mode: CellReselPriority in MO → CELLRESEL

1 Like

However, as mentioned, CELLRESEL only allows assigning priority to the source cell; it does not enable prioritization of neighboring carriers.

This is why I believe the CONNFREQPRIORITY parameter from MO → EUTRANINTERNFREQ is the correct one.

Since it is set to zero, I assume that in connected mode, the handover will be directed to the cell with the best radio conditions.

1 Like

CellResel defines the priority of the source frequency, which is then compared with the priority values of neighboring frequencies (EUTRANINTERNFREQ).

And yes, this applies to idle mode.

For handover, multiple parameters are considered, including the frequency-based handover parameter you mentioned. However, this type of handover is not commonly used as it can significantly unbalance traffic. In connected mode, it is generally preferable to rely on coverage-based handover and MLB (Mobility Load Balancing).

1 Like

Got it! Since priorities are not defined in CONNFREQPRIORITY, and if MLB is enabled, the system takes traffic load into account when selecting a carrier.

If a carrier is heavily loaded, the system will prefer to move the UE to another carrier with a lower load, as long as the signal quality remains acceptable.

Thanks, everyone, for your time and responses! :+1:t3::+1:t3:

1 Like

Yes, it will function as a frequency-priority-based handover.

If set to 0, it will follow a normal coverage-based handover.

Even MLB-based priority can be assigned within the same MO.

2 Likes

If two carriers have the same inter-frequency priority, the reselection and handover behavior varies between Idle Mode and Connected Mode:

Idle Mode: Reselection Criteria

  1. The Serving Cell RSRP must drop below Snonintrasearch.
  2. The Target Cell RSRP must exceed the Serving Cell RSRP by more than Qhyst (typically 2 dB or 4 dB).

Connected Mode: Handover Criteria

Inter-frequency priority is not considered for handover. Instead, a handover occurs when both of the following conditions are met:

  1. The Serving Cell RSRP falls below the A2 threshold.
  2. The Target Cell RSRP exceeds the A5 threshold.

This distinction ensures efficient mobility management, optimizing both idle and connected mode transitions.

1 Like