QCI KPI commands

Experts
Does anyone have QCI specific KPI commands for Ericsson systems?
Like qci1/qci8 accessibility/retainability?

You have to get it as PDF counter my friend.

–STATS PER QCI:
–sum(e.pmErabEstabSuccInitQci) as pmErabEstabSuccInitQci,
–sum(e.pmErabEstabSuccAddedQci) as pmErabEstabSuccAddedQci,
–sum(e.pmErabEstabAttAddedQci) as pmErabEstabAttAddedQci,
–sum(e.pmErabEstabAttAddedHoOngoingQci) as pmErabEstabAttAddedHoOngoingQci,
–sum(e.pmErabEstabAttInitQci) as pmErabEstabAttInitQci,
–sum(e.pmErabRelAbnormalEnbActQci) as pmErabRelAbnormalEnbActQci,
–sum(e.pmErabRelAbnormalMMEActQci) as pmErabRelAbnormalMMEActQci,
–sum(e.pmErabRelNormalEnbQci) as pmErabRelNormalEnbQci,
–sum(e.pmErabRelAbnormalEnbQci) as pmErabRelAbnormalEnbQci,
–sum(e.pmErabRelMMEQci) as pmErabRelMMEQci,

Hello friend,

do you know the format or convention for this pdf counter? Since it’s pdf sometimes I see the QCI and then the value but somehow doesn’t seem obvious.
Thanks

Can anyone help with this, as the values are not clear to understand?
pmErabEstabAttInitQci
2,6,5,7,1
2,6,4,9,1
1,6,1
1,6,6
0
1,6,1

Thanks

This counter is the total number of initial E-RAB setup attempts per QCI and it shall be stepped for each E-RAB Establishment attempt per QCI at reception of S1-AP message Initial Context Setup Request.
So each value separated by coma represent the count of attempts per QCI, now the distribution of them should be somewhere in documentation. Initially QCI range was from 1 to 9 and the most used CQI’s are 1,5,6 and 9 but later on QCI from 65 to 85 were added.
Since this counter is a kind of array we can do the following exercise, supossing we have only QCIs 1,5,6 and 9.
pmErabEstabAttInitQci[1] = 101
pmErabEstabAttInitQci[5] = 104
pmErabEstabAttInitQci[6] = 50
pmErabEstabAttInitQci[9] = 521
So what you must know is how QCI are mapped to the values of the counter in the network you are working.

One comment here, if the counter is compressed then the empty values will not be shown.
Can you please share the value of one cell for only one rop so we can deduct the values please?

I guess you shared in your post the value of many rops or cells.
2,6,5,7,1
2,6,4,9,1
1,6,1
1,6,6
0
1,6,1

So, if so then for each it will be:
2,6,5,7,1
2 qcis reporting counter , qci 6 , 5 attempts, qci 7 , 1 attempt

2,6,4,9,1
2 qcis reporting counter , qci 6 , 4 attempts, qci 9 , 1 attempt

1,6,1
1 qcis reporting counter , qci 6 , 1 attempt

1,6,6
1 qcis reporting counter , qci 6 , 6 attempts

Dear Jr_Mg , your last explanations is correct 100% , thanks a lot for your input. :+1:

1 Like