You are on page 1of 3

After recieving Rab Assignment Request, UeCall has checked for Vulnerable state, determined OLS of user,checked for

preemption and soft congetstion feature and has invoked uerrm for Rab Matching Once Rab matching is done,it will be preparing to send the NBAP RL Reconf Prepare.
-ue_call_core_PROC_RECONF() will be invoked for this. -ue_call_core_stopTimerBeforeReconf(): This function will stop 3 timers. 1)RaPingPong Timer: To prevent SRLR resulting from RB rate adaptation immediately following an SRLR. Q.Why RB Rate adaptation is not allowed immediately after SRLR? 2)BO HoldOffTimer:This timer is started when BO measurement reports are received after PCH to DCH and RRE cases to prevent immediate reconf. 3)UeTrafficVolumeInhibit Timer: If RB Rate Adaptation is going on, ignore 4a measurements. .-ue_call_getCurrentImctaTrigger(): IMCTA triggers: Mobility, Upsize, emergency call, CAC or None if no measurements are configured. Q.CAC IMCTA is for New Call being requested or already existing Call.?. I think already existing call. -ue_call_isIudTranspModOnly(): Determines whether to do RL_RECONF with Complete SRLR procedure or RLC_RECONF_WITHOUT_SRLR which is only in case of PS Rab Modification. Q. What is difference between these 2 procedures. -ue_call_reconf_isCModeOperationRequired Determines if CMode operation is required. Compressed Mode is used to measure inter-freq and interRAT cells. gsmCModState and FddCModState are updated to CMOD _Active in ComCtx if inter-freq and Inter-RAT measurements are configured and also UeCapabilities for CMode are available. Q. uePreActionStatusForCM? CMODE is deactivated before reconf. What is CMode Method? isCModeDeactivation and is cModeDecision?

If CMOde Operation is required measAndCMode automaton is informed to perform CMode operation and decision is updated in UeCall_SonWorking Area. If not, decision is taken to wait for CMode to deactivate. We will need to wait for CMode to deactivate if Edch reconfig or RAB Setup is happening. Hls and Tgps pattern? -ue_call_reconf_PROC_CMODE_RECONF_END() send RL_RECONF_PREPARE Message to RNC_CALL. ue_call_fill_Ue_rl_reconf_prepare() | -ue_call_fill_dhFpInfoToAdd()----loop through the available dchFpIds in pUerrmOutput->trChInfo and update the traffic class to it from pUerrmOutput->rbInfo. If RrmRbInfo is false, Rate Adapatation Info is used. i SonWorkingArea->reconf.comData.isHsxpaMobWithoutTrspTypeSwitch? edpchInfo.isHarqRvConf?, TwoIndexStepThreshold? ,threeIndexStepThreshold? ---------------------------------------------------------------------------------------------ue_call_reconf_AWAIT_RL_RECONF_RESP_Ue_rl_reconf_ready --ue_call_reconf_storeRlInfo() FALSE == ptrm->isHRntiAndHsDschToSetupInfoResp, this flag will check if HSDCSH info and Hrnti is present in ready message. Q. HSSCch Codes? Q.Nr Of Harq Processes. 2ms/10ms Q. Implicit and Explicit memory partitioning. --ue_call_updateMacEhsAnd64QamHsdpaOutput() Q. What is relation between MacEhs in UerrmOutpt and 64QAM received from NodeB PM81204 -- DC-HSDPA---- isSecondaryHRntiAndHsDschInfoResp --ue_call_reconf_decisionStopOrContinue()----RPMState, RelToDelay. Q.RPM Address?

You might also like