Ericsson ENM CLI commands

And how about this case :

cmedit get 4G-SPEM01 FieldReplaceableUnit.(productData.(productName));NbIotCell -t
If I use ; they separate the table. Can I output both information in just one table ?

TKS

Hi, @Mistolejo, I didn’t find a solution.

Hey. Do you know where I can find information about Serial Number of GRU? I can’t see it in GnssInfo class

Do you know is it possible to Filter two different MO classes in a single cmedit get query, i want to filter EUtranCellFDDId and UtranFreqRelation
tried something like this
cmedit get BG_HRO_LN EUtranCellFDDId=BG_L8_HRO2,UtranFreqRelation.(utranFreqRelationId==2,connectedModeMobilityPrio) -t

This is posible, you can try:

cmedit get BG_HRO_LN EutrancellFDD.EUtranCellFDDId==BG_L8_HRO2,UtranFreqRelation.(utranFreqRelationId==4357,connectedModeMobilityPrio==2) UtranFreqRelation.* -t

Replace the utranFreqRelationId with the arfcndl you need, also for connectedModeMobilityPrio

2 Likes

Hi. Does anyone know what is the command text to show the HO success coming from specific 5g cell going to 4G?

I am not sure, maybe some of these:
hpget . pmHoExeSuccLteIntraF$|pmHoExeAttLteIntraF$
hpget . pmHoPrepSuccLteInterF$|pmHoExeSuccLteInterF$
hpget . pmEndcPSCellChangeAttInterSgnb$|pmEndcPSCellChangeResAllocReqInterSgnb|pmEndcPSCellChangeResAllocSuccInterSgnb|pmEndcPSCellChangeSuccInterSgnb$

does anyone know how to search null values in cli, for example, here i dont get any results Ā»cmedit get *ā€˜_GU’ NetworkElement.(controllingRnc==null) -t

0 instance(s)

Ā»cmedit get *ā€˜_GU’ NetworkElement.(controllingRnc==ā€œnullā€) -t

0 instance(s)

Ā»cmedit get *ā€˜_GU’ NetworkElement.(controllingRnc==ā€˜null’) -t

0 instance(s)