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
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
It works perfectly. Thanks my friend!
What is GeographicLocation does not exist ?
I’ve tried to create it but it won’t let me do it:
cmedit create NetworkElement=NodeName,GeographicLocation=1
Error 1022 : GeographicLocation is not valid for neType RadioNode and ossModelIdentity 4009-066-199
But other nodes with same ossModelIdentity do have its associated GeographicLocation object