PDA

View Full Version : Question [E*******] PS RAB Admission Control Failures



dejaveaw
2015-06-17, 02:20 AM
Hello Experts,


I need your assistance in matching the numbers for PS RAB failures due to Admission Control (pmNoOfNonHoReqDeniedInteractive) in terms of PS R99 (DCH) RAB Failures due to Admission Control (pmNoOfNonHoReqDeniedSpeech) and PS HSDPA (E-DCH) RAB Failures due to Admission Control (pmNoOfNonHoReqDeniedHs). There are no Streaming services provided. Here are some relevant example values:


pmNoRabEstablishAttemptSpeech = 464
pmNoRabEstablishSuccessSpeech = 457
pmNoOfNonHoReqDeniedSpeech = 6
pmNoRabEstBlockTnSpeechBest = 0
pmNoRabEstBlockNodeSpeechBest = 0


pmNoRabEstAttPacketInteractive = 3825
pmNoRabEstSuccPacketInteractive = 3630
pmNoOfNonHoReqDeniedInteractive = 146


pmNoRabEstAttemptPacketInteractiveNonHs = 95
pmNoRabEstSuccessPacketInteractiveNonHs= 93
pmNoRabEstBlockTnPsIntNonHs = 0
pmNoRabEstBlockTnPsIntNonHsBest= 0
pmNoRabEstBlockNodePsIntNonHsBest = 0


pmNoRabEstablishAttemptPacketInteractiveHs = 3782
pmNoRabEstablishSuccessPacketInteractiveHs= 3538
pmNoOfNonHoReqDeniedHs = 229
pmNoRabEstBlockTnPsIntHs = 0
pmNoRabEstBlockTnPsIntHsBest = 0
pmNoRabEstBlockNodePsIntHsBest = 0


pmNoRabEstablishAttemptPacketInteractiveEul = 3
pmNoRabEstablishSuccessPacketInteractiveEul = 0
pmNoOfNonHoReqDeniedEul = 0


My question is why is how do I determine the number of PS RAB failures due to Admission Control for PS Interactive, PS R99 and PS HSDPA in terms of above counters? My expectation that pmNoOfNonHoReqDeniedInteractive would be a summation of RAB failures due to Admission Control for R99 and HSDPA does not hold up.


Thank you in advance!

senjamir
2015-06-22, 11:24 AM
Hello Experts,


I need your assistance in matching the numbers for PS RAB failures due to Admission Control (pmNoOfNonHoReqDeniedInteractive) in terms of PS R99 (DCH) RAB Failures due to Admission Control (pmNoOfNonHoReqDeniedSpeech) and PS HSDPA (E-DCH) RAB Failures due to Admission Control (pmNoOfNonHoReqDeniedHs). There are no Streaming services provided. Here are some relevant example values:


pmNoRabEstablishAttemptSpeech = 464
pmNoRabEstablishSuccessSpeech = 457
pmNoOfNonHoReqDeniedSpeech = 6
pmNoRabEstBlockTnSpeechBest = 0
pmNoRabEstBlockNodeSpeechBest = 0


pmNoRabEstAttPacketInteractive = 3825
pmNoRabEstSuccPacketInteractive = 3630
pmNoOfNonHoReqDeniedInteractive = 146


pmNoRabEstAttemptPacketInteractiveNonHs = 95
pmNoRabEstSuccessPacketInteractiveNonHs= 93
pmNoRabEstBlockTnPsIntNonHs = 0
pmNoRabEstBlockTnPsIntNonHsBest= 0
pmNoRabEstBlockNodePsIntNonHsBest = 0


pmNoRabEstablishAttemptPacketInteractiveHs = 3782
pmNoRabEstablishSuccessPacketInteractiveHs= 3538
pmNoOfNonHoReqDeniedHs = 229
pmNoRabEstBlockTnPsIntHs = 0
pmNoRabEstBlockTnPsIntHsBest = 0
pmNoRabEstBlockNodePsIntHsBest = 0


pmNoRabEstablishAttemptPacketInteractiveEul = 3
pmNoRabEstablishSuccessPacketInteractiveEul = 0
pmNoOfNonHoReqDeniedEul = 0


My question is why is how do I determine the number of PS RAB failures due to Admission Control for PS Interactive, PS R99 and PS HSDPA in terms of above counters? My expectation that pmNoOfNonHoReqDeniedInteractive would be a summation of RAB failures due to Admission Control for R99 and HSDPA does not hold up.


Thank you in advance!

Hi,

Try to use the following counter.

Requests Denied due to Admission for RAB PS Int DCH/FACH = pmNoOfNonHoReqDeniedInteractive/pmNoRabEstablishAttemptPacketInteractive

Requests Denied due to Admission for RAB HS = pmNoOfNonHoReqDeniedHs/pmNoRabEst ablishAttemptPacketInteractiveHs

Requests Denied due to Admission for EUL = pmNoOfNonHoReqDeniedEul/pmNoRabEstablishAttemptPacketInteractiveEul

Best regards,
Sen Jamir