EUtranCellRelation - reservedBy

We have two lte-cells A and B using earfcndl 1375 and 1425.
My question is related to the “reservedBy” from printout get cell . EUtranCellRelation.
Are 1375 and 1425 mixed there, or is it correct?
( I think reservedBy for LTECELL_A should say… EUtranCellFDD=LTECELL_B,EUtranFreqRelation=1425,EUtranCellRelation=1425, but I’m not sure)
We do not see any handover between the two lte cells, and it seems phones are ping-pong’ing between the cells.
They shall cover the exact same area, so two cells due to capacity.

LTENODE> pr EUtranCellFDD
=========================================================================
Proxy MO
=========================================================================
** 1699 ENodeBFunction=1,EUtranCellFDD=LTECELL_A**
** 1754 ENodeBFunction=1,EUtranCellFDD=LTECELL_B**
=========================================================================
Total: 2 MOs

LTENODE> get . earfcndl
=========================================================================
MO Attribute Value
=========================================================================
EUtranCellFDD=LTECELL_A earfcndl 1375
EUtranCellFDD=LTECELL_B earfcndl 1425
=========================================================================
Total: 2 MOs

LTENODE> get cell . EUtranCellRelation
============================================================================================================
MO Attribute Value
============================================================================================================
EUtranCellFDD=LTECELL_A reservedBy [1] =
** >>> reservedBy = ENodeBFunction=1,EUtranCellFDD=LTECELL_B,EUtranFreqRelation=1375,EUtranCellRelation=1375**
EUtranCellFDD=LTECELL_B reservedBy [1] =
** >>> reservedBy = ENodeBFunction=1,EUtranCellFDD=LTECELL_A,EUtranFreqRelation=1425,EUtranCellRelation=1425**
============================================================================================================
Total: 2 MOs

LTENODE> pr EUtranFreqRelation
=========================================================================
Proxy MO
=========================================================================
** 1706 ENodeBFunction=1,EUtranCellFDD=LTECELL_A,EUtranFreqRelation=1425**
** 1763 ENodeBFunction=1,EUtranCellFDD=LTECELL_B,EUtranFreqRelation=1375**
=========================================================================
Total: 2 MOs

LTENODE> pr EUtran
===================================================================================
Proxy MO
===================================================================================
** 1611 ENodeBFunction=1,EUtraNetwork=1**
** 1612 ENodeBFunction=1,EUtraNetwork=1,EUtranFrequency=1375**
** 1613 ENodeBFunction=1,EUtraNetwork=1,EUtranFrequency=1425**
** 1676 ENodeBFunction=1,AnrFunction=1,AnrFunctionEUtran=1**
** 1699 ENodeBFunction=1,EUtranCellFDD=LTECELL_A**
** 1706 ENodeBFunction=1,EUtranCellFDD=LTECELL_A,EUtranFreqRelation=1425**
** 1707 ENodeBFunction=1,EUtranCellFDD=LTECELL_A,EUtranFreqRelation=1425,EUtranCellRelation=1425**
** 1754 ENodeBFunction=1,EUtranCellFDD=LTECELL_B**
** 1763 ENodeBFunction=1,EUtranCellFDD=LTECELL_B,EUtranFreqRelation=1375**
** 1764 ENodeBFunction=1,EUtranCellFDD=LTECELL_B,EUtranFreqRelation=1375,EUtranCellRelation=1375**
===================================================================================
Total: 10 MOs

Hi, @Bartonsen everything is correct. Cell is reserved by its relation to other cell.

Thanks for the confirmation, @vlr9999