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?
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).
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.