LTE测量事件
- 格式:docx
- 大小:15.26 KB
- 文档页数:2
LTE 事件触发条件:(一)A1触发条件:UE将发送服务小区变得比门限值更好时的测量报告,事件A1被用于UELeaving-Coverage-Alarm的监控。
进入A1的条件:Ms-hysteresis>thresholdEutraRsrp(或者thresholdEutraRsrq)离开A1的条件:Ms+hysteresis<thresholdEutraRsrp(或者thresholdEutraRsrq)(二)A2触发条件:UE将发送服务小区变得比门限值更坏时的测量报告,事件A2被用于UEEnter-Coverage-Alarm或者Below-Serving-Floor的监控。
进入A2的条件:Ms+hysteresis<thresholdEutraRsrp(或者thresholdEutraRsrq)离开A2的条件:Ms-hysteresis>thresholdEutraRsrp(或者thresholdEutraRsrq)(三)A3触发条件:UE将发送相邻小区变得比服务小区偏移更好时的测量报告,事件A3被用于如果UE不支持事件A5配置时,触发同频HO及频间重定向HO。
进入A3的条件:Mn+offset>Ms+hysteresis,其中offset=-eventA3offset-CIO_s-offsetfreq_s+CIO_n+offsetfreq_n离开A3的条件:Mn+offset<Ms-hysteresis,其中offset与上式相同。
(四)A4触发条件:UE将发送相邻小区比门限更好的测量报告,事件A4主要被用于ANR测量和无功率控制。
进入A4的条件Mn+offsetfreq-hysteresis >thresholdEutraRsrp(或者thresholdEutraRsrq)离开A4的条件Mn+offsetfreq+hysteresis <thresholdEutraRsrp(或者thresholdEutraRsrq)(五)A5触发条件:UE将在服务小区变得比门限值1更差且频间邻区变得比门限2更好时,发送测量报告。
LTE系统事件简介一、LTE事件概述LTE切换时需要UE上报测量的结果(包括RSRP,RSRQ等),而上报又分为周期性上报和事件触发的上报。
➢周期性上报由基站配置,UE直接上报测量的结果。
➢事件触发的上报又分为系统内的事件和系统间的事件。
LTE系统内切换主要事件包括:➢A1事件,服务小区质量高于门限;这个事件可以用来关闭频间测量。
➢A2事件,服务小区质量低于门限;这个事件可以用来打开频间测量和系统间测量,因为这个事件发生后可能发生切换等操作。
➢A3事件,邻小区质量好于服务小区质量;这个事件一般用于频内/间基于覆盖的切换。
➢A4事件,邻小区质量好于门限;这个事件一般用于基于负荷的切换。
➢A5事件,服务小区质量低于一个门限并且邻小区质量高于一个门限;这个事件也可以用于频内/间基于覆盖的切换。
目前LTE同频切换都是基于A3/A5事件进行的切换(现网主要是基于A3事件的)二、切换流程举例三、切换流程简要说明- RRC Connection Reconfiguration(Measurement Control)测量控制,一般在初始接入或上一次切换命令中的重配消息里携带- Measurement Report测量报告,终端根据当前小区的测量控制信息,将符合切换门限的小区进行上报- HO Request源小区在收到测量报告后向目标小区申请资源及配置信息(站内切换的话为站内交互,站间切换会使用X2口或者S1口,优先使用X2口)- HO Request Ack目标小区将终端的接纳信息以及其它配置信息反馈给源小区- RRC Connection Reconfiguration(HO Command)将目标小区的接纳信息及配置信息发给终端,告知终端目标小区已准备好终端接入,重配消息里包含目标小区的测量控制- SN Status Transfer源小区将终端业务的缓存数据移至目标小区- Random Access Preamble终端收到第5步重配消息(切换命令)后使用重配消息里的接入信息进行接入- Random Access Response目标小区接入响应,收到此命令后可认为接入完成了,然后终端在RRC层上发重配完成消息(第9步)- RRC Connect Reconfiguration complete(HO Confirm)上报重配完成消息,切换完成- Release Resource当终端成功接入后,目标小区通知源小区删除终端的上下文信息四、协议对LTE事件的定义和说明4.1 A1事件定义Event A1 (Serving becomes better than threshold)The UE shall:1> consider the entering condition for this event to be satisfied when condition A1-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition A1-2, as specifiedbelow, is fulfilled;1> for this measurement, consider the primary or secondary cell that is configured on the frequencyindicated in the associated measObjectEUTRA to be the serving cell;Inequality A1-1 (Entering condition)-Ms>HysThreshInequality A1-2 (Leaving condition)Ms<+ThreshHysThe variables in the formula are defined as follows:Ms is the measurement result of the serving cell, not taking into account any offsets.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined within reportConfigEUTRA for this event).Thresh is the threshold parameter for this event (i.e. a1-Threshold as defined within reportConfigEUTRA for this event).Ms is expressed in dBm in case of RSRP, or in dB in case of RSRQ.Hys is expressed in dB.Thresh is expressed in the same unit as Ms.4.2 A2事件定义Event A2 (Serving becomes worse than threshold)The UE shall:1> consider the entering condition for this event to be satisfied when condition A2-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition A2-2, as specifiedbelow, is fulfilled;1> for this measurement, consider the primary or secondary cell that is configured on the frequencyindicated in the associated measObjectEUTRA to be the serving cell;Inequality A2-1 (Entering condition)+Ms<HysThreshInequality A2-2 (Leaving condition)Ms>-HysThreshThe variables in the formula are defined as follows:Ms is the measurement result of the serving cell, not taking into account any offsets.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined within reportConfigEUTRA for this event).Thresh is the threshold parameter for this event (i.e. a2-Threshold as defined within reportConfigEUTRA for this event).Ms is expressed in dBm in case of RSRP, or in dB in case of RSRQ.Hys is expressed in dB.Thresh is expressed in the same unit as Ms.4.3 A3事件定义Event A3 (Neighbour becomes offset better than PCell)The UE shall:1> consider the entering condition for this event to be satisfied when condition A3-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition A3-2, as specifiedbelow, is fulfilled;NOTE The cell(s) that triggers the event is on the frequency indicated in the associated measObject which may be different from the (primary) frequency used by the PCell.Inequality A3-1 (Entering condition)++>+Mn++-OcnOfpOcpMpHysOffOfnInequality A3-2 (Leaving condition)++<Mn++++MpOcpOfnOfpOffHysOcnThe variables in the formula are defined as follows:Mn is the measurement result of the neighbouring cell, not taking into account any offsets.Ofn is the frequency specific offset of the frequency of the neighbour cell (i.e. offsetFreq as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell).Ocn is the cell specific offset of the neighbour cell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell), and set to zero if not configured for the neighbour cell.Mp is the measurement result of the PCell, not taking into account any offsets.Ofp is the frequency specific offset of the primary frequency (i.e. offsetFreq as defined within measObjectEUTRA corresponding to the primary frequency).Ocp is the cell specific offset of the PCell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the primary frequency), and is set to zero if not configured for the PCell.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined within reportConfigEUTRA for this event).Off is the offset parameter for this event (i.e. a3-Offset as defined within reportConfigEUTRA for this event).Mn, Mp are expressed in dBm in case of RSRP, or in dB in case of RSRQ.Ofn, Ocn, Ofp, Ocp, Hys, Off are expressed in dB.4.4 A4事件定义Event A4 (Neighbour becomes better than threshold)The UE shall:1> consider the entering condition for this event to be satisfied when condition A4-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition A4-2, as specifiedbelow, is fulfilled;Inequality A4-1 (Entering condition)-+Mn>+HysThreshOcnOfnInequality A4-2 (Leaving condition)Mn<+++ThreshOfnHysOcnThe variables in the formula are defined as follows:Mn is the measurement result of the neighbouring cell, not taking into account any offsets.Ofn is the frequency specific offset of the frequency of the neighbour cell (i.e. offsetFreq as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell).Ocn is the cell specific offset of the neighbour cell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell), and set to zero if not configured for the neighbour cell.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined within reportConfigEUTRA for this event).Thresh is the threshold parameter for this event (i.e. a4-Threshold as defined within reportConfigEUTRA for this event).Mn is expressed in dBm in case of RSRP, or in dB in case of RSRQ.Ofn, Ocn, Hys are expressed in dB.Thresh is expressed in the same unit as Mn.4.5 A5事件定义Event A5 (PCell becomes worse than threshold1 and neighbour becomes better than threshold2)The UE shall:1> consider the entering condition for this event to be satisfied when both condition A5-1 andcondition A5-2, as specified below, are fulfilled;1> consider the leaving condition for this event to be satisfied when condition A5-3 or condition A5-4, i.e. at least one of the two, as specified below, is fulfilled;NOTE: The cell(s) that triggers the event is on the frequency indicated in the associatedmeasObject which may be different from the (primary) frequency used by the PCell.Inequality A5-1 (Entering condition 1)1Thresh Hys Mp <+Inequality A5-2 (Entering condition 2)2Thresh Hys Ocn Ofn Mn >-++Inequality A5-3 (Leaving condition 1)1Thresh Hys Mp >-Inequality A5-4 (Leaving condition 2)2Thresh Hys Ocn Ofn Mn <+++The variables in the formula are defined as follows:Mp is the measurement result of the PCell, not taking into account any offsets.Mn is the measurement result of the neighbouring cell, not taking into account any offsets.Ofn is the frequency specific offset of the frequency of the neighbour cell (i.e. offsetFreq as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell).Ocn is the cell specific offset of the neighbour cell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell), and set to zero if not configured for the neighbour cell.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined within reportConfigEUTRA for this event).Thresh1 is the threshold parameter for this event (i.e. a5-Threshold1 as defined within reportConfigEUTRA for this event).Thresh2 is the threshold parameter for this event (i.e. a5-Threshold2 as defined within reportConfigEUTRA for this event).Mn, Mp are expressed in dBm in case of RSRP, or in dB in case of RSRQ.Ofn, Ocn, Hys are expressed in dB.Thresh1 is expressed in the same unit as Mp .Thresh2 is expressed in the same unit as Mn .Event A6 (Neighbour becomes offset better than SCell)The UE shall:1> consider the entering condition for this event to be satisfied when condition A6-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition A6-2, as specifiedbelow, is fulfilled;1> for this measurement, consider the (secondary) cell that is configured on the frequency indicatedin the associated measObjectEUTRA to be the serving cell;NOTE: The neighbour(s) is on the same frequency as the SCell i.e. both are on the frequency indicated in the associated measObject.Inequality A6-1 (Entering condition)+>Mn++-MsOcsOffHysOcnInequality A6-2 (Leaving condition)+<+Mn++OcsOffMsHysOcnThe variables in the formula are defined as follows:Mn is the measurement result of the neighbouring cell, not taking into account any offsets.Ocn is the cell specific offset of the neighbour cell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell), and set to zero if not configured for the neighbour cell.Ms is the measurement result of the serving cell, not taking into account any offsets.Ocs is the cell specific offset of the serving cell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the serving frequency), and is set to zero if not configured for the serving cell.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined within reportConfigEUTRA for this event).Off is the offset parameter for this event (i.e. a6-Offset as defined within reportConfigEUTRA for this event).Mn, Ms are expressed in dBm in case of RSRP, or in dB in case of RSRQ.Ocn, Ocs, Hys, Off are expressed in dB.Event B1 (Inter RAT neighbour becomes better than threshold)The UE shall:1> for UTRA and CDMA2000, only trigger the event for cells included in the correspondingmeasurement object;1> consider the entering condition for this event to be satisfied when condition B1-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition B1-2, as specifiedbelow, is fulfilled;Inequality B1-1 (Entering condition)Thresh+Mn>-HysOfnInequality B1-2 (Leaving condition)++Mn<ThreshHysOfnThe variables in the formula are defined as follows:Mn is the measurement result of the inter-RAT neighbour cell, not taking into account any offsets.For CDMA 2000 measurement result, pilotStrength is divided by -2.Ofn is the frequency specific offset of the frequency of the inter-RAT neighbour cell (i.e. offsetFreq as defined within the measObject corresponding to the frequency of the neighbour inter-RAT cell).Hys is the hysteresis parameter for this event (i.e. hysteresis as defined withinreportConfigInterRAT for this event).Thresh is the threshold parameter for this event (i.e. b1-Threshold as defined within reportConfigInterRAT for this event). For CDMA2000, b1-Threshold is divided by -2.Mn is expressed in dBm or in dB, depending on the measurement quantity of the inter-RAT neighbour cell.Ofn, Hys are expressed in dB.Thresh is expressed in the same unit as Mn.4.8 B2事件定义Event B2 (PCell becomes worse than threshold1 and inter RAT neighbour becomes better than threshold2)The UE shall:1> for UTRA and CDMA2000, only trigger the event for cells included in the correspondingmeasurement object;1> consider the entering condition for this event to be satisfied when both condition B2-1 andcondition B2-2, as specified below, are fulfilled;1> consider the leaving condition for this event to be satisfied when condition B2-3 or conditionB2-4, i.e. at least one of the two, as specified below, is fulfilled;Inequality B2-1 (Entering condition 1)+HysMp<Thresh1Inequality B2-2 (Entering condition 2)-+Mn>Ofn2ThreshHysInequality B2-3 (Leaving condition 1)Hys-Mp>1ThreshInequality B2-4 (Leaving condition 2)Mn<++OfnHys2ThreshThe variables in the formula are defined as follows:Mp is the measurement result of the PCell, not taking into account any offsets.Mn is the measurement result of the inter-RAT neighbour cell, not taking into account any offsets.For CDMA2000 measurement result, pilotStrength is divided by -2.Ofn is the frequency specific offset of the frequency of the inter-RAT neighbour cell (i.e. offsetFreq as defined within the measObject corresponding to the frequency of the inter-RAT neighbourcell).Hys is the hysteresis parameter for this event (i.e. hysteresis as defined withinreportConfigInterRAT for this event).Thresh1 is the threshold parameter for this event (i.e. b2-Threshold1 as defined within reportConfigInterRAT for this event).Thresh2 is the threshold parameter for this event (i.e. b2-Threshold2 as defined within reportConfigInterRAT for this event). For CDMA2000, b2-Threshold2 is divided by -2.Mp is expressed in dBm in case of RSRP, or in dB in case of RSRQ.Mn is expressed in dBm or dB, depending on the measurement quantity of the inter-RAT neighbour cell.Ofn, Hys are expressed in dB.修正版Thresh1 is expressed in the same unit as Mp. Thresh2 is expressed in the same unit as Mn.。
LTE支持的切换事件有A类和B类,其中A类本用作系统内测量,B类被用作系统间测量A1事件:表示服务小区信号质量高于一定门限;A2事件:表示服务小区信号质量低于一定门限;A3事件:表示邻区质量高于服务小区质量,用于同频、异频的基于覆盖的切换; A4事件:表示邻区质量高于一定门限,用于基于负荷的切换,可用于负载均衡;A5事件:表示服务小区质量低于一定门限并且邻区质量高于一定门限,可用于负载均衡; 异系统测量事件:B1事件:邻小区质量高于一定门限,用于测量高优先级的异系统小区;B2事件:服务小区质量低于一定门限,并且邻小区质量高于一定门限,用于相同或较低优先级的异系统小区的测量。
LTE移动性参数(全局)最小接入电平基本信息参数功能该参数表示UE在该小区驻留需满足的最小接收电平门限。
该值取值范围是2G/3G接收电平的实际值,对于LTE/3G , 实际的RxlevMin 等于SIB3/SIB6的IE value的两倍,调整步长为2dbm。
对于2G,实际的RxlevMin等于SIB7的(IE value * 2) - 115,调整步长为2dBm当UE测量到的2G/3G电平满足S准则时,UE才可能驻留在该小区。
参数调整影响调整该参数的门限值,会对小区的选择和驻留有所影响。
QrxLevMin如果设置过高,则UE将无法驻留到该小区。
2高优先级重选门限基本信息参数功能当高优先级小区的S值在一定时间内高于该阀值(threshXHigh)后,UE可以重选到该小区。
参数调整影响调整该参数的门限值,会对小区的选择和驻留有所影响。
threshXhigh如果设置过高,会增加UE重选到高优先级小区的难度。
3低优先级重选门限基本信息参数功能当低优先级小区的S值在一定时间内高于该阀值(threshXLow)后,同时主服务小区的S值低于threshServingLow,UE可以重选到该低优先级小区。
参数调整影响调整该参数的门限值,会对小区的选择和驻留有所影响。
事件描述规则使用方法
A1服务小区质量高于某个阈值A1-1(触发): Ms-Hys>Thresh
A1-2(取消): Ms+Hys<Thresh
A1 用于停止异频/异系统测量。
但在基于频率
优先级的切换中,A1用于启动异频测量。
A2服务小区质量低于某个阈值A2-1(触发): Ms+Hys<Thresh
A2-2(取消): Ms-Hys>Thresh
A2 用于启动异频/异系统测量。
但在基于频率
优先级的切换中,事件A2用于停止异频测量。
A3同频/异频邻区质量与服务小区质量
的差值高某个阈值“Off”
A3-1(触发):
Mn+Ofn+Ocn-Hys>Ms+Ofs+Ocs+Off
A3-2(取消):
Mn+Ofn+Ocn+Hys<Ms+Ofs+Ocs+Off
A3 用于启动同频/异频切换请求和ICIC决策。
A4异频邻区质量高于某个阈值A4-1(触发): Mn+Ofn+Ocn-Hys>Thresh
A4-2(取消): Mn+Ofn+Ocn+Hys<Thresh
A4 用于启动异频切换请求。
A5异频邻区质量高于某个阈值2、而服
务小区质量低于某个阈值1
A2 + A4A5 用于启动异频切换请求。
B1异系统邻区质量高于某个阈值B1-1(触发): Mn+Ofn-Hys>Thresh
B1-2(取消): Mn+Ofn+Hys<Thresh
B1 用于启动异系统切换请求。
B2异系统邻区质量高于某个阈值2、而
服务小区质量低于某个阈值1
A2 + B1B2用于启动异系统切换请求。
LTE系统事件介绍一、LTE事件概述LTE切换时需要UE上报测量的结果(包括RSRP,RSRQ等),而上报又分为周期性上报和事件触发的上报。
周期性上报由基站配置,UE直接上报测量的结果。
事件触发的上报又分为系统内的事件和系统间的事件。
LTE系统内切换主要事件包括:A1事件,服务小区质量高于门限;这个事件可以用来关闭频间测量。
A2事件,服务小区质量低于门限;这个事件可以用来打开频间测量和系统间测量,因为这个事件发生后可能发生切换等操作。
A3事件,邻小区质量好于服务小区质量;这个事件一般用于频内/间基于覆盖的切换。
A4事件,邻小区质量好于门限;这个事件一般用于基于负荷的切换。
A5事件,服务小区质量低于一个门限并且邻小区质量高于一个门限;这个事件也可以用于频内/间基于覆盖的切换。
目前LTE同频切换都是基于A3/A5事件进行的切换(现网主要是基于A3事件的)二、切换流程举例- RRC Connection Reconfiguration(Measurement Control)测量控制,一般在初始接入或上一次切换命令中的重配消息里携带- Measurement Report测量报告,终端根据当前小区的测量控制信息,将符合切换门限的小区进行上报- HO Request源小区在收到测量报告后向目标小区申请资源及配置信息(站内切换的话为站内交互,站间切换会使用X2口或者S1口,优先使用X2口)- HO Request Ack目标小区将终端的接纳信息以及其它配置信息反馈给源小区- RRC Connection Reconfiguration(HO Command)将目标小区的接纳信息及配置信息发给终端,告知终端目标小区已准备好终端接入,重配消息里包含目标小区的测量控制- SN Status Transfer源小区将终端业务的缓存数据移至目标小区- Random Access Preamble终端收到第5步重配消息(切换命令)后使用重配消息里的接入信息进行接入- Random Access Response目标小区接入响应,收到此命令后可认为接入完成了,然后终端在RRC层上发重配完成消息(第9步)- RRC Connect Reconfiguration complete(HO Confirm)上报重配完成消息,切换完成- Release Resource当终端成功接入后,目标小区通知源小区删除终端的上下文信息四、协议对LTE事件的定义和说明4.1 A1事件定义Event A1 (Serving becomes better than threshold)The UE shall:1> consider the entering condition for this event to be satisfied when condition A1-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition A1-2, as specifiedbelow, is fulfilled;1> for this measurement, consider the primary or secondary cell that is configured on the frequencyindicated in the associated measObjectEUTRA to be the serving cell;Inequality A1-1 (Entering condition)-Ms>HysThreshInequality A1-2 (Leaving condition)Ms<+ThreshHysThe variables in the formula are defined as follows:Ms is the measurement result of the serving cell, not taking into account any offsets.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined withinreportConfigEUTRA for this event).Thresh is the threshold parameter for this event (i.e. a1-Threshold as defined within reportConfigEUTRA for this event).Ms is expressed in dBm in case of RSRP, or in dB in case of RSRQ.Hys is expressed in dB.Thresh is expressed in the same unit as Ms.4.2 A2事件定义Event A2 (Serving becomes worse than threshold)The UE shall:1> consider the entering condition for this event to be satisfied when condition A2-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition A2-2, as specifiedbelow, is fulfilled;1> for this measurement, consider the primary or secondary cell that is configured on the frequencyindicated in the associated measObjectEUTRA to be the serving cell;Inequality A2-1 (Entering condition)+Ms<HysThreshInequality A2-2 (Leaving condition)Ms>-HysThreshThe variables in the formula are defined as follows:Ms is the measurement result of the serving cell, not taking into account any offsets.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined withinreportConfigEUTRA for this event).Thresh is the threshold parameter for this event (i.e. a2-Threshold as defined within reportConfigEUTRA for this event).Ms is expressed in dBm in case of RSRP, or in dB in case of RSRQ.Hys is expressed in dB.Thresh is expressed in the same unit as Ms.4.3 A3事件定义Event A3 (Neighbour becomes offset better than PCell)The UE shall:1> consider the entering condition for this event to be satisfied when condition A3-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition A3-2, as specifiedbelow, is fulfilled;NOTE The cell(s) that triggers the event is on the frequency indicated in the associated measObject which may be different from the (primary) frequency used by the PCell.Inequality A3-1 (Entering condition)++>+Mn++-OcnOfpOcpMpHysOffOfnInequality A3-2 (Leaving condition)++<Mn++++MpOcpOfnOfpOffHysOcnThe variables in the formula are defined as follows:Mn is the measurement result of the neighbouring cell, not taking into account any offsets.Ofn is the frequency specific offset of the frequency of the neighbour cell (i.e. offsetFreq as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell).Ocn is the cell specific offset of the neighbour cell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell), and set to zero if not configured for the neighbour cell.Mp is the measurement result of the PCell, not taking into account any offsets.Ofp is the frequency specific offset of the primary frequency (i.e. offsetFreq as defined within measObjectEUTRA corresponding to the primary frequency).Ocp is the cell specific offset of the PCell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the primary frequency), and is set to zero if not configured for the PCell.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined within reportConfigEUTRA for this event).Off is the offset parameter for this event (i.e. a3-Offset as defined within reportConfigEUTRA for this event).Mn, Mp are expressed in dBm in case of RSRP, or in dB in case of RSRQ.Ofn, Ocn, Ofp, Ocp, Hys, Off are expressed in dB.4.4 A4事件定义Event A4 (Neighbour becomes better than threshold)The UE shall:1> consider the entering condition for this event to be satisfied when condition A4-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition A4-2, as specifiedbelow, is fulfilled;Inequality A4-1 (Entering condition)-+Mn>+HysThreshOcnOfnInequality A4-2 (Leaving condition)Mn<+++ThreshOfnHysOcnThe variables in the formula are defined as follows:Mn is the measurement result of the neighbouring cell, not taking into account any offsets.Ofn is the frequency specific offset of the frequency of the neighbour cell (i.e. offsetFreq as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell).Ocn is the cell specific offset of the neighbour cell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell), and set to zero if not configured for the neighbour cell.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined withinreportConfigEUTRA for this event).Thresh is the threshold parameter for this event (i.e. a4-Threshold as defined within reportConfigEUTRA for this event).Mn is expressed in dBm in case of RSRP, or in dB in case of RSRQ.Ofn, Ocn, Hys are expressed in dB.Thresh is expressed in the same unit as Mn.4.5 A5事件定义Event A5 (PCell becomes worse than threshold1 and neighbour becomes better than threshold2)The UE shall:1> consider the entering condition for this event to be satisfied when both condition A5-1 andcondition A5-2, as specified below, are fulfilled;1> consider the leaving condition for this event to be satisfied when condition A5-3 or conditionA5-4, i.e. at least one of the two, as specified below, is fulfilled;NOTE: The cell(s) that triggers the event is on the frequency indicated in the associated measObject which may be different from the (primary) frequency used by the PCell.Inequality A5-1 (Entering condition 1)+Mp<HysThresh1Inequality A5-2 (Entering condition 2)+-+Mn>Thresh2HysOcnOfnInequality A5-3 (Leaving condition 1)-Mp>HysThresh1Inequality A5-4 (Leaving condition 2)2++Mn<+OfnHysThreshOcnThe variables in the formula are defined as follows:Mp is the measurement result of the PCell, not taking into account any offsets.Mn is the measurement result of the neighbouring cell, not taking into account any offsets.Ofn is the frequency specific offset of the frequency of the neighbour cell (i.e. offsetFreq as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell).Ocn is the cell specific offset of the neighbour cell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell), and set to zero if not configured for the neighbour cell.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined withinreportConfigEUTRA for this event).Thresh1 is the threshold parameter for this event (i.e. a5-Threshold1 as defined within reportConfigEUTRA for this event).Thresh2 is the threshold parameter for this event (i.e. a5-Threshold2 as defined within reportConfigEUTRA for this event).Mn, Mp are expressed in dBm in case of RSRP, or in dB in case of RSRQ.Ofn, Ocn, Hys are expressed in dB.Thresh1is expressed in the same unit as Mp.Thresh2is expressed in the same unit as Mn.Event A6 (Neighbour becomes offset better than SCell)The UE shall:1> consider the entering condition for this event to be satisfied when condition A6-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition A6-2, as specifiedbelow, is fulfilled;1> for this measurement, consider the (secondary) cell that is configured on the frequency indicatedin the associated measObjectEUTRA to be the serving cell;NOTE: The neighbour(s) is on the same frequency as the SCell i.e. both are on the frequency indicated in the associated measObject.Inequality A6-1 (Entering condition)+>Mn++-MsOcsOffHysOcnInequality A6-2 (Leaving condition)+<+Mn++OcsOffMsHysOcnThe variables in the formula are defined as follows:Mn is the measurement result of the neighbouring cell, not taking into account any offsets.Ocn is the cell specific offset of the neighbour cell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the frequency of the neighbour cell), and set to zero if not configured for the neighbour cell.Ms is the measurement result of the serving cell, not taking into account any offsets.Ocs is the cell specific offset of the serving cell (i.e. cellIndividualOffset as defined within measObjectEUTRA corresponding to the serving frequency), and is set to zero if not configured for the serving cell.Hys is the hysteresis parameter for this event (i.e. hysteresis as defined within reportConfigEUTRA for this event).Off is the offset parameter for this event (i.e. a6-Offset as defined within reportConfigEUTRA for this event).Mn, Ms are expressed in dBm in case of RSRP, or in dB in case of RSRQ.Ocn, Ocs, Hys, Off are expressed in dB.Event B1 (Inter RAT neighbour becomes better than threshold)The UE shall:1> for UTRA and CDMA2000, only trigger the event for cells included in the correspondingmeasurement object;1> consider the entering condition for this event to be satisfied when condition B1-1, as specifiedbelow, is fulfilled;1> consider the leaving condition for this event to be satisfied when condition B1-2, as specifiedbelow, is fulfilled;Inequality B1-1 (Entering condition)Thresh+Mn>-HysOfnInequality B1-2 (Leaving condition)++Mn<ThreshHysOfnThe variables in the formula are defined as follows:Mn is the measurement result of the inter-RAT neighbour cell, not taking into account any offsets.For CDMA 2000 measurement result, pilotStrength is divided by -2.Ofn is the frequency specific offset of the frequency of the inter-RAT neighbour cell (i.e. offsetFreq as defined within the measObject corresponding to the frequency of the neighbour inter-RAT cell).Hys is the hysteresis parameter for this event (i.e. hysteresis as defined withinreportConfigInterRAT for this event).Thresh is the threshold parameter for this event (i.e. b1-Threshold as defined within reportConfigInterRAT for this event). For CDMA2000, b1-Threshold is divided by -2.Mn is expressed in dBm or in dB, depending on the measurement quantity of the inter-RAT neighbour cell.Ofn, Hys are expressed in dB.Thresh is expressed in the same unit as Mn.4.8 B2事件定义Event B2 (PCell becomes worse than threshold1 and inter RAT neighbour becomes better than threshold2)The UE shall:1> for UTRA and CDMA2000, only trigger the event for cells included in the correspondingmeasurement object;1> consider the entering condition for this event to be satisfied when both condition B2-1 andcondition B2-2, as specified below, are fulfilled;1> consider the leaving condition for this event to be satisfied when condition B2-3 or conditionB2-4, i.e. at least one of the two, as specified below, is fulfilled;Inequality B2-1 (Entering condition 1)+HysMp<Thresh1Inequality B2-2 (Entering condition 2)-+Mn>Ofn2ThreshHysInequality B2-3 (Leaving condition 1)Hys-Mp>1ThreshInequality B2-4 (Leaving condition 2)Mn<++OfnHys2ThreshThe variables in the formula are defined as follows:Mp is the measurement result of the PCell, not taking into account any offsets.Mn is the measurement result of the inter-RAT neighbour cell, not taking into account any offsets.For CDMA2000 measurement result, pilotStrength is divided by -2.Ofn is the frequency specific offset of the frequency of the inter-RAT neighbour cell (i.e. offsetFreq as defined within the measObject corresponding to the frequency of the inter-RAT neighbourcell).Hys is the hysteresis parameter for this event (i.e. hysteresis as defined withinreportConfigInterRAT for this event).Thresh1 is the threshold parameter for this event (i.e. b2-Threshold1 as defined within reportConfigInterRAT for this event).Thresh2 is the threshold parameter for this event (i.e. b2-Threshold2 as defined within reportConfigInterRAT for this event). For CDMA2000, b2-Threshold2 is divided by -2.Mp is expressed in dBm in case of RSRP, or in dB in case of RSRQ.Mn is expressed in dBm or dB, depending on the measurement quantity of the inter-RAT neighbour cell.Ofn, Hys are expressed in dB.Thresh1is expressed in the same unit as Mp.Thresh2is expressed in the same unit as Mn.第11页。
1.1.1 系统内测量事件系统内测量事件采用Ax来标识,系统内事件的报告各类:●eventA1:服务小区质量高于一个绝对门限(serving >threshold)。
用于关闭正在进行的频间测量,在RRC控制下去掉激活测量间隙(gap)事件进入条件:Ms - Hys > Thresh事件离开条件:Ms + Hys < Thresh其中:Ms:为服务小区的测量结果,没有计算任何小区各自的偏置如果测量的是RSRP则单位为dBm,如果是RSRQ则单位为dB。
Hys:为此事件的滞后参数。
单位为dB。
取值范围(0-30),实际值=取值*0.5dBThresh:为此事件的门限参数。
单位同Ms一样●eventA2:服务小区质量低于一个绝对门限(serving <threshold)。
用于打开频间测量,在RRC控制下激活测量间隙(gap)。
事件进入条件:Ms + Hys < Thresh事件离开条件:Ms - Hys > Thresh●eventA3:邻小区比服务小区质量高于一个门限(Neighbour >Serving + Offset),用于频内/频间的基于覆盖的切换。
事件进入条件:Mn + Ofn + Ocn - Hys > Ms + Ofs + Ocs + Off事件离开条件:Mn + Ofn + Ocn + Hys < Ms + Ofs + Ocs + Off其中:Mn:邻小区的测量结果,不考虑计算任何偏置。
Ofn:该邻区频率特定的偏置(即offsetFreq在measObjectEUTRA中被定义为对应于邻区的频率)Ocn:为该邻区的小区特定偏置(即cellIndividualOffset在measObjectEUTRA中被定义为对应于邻区的频率),同时如果没有为邻区配置,则设置为零。
Ms:为没有计算任何偏置下的服务小区的测量结果。
Ofs:为服务频率上频率特定的偏置(即offsetFreq在measObjectEUTRA中被定义为对应于服务频率)Ocs:为服务小区的小区特定偏置(即cellIndividualOffset 在measObjectEUTRA中被定义为对应于服务频率),并设置为0,如果没有为服务小区配置的话;Hys:为该事件的滞后参数(即hysteres为reportConfigEUTRA内为该事件定义的参数)。
Measurement report triggering(3GPP) Ms:服务小区测量结果Mn:邻小区测量结果Mp:主小区测量结果Ofn:邻小区特定频率偏置Ocn:邻小区小区特定偏置Ofp:主小区特定频率偏置Ocp:邻小区小区特定偏置Off:事件偏置Hys:事件迟滞参数Thresh:事件门限Mcr:参考信号测量结果Ocr:参考信号偏置Mref:参考信号参考值Oref:参考信号参考偏置Event A1 (Serving becomes better than threshold)服务小区高于一定门限触发条件:Ms -Hys > Thresh离开条件:Ms + Hys < ThreshEvent A2 (Serving becomes worse than threshold)服务小区低于一定门限触发条件:Ms + Hys < Thresh离开条件:Ms -Hys > ThreshEvent A3 (Neighbour becomes offset better than PCell/ PSCell)邻小区高于主小区触发条件:Mn+Ofn+Ocn-Hys > Mp +Ofp +Ocp +Off离开条件:Mn+Ofn+Ocn+ Hys < Mp +Ofp +Ocp +OffEvent A4 (Neighbour becomes better than threshold)邻小区高于一定门限触发条件:Mn+Ofn+Ocn-Hys > Thresh ;离开条件:Mn+Ofn+Ocn+ Hys < ThreshEvent A5 (PCell/ PSCell becomes worse than threshold1 and neighbor becomes better than threshold2)主小区低于一定门限,邻小区高于一定门限触发条件1:Mp+ Hys < Thresh1 ,触发条件2:Mn+Ofn+Ocn-Hys > Thresh2离开条件1:Mp-Hys > Thresh1 ,离开条件2:Mn+Ofn+Ocn+ Hys < Thresh2Event A6 (Neighbour becomes offset better than SCell)邻小区高于辅小区触发条件:Mn + Ocn - Hys > Ms +Ocs +Off离开条件:Mn + Ocn + Hys < Ms +Ocs +OffEvent B1 (Inter RAT neighbour becomes better than threshold)异系统邻小区高于一定门限触发条件:Mn +Ofn ? Hys > Thresh离开条件:Mn+Ofn+ Hys < ThreshEvent B2 (PCell becomes worse than threshold1 and inter RAT neighbourbecomes better than threshold2)主小区低于一定门限,异系统邻小区高于一定门限触发条件1:Mp+ Hys < Thresh1 ,触发条件2:Mn+Ofn?Hys > Thresh2离开条件1:Mp- Hys > Thresh1 ,离开条件2:Mn+Ofn+ Hys < Thresh2Event C1 (CSI-RS resource becomes better than threshold)参考信号信道质量指示高于一定门限触发条件:Mcr +Ocr -Hys > Thresh离开条件:Mcr +Ocr + Hys < ThreshEvent C2 (CSI-RS resource becomes offset better than reference CSI-RS resource)参考信号信道质量指示高于参考信号质量指示参考值触发条件:Mcr +Ocr - Hys > Mref +Oref +Off离开条件:Mcr +Ocr + Hys < Mref +Oref +Off。
一、L T E切换事件系统内测量事件采用Ax来标识,系统内事件的报告各类:●eventA1:服务小区质量高于一个绝对门限(serving>threshold)。
用于关闭正在进行的频间测量,在RRC控制下去掉激活测量间隙(gap)事件进入条件:Ms-Hys>Thresh事件离开条件:Ms+Hys<Thresh其中Ms:为服务小区的测量结果,没有计算任何小区各自的偏置如果测量的是RSRP则单位为dBm,如果是RSRQ则单位为dB。
Hys:为此事件的滞后参数。
单位为dB。
取值范围(0-30)实际值=取值*0.5dBThresh:为此事件的门限参数。
单位同Ms一样●eventA2:服务小区质量低于一个绝对门限(serving<threshold)。
用于打开频间测量,在RRC控制下激活测量间隙(gap)。
事件进入条件:Ms+Hys<Thresh事件离开条件:Ms-Hys>Thresh●eventA3:邻小区比服务小区质量高于一个门限(Neighbour>Serving+Offset)用于频内/频间的基于覆盖的切换。
●事件进入条件:Mn+Ofn+Ocn-Hys>Ms+Ofs+Ocs+Off●事件离开条件:Mn+Ofn+Ocn+Hys<Ms+Ofs+Ocs+Off●其中●Mn:邻小区的测量结果,不考虑计算任何偏置。
●Ofn:该邻区频率特定的偏置(即offsetFreq在measObjectEUTRA中被定义为对应于邻区的频率)●Ocn:为该邻区的小区特定偏置(即cellIndividualOffset在measObjectEUTRA中被定义为对应于邻区的频率),同时如果没有为邻区配置,则设置为零。
●Ms:为没有计算任何偏置下的服务小区的测量结果。
●Ofs:为服务频率上频率特定的偏置(即offsetFreq在measObjectEUTRA中被定义为对应于服务频率)●Ocs:为服务小区的小区特定偏置(即cellIndividualOffset在measObjectEUTRA中被定义为对应于服务频率),并设置为0,如果没有为服务小区配置的话;●Hys:为该事件的滞后参数(即hysteres为reportConfigEUTRA内为该事件定义的参数)。
Measurement report triggering(3GPP)
Ms:服务小区测量结果
Mn:邻小区测量结果
Mp:主小区测量结果
Ofn:邻小区特定频率偏置
Ocn:邻小区小区特定偏置
Ofp:主小区特定频率偏置
Ocp:邻小区小区特定偏置
Off:事件偏置
Hys:事件迟滞参数
Thresh:事件门限
Mcr:参考信号测量结果
Ocr:参考信号偏置
Mref:参考信号参考值
Oref:参考信号参考偏置
Event A1 (Serving becomes better than threshold)服务小区高于一定门限
触发条件:Ms -Hys > Thresh
离开条件:Ms + Hys < Thresh
Event A2 (Serving becomes worse than threshold)服务小区低于一定门限
触发条件:Ms + Hys < Thresh
离开条件:Ms -Hys > Thresh
Event A3 (Neighbour becomes offset better than PCell/ PSCell)邻小区高于主小区
触发条件:Mn+Ofn+Ocn-Hys > Mp +Ofp +Ocp +Off
离开条件:Mn+Ofn+Ocn+ Hys < Mp +Ofp +Ocp +Off
Event A4 (Neighbour becomes better than threshold)邻小区高于一定门限
触发条件:Mn+Ofn+Ocn-Hys > Thresh ;
离开条件:Mn+Ofn+Ocn+ Hys < Thresh
Event A5 (PCell/ PSCell becomes worse than threshold1 and neighbor becomes better than threshold2)主小区低于一定门限,邻小区高于一定门限
触发条件1:Mp+ Hys < Thresh1 ,触发条件2:Mn+Ofn+Ocn-Hys > Thresh2
离开条件1:Mp-Hys > Thresh1 ,离开条件2:Mn+Ofn+Ocn+ Hys < Thresh2
Event A6 (Neighbour becomes offset better than SCell)邻小区高于辅小区
触发条件:Mn + Ocn - Hys > Ms +Ocs +Off
离开条件:Mn + Ocn + Hys < Ms +Ocs +Off
Event B1 (Inter RAT neighbour becomes better than threshold)异系统邻小区高于一定门限
触发条件:Mn +Ofn − Hys > Thresh
离开条件:Mn+Ofn+ Hys < Thresh
Event B2 (PCell becomes worse than threshold1 and inter RAT neighbour
becomes better than threshold2)主小区低于一定门限,异系统邻小区高于一定门限
触发条件1:Mp+ Hys < Thresh1 ,触发条件2:Mn+Ofn−Hys > Thresh2
离开条件1:Mp- Hys > Thresh1 ,离开条件2:Mn+Ofn+ Hys < Thresh2
Event C1 (CSI-RS resource becomes better than threshold)参考信号信道质量指示高于一定门限
触发条件:Mcr +Ocr -Hys > Thresh
离开条件:Mcr +Ocr + Hys < Thresh
Event C2 (CSI-RS resource becomes offset better than reference CSI-RS resource)参考信号信道质量指示高于参考信号质量指示参考值
触发条件:Mcr +Ocr - Hys > Mref +Oref +Off
离开条件:Mcr +Ocr + Hys < Mref +Oref +Off。