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
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
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)
Of course it is not so easy, this âlsetâ does not work.
Also tried with ârset 0 managedElementId NewNameâ but it tries to delete and create again everything, so the baseBand will get off line forever