Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 23

Security Level:

Cell reselection and handover introduction

www.huawei.com

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential


Content
1. Same priority cell reselection
 Basic concepts
 Measurement
 Trigger
2. Different priority cell reselection
3. Intra frequency handover
4. Inter frequency handover

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 2


Basic concepts for same priority cell
reselection
Ms RSRP value of serving cell

Mn RSRP value of Neighbor cell

Qhyst Hysteresis value for ranking criteria

CellQoffset Cell offset

QoffsetFreq Frequency offset

SNonIntraSearch Threshold for EUTRAN inter-frequency and inter-RAT

SIntraSearch Threshold for intra frequency measurements

Qrxlevmin Minimum required RX level

• Same frequency has same priority and Frequency offset is 0.

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 3


Same priority cell reselection – Measurement
• Measurement condition for intra frequency:
Ms <= Qrxlevmin + SIntraSearch
• Measurement condition for EUTRAN inter-frequency and
inter-RAT:
Ms <= Qrxlevmin + SNonIntraSearch
• Remarks:
Qrxlevmin: Minimum required RX level, Default value is -64, unit is
2(dBm)
SIntraSearch: Threshold for intra frequency measurements, Default
value is 29, unit is 2(dB)
SNonIntraSearch: Threshold for EUTRAN inter-frequency and inter-RAT,
Default value is 9, unit is 2(dB)
• Relative Command
MOD CELLRESEL / LST CELLRESEL

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 4


Same priority cell reselection – Measurement

• Sample:
Optimize SNonIntraSearch to 29 for cell 2006-0
MOD CELLRESEL:LOCALCELLID=0,SNONINTRASEARCHCFGIND=CFG,SNONINTRASEARCH=29;

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 5


Same priority cell reselection – Trigger
• Trigger condition for same priority:
Mn – CellQoffset - QoffsetFreq > Ms + Qhyst
• Remarks:
CellQoffset: Cell offset, Default value is 0, unit is 1(dB)
QoffsetFreq: Frequency offset, Default value is 0, Unit is 1(dB)
Qhyst: Hysteresis value for ranking criteria, Default value is 4, unit is
1(dB)
• Relative Command
For CellQoffset of intra frequency:
MOD EUTRANINTRAFREQNCELL / LST EUTRANINTRAFREQNCELL
For CellQoffset of inter frequency:
MOD EUTRANINTERFREQNCELL / LST EUTRANINTERFREQNCELL
For QoffsetFreq of inter frequency:
MOD EUTRANINTERNFREQ / LST EUTRANINTERNFREQ
For Qhyst:
MOD CELLRESEL / LST CELLRESEL

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 6


Same priority cell reselection – Trigger

• Sample:
Optimize CellQoffset to -3dB from cell 2006-0 to cell 2006-7
MOD EUTRANINTERFREQNCELL:LOCALCELLID=0,MCC="311",MNC="570",ENODEBID=2006,
CELLID=7,CELLQOFFSET=dB-3;

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 7


Content
1. Same priority cell reselection
2. Different priority cell reselection
 Basic concepts
 Cell priority
 Measurement
 Trigger
3. Intra frequency handover
4. Inter frequency handover

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 8


Basic concepts for different priority cell
reselection

Cellreselpriority Inter frequency cell resel priority

Ms RSRP value of serving cell

Mn RSRP value of Neighbour cell

SNonIntraSearch Threshhold for EUTRAN inter-frequency and inter-RAT

Qrxlevmin Minimum required RX level

ThrshServLow Serving frequency lower priority threshold

ThreshXHigh Inter frequency high priority threshold

ThreshXLow Inter frequency lower priority threshold

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 9


Different priority cell reselection – Cell
priority
• Same frequency has the same priority
• The range of cell priority is from 0 to 7, 7 is the highest
• The default priority of the cell is 7
• Relative Command
MOD CELLRESEL / LST CELLRESEL
MOD EUTRANINTERNFREQ / LST EUTRANINTERNFREQ

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 10


Different priority cell reselection – Cell
priority
• Sample:
Optimize the priority of 700M to 6 according to AWS for site 2006
MOD CELLRESEL:LOCALCELLID=0,CELLRESELPRIORITY=6;
MOD CELLRESEL:LOCALCELLID=2,CELLRESELPRIORITY=6;
MOD EUTRANINTERNFREQ:LOCALCELLID=7,DLEARFCN=5760,CELLRESELPRIORITYCFGIND=CFG,
CELLRESELPRIORITY=6;

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 11


Different priority cell reselection –
Measurement
• Despite the current signal level, serving cell will measure the
neighbor high priority cell:
• Measurement condition for lower priority cell:
Ms <= Qrxlevmin + SNonIntraSearch
• Remarks:
Qrxlevmin: Minimum required RX level, Default value is -64, unit is
2(dBm)
SNonIntraSearch: Threshold for EUTRAN inter-frequency and inter-RAT,
Default value is 9, unit is 2(dB)
• Relative Command
MOD CELLRESEL / LST CELLRESEL

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 12


