Ho nok (4g-4g) but reetablishment

Hello,

Instead of Handover, the mobile make restablishment to keep service.

Could you helP me please, vendor Huawei (cell 4G to 4G).

The mobile don’t mesure on mesurement Report the target cell, but once restablishment triggered, mobile attached directly on the target cell.

Thanks

Br,

Mio

The tell is in your own observation: re-establishment uses the UE’s own cell selection, which does not depend on the configured neighbour/measurement list — so a target that is on-air but missing from the handover measurement setup gets found at re-establishment but never appears in the Measurement Report. And because re-establishment onto that cell succeeds, the X2/context/admission path to the target is fine — so this is not a handover-execution or preparation failure. The handover simply never triggers, because the UE is never told to measure the target or its report is never actioned. That narrows it to measurement config / neighbour definition only.

One thing decides which branch you’re in: is the target cell on the same EARFCN as the serving cell (intra-frequency) or a different EARFCN (inter-frequency)?

Intra-frequency (same EARFCN): the UE measures neighbours automatically, so if it never reports the target PCI, the usual causes are — PCI confusion (two neighbours share the same PCI, so the eNodeB can’t resolve the reported PCI and ignores it), the neighbour relation to the target is missing so the eNodeB discards the report, the A3 offset/hysteresis/time-to-trigger is set so high the event never fires, or the relation exists but handover is prohibited/blacklisted.

Inter-frequency (different EARFCN): the UE only measures the target frequency if inter-frequency measurement is configured and triggered — the A2 start threshold, the measurement object for that EARFCN, and measurement gaps. If any of those is missing or mis-set, the UE never measures the target, so it never reports it and no handover fires; re-establishment still finds it by cell selection.

Read these first (don’t change anything yet):

  • the RRC Connection Reconfiguration measConfig the UE actually receives — does it contain the target’s frequency / measObject at all?
  • the PCIs the UE does report vs the target PCI, and whether that PCI is unique among the serving cell’s neighbours
  • the neighbour relation to the target: does it exist, is it blacklisted / HO-prohibited

Tell me the Huawei software release, whether it’s intra- or inter-frequency, and paste that measConfig, and I’ll point you to the exact MO attribute to correct.

Hello,

Thanks your feedback.

  • Inter-frequency (L1800 to L800)
  • Target PCI don’t report on measerment report
  • No blacklisted, an no HO-prohibited.
  • PCI serving cell 398 and PCI target cell 197.
                   RRC-MSG
                   ..msg
                   ....struDL-DCCH-Message
                   ......struDL-DCCH-Message
                   ........message
                   ..........c1
                   ............rrcConnectionReconfiguration
        *****01*   ..............rrc-TransactionIdentifier --- 0x1(1)
                   ..............criticalExtensions
                   ................c1
                   ..................rrcConnectionReconfiguration-r8
                   ....................measConfig
                   ......................measObjectToAddModList
                   ........................MeasObjectToAddMod
        **00001*   ..........................measObjectId --- 0x2(2)
                   ..........................measObject
                   ............................measObjectUTRA
        *******0

8 >5C 01011100
9 >33 00110*** …carrierFreq — 0xb86(xxxx)
011
10 >C1 11
* …offsetFreq — 0x0(0)
…cellsToAddModList
…cellsToAddModListUTRA-FDD
…CellsToAddModUTRA-FDD
11 >06 00000*** …cellIndex — 0x1(1)
*110
12 >38 001110
…physCellId — 0x18e(398)
…CellsToAddModUTRA-FDD
00
13 >39 001
…cellIndex — 0x2(2)
11001
14 >20 0010
…physCellId — 0x192(402)
…reportConfigToAddModList
…ReportConfigToAddMod
01011 …reportConfigId — 0xc(12)
…reportConfig
…reportConfigInterRAT
…triggerType
…event
…eventId
…eventB1
…b1-Threshold
…b1-ThresholdUTRA
00
17 >40 01000
…utra-RSCP — 0x3(3)
000
18 >AD 10
…hysteresis — 0x2(2)
1011 …timeToTrigger — ms640(11)
01
19 >97 1
…maxReportCells — 0x4(4)
0010 …reportInterval — ms480(2)
*****111 …reportAmount — infinity(7)
…reportQuantityUTRA-FDD-r10 — both(0)
…measIdToAddModList
…MeasIdToAddMod
*01
24 >81 100
…measId — 0xd(13)
00001 …measObjectId — 0x2(2)
25 >58 01011
…reportConfigId — 0xc(12)

Br,

Mio

The measConfig proves it: this is not an LTE inter-frequency setup at all. The measObject is measObjectUTRA and the reportConfig is reportConfigInterRAT / eventB1 with b1-ThresholdUTRA — the eNodeB is configuring the UE to measure UMTS (3G) neighbours, not L800.

So the UE is never told to measure L800 (the target EARFCN has no measObject here), which is exactly why target PCI 197 never appears in the Measurement Report. The B1 config present is for UTRA cells (PCIs 398 and 402 in this object are UTRA PSCs, unrelated to your L800 PCI 197).

What’s missing:

  • an LTE inter-frequency measObjectEUTRA for the L800 carrier (its EARFCN)
  • an A2 threshold to start inter-frequency measurement, plus a measurement gap config so the UE can go measure L800 (a different band from serving L1800)
  • an A3/A5 inter-frequency reportConfig bound to that measObject via a measId, with L800 PCI 197 reachable through the neighbour freq relation

Because none of that is in the measConfig, no LTE inter-freq event can ever fire → no HO → RLF → re-establishment finds L800 by cell selection (which ignores measConfig), which is why it attaches there directly.

So the fix is on the L1800 serving cell’s mobility config: the L800 inter-frequency measurement is not configured (or not being sent), only the 3G IRAT measurement is. Add/enable the LTE inter-freq measurement to L800 — the EUTRA measObject for the L800 EARFCN, the A2 start trigger, the gap config, and the A3/A5 report bound by measId.

Hello,

Thanks for your help.

Issue solved after activation this parameter “AGGREGATIONATTRIBUTE=FREQ_MEAS_FLAG-1” in L1800 cell.

Br,

Great