Formula for EN-DC Connected Users in 4G

Hello experts,

Could you kindly share the formula used by the Nokia vendor to calculate the number of EN-DC connected users in a 4G network?

Hi, I’m not an expert in Nokia 5G, but if these formulas are helpful to you, great!

If not, we’ll have to wait for an answer from a Nokia 5G expert.

Thanks, but is there any counter that specifically highlights or tracks the packed users on LTE?

NR_5247a, 5G Average number of RRC connected users per cell:

Sum([M55114C00008]) / Sum([M55114C00009]) + Sum([M55138C00008]) / Sum([M55138C00009])

Where:

Counter ID Network Element Name NetAct Name

  • M55114C00008 Cumulative number of NSA users
  • M55114C00009 Denominator for calculation of average number of NSA users
  • M55138C00008 Average number of SA RRC users
  • M55138C00009 Average number of SA RRC users denominator

On the other side, just for NSA Users you have the KPI: NR_5124c 5G NSA Average number of NSA users in selected area

The formula is:

  • Logical formula: Avg nr NSA user = (Sum(Avg nr NSA user per sec)) / Time of reporting period in seconds
  • KPI Formula: SUM([M55114C00008]) / (PERIOD_DURATION * 60)

Where:

  • M55114C00008 Cumulative number of NSA users
1 Like