PDA

View Full Version : Info request on how to calculate Cell availability



maxim1
2011-02-19, 04:14 PM
Any one know how to calculate Network cell availability at a PLMN level, not cell level

nsnwcdma
2011-03-03, 03:15 PM
Try with the following formula:


100*
sum([AVAILABILITY WCELL IN WORKING STATE])
/
sum([AVAILABILITY WCELL EXISTS IN RNW DATABASE])

where

AVAILABILITY WCELL IN WORKING STATE = M1000C178
AVAILABILITY WCELL EXISTS IN RNW DATABASE = M1000C180

You can summarize it in RNC level, PLMN level, cluster of cells level, etc.

maxim1
2011-03-03, 09:52 PM
Thanks appreciate the response, but it was under my nose all the time.

NED :)