eNODEB Location in ENM

Dear,

Can you tell me how can I locate coordinate of an eNodeB in the ENM, through the parameters: MCC, MNC, TAC, ECI, NB ID and Locall Cell ID? I have the parameters, I would like to find the host in ENM.

Thank you

Hi, with your parameters you can find specific node:
cmedit get * ENodeBFunction.eNBId==NBID
after that, get coordinates:
cmedit get NetworkElement=ENODEBNAME,GeographicLocation=1,GeometricPoint=1
elevation: null
geometricPointId: 1
latitude: 26.0345
longitude: 22.8765

1 Like

It works perfectly. Thanks my friend!

1 Like