Query Ericsson 2G cell name in ENM based on LAC

Hi,

Please let me know which command can be used to identify Ericsson 2G cell name from ENM CLI if I have the LAC value?

Hi, @Sooraj, there is no lac in 2G cell, it is included in cgi.

cmedit get * GeranCell.(cgi==mcc-mnc-lac-ci)

or with wildcards

cmedit get * GeranCell.(cgi==*11111*)

Hi @vlr9999 when we give rldep:cell=cellname; in BSC I can see lac and cell id for a 2G cell. I am just checking if we can BSC related commands in ENM CLI

@Sooraj, can you share rldep output with LAC value?

Hi @vlr9999 Yes you are right it comes under cgi

@Sooraj, good, hope this helps!

2 Likes