You are on page 1of 4

Call Setup analysis

Call setup describes the procedures for the transition from idle state to CELL_DCH: In reference to 3GPP TS 25.931, a call setup will be described by the concatenation of the phases 1. RRC connection establishment (cf. 3GPP TR25.931, chapter 7.3) -> covered by measurements rrcEstabAtt, rrcEstabSucc, rrcEstabFail 2. NAS signalling connection establishment (cf. 3GPP TR25.931, chapter 7.2) -> pure pass-through of Initial Direct Transfer message; success rate=100% assumed 3. RAB establishment (cf. 3GPP TR25.931, chapter 7.6) -> covered by measurements rabEstabAtt, rabEstabSucc, rabEstabFail Call setup success rate (general) rrcEstabSucc[Setup] rabEstabSucc[All] CSSR = ------------------- * ----------------rrcEstabAtt[Setup] rabEstabAtt[All] rrcEstab*[Setup] = sum { rrcEstab*.3,0,0 // originating conversational call rrcEstab*.3,0,1 // originating streaming call rrcEstab*.3,0,2 // originating interactive call rrcEstab*.3,0,3 // originating background call rrcEstab*.3,0,4 // originating subscribed traffic call rrcEstab*.3,0,5 // terminating conversational call rrcEstab*.3,0,6 // terminating streaming call rrcEstab*.3,0,7 // terminating interactive call rrcEstab*.3,0,8 // terminating background call rrcEstab*.3,0,9 // emergency call rrcEstab*.3,0,19 // terminating cause unknown rrcEstab*.Other // other causes } rabEstab*[All] = sum { rabEstab*.0-0 // CS conversational rabEstab*.1-0 // CS streaming rabEstab*.2-0 // CS interactive rabEstab*.3-0 // CS background rabEstab*.0-1 // PS conversational rabEstab*.1-1 // PS streaming rabEstab*.2-1 // PS interactive rabEstab*.3-1 // PS background } Call setup failure rate (general) CSFR = 1 CSSR

Call setup success rate (CS, MO) Sub-KPI, considering mobile originated CS calls only RrcEstabSucc[CS,MO] rabEstabSucc[CS] CSSR[CS,MO] = ------------------- * ---------------rrcEstabAtt[CS,MO] rabEstabAtt[CS] rrcEstab*[CS,MO] = sum { rrcEstab*.3,0,0 // originating conversational call rrcEstab*.3,0,1 // originating streaming call rrcEstab*.3,0,2 // originating interactive call rrcEstab*.3,0,3 // originating background call rrcEstab*.3,0,4 // originating subscribed traffic call rrcEstab*.3,0,9 // emergency call } rabEstab*[CS] = sum { rabEstab*.0-0 // CS conversational rabEstab*.1-0 // CS streaming rabEstab*.2-0 // CS interactive rabEstab*.3-0 // CS background } Call setup success rate (PS, MO) Sub-KPI, considering mobile originated PS calls only RrcEstabSucc[PS,MO] rabEstabSucc[PS] CSSR[PS,MO] = ------------------- * ---------------rrcEstabAtt[PS,MO] rabEstabAtt[PS] rrcEstab*[PS,MO] = sum { rrcEstab*.3,0,0 // originating conversational call rrcEstab*.3,0,1 // originating streaming call rrcEstab*.3,0,2 // originating interactive call rrcEstab*.3,0,3 // originating background call rrcEstab*.3,0,4 // originating subscribed traffic call rrcEstab*.3,0,9 // emergency call } rabEstab*[PS] = sum { rabEstab*.0-1 // PS conversational rabEstab*.1-1 // PS streaming rabEstab*.2-1 // PS interactive rabEstab*.3-1 // PS background }

Call setup success rate (CS, MT) Sub-KPI, considering mobile terminated CS calls only RrcEstabSucc[CS,MT] rabEstabSucc[CS] CSSR[CS,MT] = ------------------- * ---------------rrcEstabAtt[CS,MT] rabEstabAtt[CS] rrcEstab*[CS,MT] = sum { rrcEstab*.3,0,5 // terminating conversational call rrcEstab*.3,0,6 // terminating streaming call rrcEstab*.3,0,7 // terminating interactive call rrcEstab*.3,0,8 // terminating background call } rabEstab*[CS] = sum { rabEstab*.0-0 // CS conversational rabEstab*.1-0 // CS streaming rabEstab*.2-0 // CS interactive rabEstab*.3-0 // CS background } Call setup success rate (PS, MT) Sub-KPI, considering mobile terminated PS calls only RrcEstabSucc[PS,MT] rabEstabSucc[PS] CSSR[PS,MT] = ------------------- * ---------------rrcEstabAtt[PS,MT] rabEstabAtt[PS] rrcEstab*[PS,MT] = sum { rrcEstab*.3,0,5 // terminating conversational call rrcEstab*.3,0,6 // terminating streaming call rrcEstab*.3,0,7 // terminating interactive call rrcEstab*.3,0,8 // terminating background call } rabEstab*[PS] = sum { rabEstab*.0-1 // PS conversational rabEstab*.1-1 // PS streaming rabEstab*.2-1 // PS interactive rabEstab*.3-1 // PS background }

Call Setup Failure Rate (Failure cause) Sub-KPI, for a dedicated failure cause only RRC Connection Establishment Failure Causes: rrcEstabFail[Cause] CSFR[RrcFailureCause] = ------------------rabEstabAtt[All] RRC Failure Causes: 3,0,0 Congestion 3,0,1 Unspecified NoReply No reply Other Other cause RAB Establishment Failure Causes: rabEstabFail[Cause] rrcEstabSucc[All] CSFR[RabFailureCause] = ------------------- * ----------------rabEstabAtt[All] rrcEstabAtt[All] RAB Failure Causes: 2,4,6 Relocation Triggered 2,4,8 Unable to Establish During Relocation 2,4,12 Requested Ciphering and/or Integrity Protection Algorithms not supported 2,4,14 Failure in the Radio Interface Procedure 2,4,18 Requested Traffic Class not available 2,4,19 Invalid RAB Parameter Value 2,4,23 Invalid RAB Parameter Combination 2,4,24 Condition Violation for SDU Parameters 2,4,30 Invalid RAB ID 2,4,32 Interaction with other procedure 2,4,39 Request superseded 2,5,66 Iu Transport Connection Failed to Establish 2,7,97 Transfer Syntax Error 2,7,98 Semantic Error 2,7,99 Message not compatible with receiver state 2,7,100 Abstract Syntax Error (Reject) 2,7,101 Abstract Syntax Error (Ignore and Notify) 2,7,102 Abstract Syntax Error (Falsely Constructed Message) 2,8,114 No Resource Available 2,8,115 Unspecified Failure Other Other cause

You might also like