PDA

View Full Version : E******* congestion formula



vadb
2012-01-09, 11:05 PM
Hi,

I'm monitoring blocking due to lack of power, CE, codes, etc. but at current time I'm only looking at the total failures due to lack of resources using the following counters:

-pmNoFailedRabEstAttemptLackDlHwBest
-pmNoFailedRabEstAttemptLackUlHwBest
-pmNoFailedRabEstAttemptLackDlPwr
-pmNoFailedRabEstAttemptLackDlChnlCode
-etc.

However, I would like to know the ratio between the failures due to the lack of each resource and the total attempts, for that, I'm using the following formula to calculate the total attempts:

RAB_Attempts = [pmNoRabEstablishAttemptSpeech]+[pmNoRabEstablishAttemptAmrWb]+[pmNoRabEstablishAttemptCs57]+[pmNoRabEstablishAttemptCs64]-[pmNoDirRetryAtt]+[pmNoRabEstablishAttemptPacketStream]+[pmNoRabEstablishAttemptPacketStream128]+[pmNoRabEstablishAttemptPacketInteractive]+[pmNoRabEstAttemptPsStreamHs]

¿Is there something missing or something that I should not take into account in that formula?. ¿Is there a simpler way to do what I want?.

Thank you all in advance.
Regards.