Different priority cell reselection – Trigger
• Trigger condition for high priority:
Mn > Qrxlevmin + ThreshXHigh
• Trigger condition for lower priority:
Ms < Qrxlevmin + ThrshServLow & Mn > Qrxlevmin + ThreshXLow
• Remarks:
ThreshXHigh: Inter frequency high priority threshold, Default value is 11, unit is
2(dB)
ThreshXLow: Inter frequency lower priority threshold, Default value is 11, unit is
2(dB)
ThrshServLow: Serving frequency lower priority threshold, Default value is 7,
unit is 2(dB)
ThreshXHigh must no larger than ThreshXLow for the same cell
• Relative Command
For ThreshXHigh and ThreshXLow:
MOD EUTRANINTERNFREQ / LST EUTRANINTERNFREQ
For ThrshServLow:
MOD CELLRESEL / LST CELLRESEL

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 13


Different priority cell reselection – Trigger
• Sample for high priority:
Optimize ThreshXHigh to 10 of cell 2006-0
MOD EUTRANINTERNFREQ:LOCALCELLID=0,DLEARFCN=2225,THRESHXHIGH=10,THRESHXLOW=12;
Notice: As ThreshXHigh must no larger than ThreshXLow, so change ThreshXLow concomitantly

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 14


Different priority cell reselection – Trigger
• Sample for lower priority:
Optimize ThrshServLow to 9 of cell 2006-7 / Optimize ThreshXLow to 15 of cell 2006-7
MOD CELLRESEL:LOCALCELLID=7,THRSHSERVLOW=9;
MOD EUTRANINTERNFREQ:LOCALCELLID=7,DLEARFCN=5760,THRESHXLOW=15;

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 15


Content
1. Same priority cell reselection
2. Different priority cell reselection
3. Intra frequency handover
 Trigger
4. Inter frequency handover

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 16


Intra frequency handover – Trigger
• Trigger condition(simple formula):
Mn + CELLINDIVIDUALOFFSET – INTRAFREQHOA3HYST > Ms +
INTRAFREQHOA3OFFSET
• Remarks:
Mn: RSRP value of Neighbor cell
CELLINDIVIDUALOFFSET: Cell individual offset, Default value is 0, unit is
1(dB)
INTRAFREQHOA3HYST: Intrafreq handover hysteresis, Default value is 2,
unit is 0.5(dB)
INTRAFREQHOA3OFFSET: Intrafreq handover offset, Default value is 2, unit
is 0.5(dB)
• Relative Command
For CELLINDIVIDUALOFFSET:
MOD EUTRANINTRAFREQNCELL / LST EUTRANINTRAFREQNCELL
For INTRAFREQHOA3HYST and INTRAFREQHOA3OFFSET:
MOD INTRAFREQHOGROUP / LST INTRAFREQHOGROUP

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 17


Intra frequency handover – Trigger
• Sample:
Optimize CELLINDIVIDUALOFFSET to -3 from cell 2009-0 to cell 2008-0
MOD EUTRANINTRAFREQNCELL:LOCALCELLID=0,MCC="311",MNC="570",ENODEBID=2008,CELLID=0,
CELLINDIVIDUALOFFSET=dB-3;

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 18


Content
1. Same priority cell reselection
2. Different priority cell reselection
3. Intra frequency handover
4. Inter frequency handover
 Measurement
 Trigger

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 19


Inter frequency handover – Measurement
• Measurement start condition:
Ms + INTERFREQHOA1A2HYST < INTERFREQHOA2THDRSRP
• Measurement stop condition:
Ms - INTERFREQHOA1A2HYST > INTERFREQHOA1THDRSRP
• Remarks:
Ms: RSRP value of serving cell
INTERFREQHOA1A2HYST: Interfreq A1A2 hysteresis, Default value
is 2, unit is 0.5(dB)
INTERFREQHOA2THDRSRP: Interfreq A2 RSRP threshold, Default
value is -109, unit is 1(dBm)
INTERFREQHOA1THDRSRP: Interfreq A1 RSRP threshold, Default
value is -105, unit is 1(dBm)
• Relative Command
MOD INTERFREQHOGROUP / LST INTERFREQHOGROUP

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 20


Inter frequency handover – Trigger
• Trigger condition:
Mn + QOFFSETFREQ + CELLINDIVIDUALOFFSET –
INTERFREQHOA4HYST > INTERFREQHOA4THDRSRP
• Remarks:
QOFFSETFREQ: Frequency offset, Default value is 1, unit is 1(dB)
CELLINDIVIDUALOFFSET: Cell individual offset, Default value is 0, unit is
1(dB)
INTERFREQHOA4HYST: Interfreq handover hysteresis, Default value is 2,
unit is 0.5(dB)
INTERFREQHOA4THDRSRP: CoverageBased interfreq RSRP threshold,
Default value is -105, unit is 1(dBm)
• Relative Command
For QOFFSETFREQ:
MOD EUTRANINTERNFREQ / LST EUTRANINTERNFREQ
For CELLINDIVIDUALOFFSET:
MOD EUTRANINTERFREQNCELL / LST EUTRANINTERFREQNCELL
For INTERFREQHOA4HYST and INTERFREQHOA4THDRSRP:
MOD INTERFREQHOGROUP / LST INTERFREQHOGROUP

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 21


Inter frequency handover – Trigger
• Sample:
Optimize CELLINDIVIDUALOFFSET to -3 from cell 2006-7 to cell 2006-0
MOD EUTRANINTERFREQNCELL:LOCALCELLID=7,MCC="311",MNC="570",ENODEBID=2006,CELLID=0,
CELLINDIVIDUALOFFSET=dB-3;

HUAWEI TECHNOLOGIES CO., LTD. Huawei Confidential Page 22


Thank you
www.huawei.com

You might also like