Cell Reselection is a kind of mechanism to change cell after UE is camped on a cell and stay in IDLE mode. This is to let UE get connected to cell which has the best condition among all the cells to which the UE is allowed to camp on. But UE does not change cells randomly, it uses a set of pretty complicated criteria and algorithms for this reselection process. The details of these criteria and algorithms will be described later but the high level guideline is as follows :
- First Level Criteria : Absolute Priority
- Second Level Criteria : Radio Link Quality
- Third Level Criteria : Cell Accessibility
When you power on UE, usually it goes on with the following sequence.
i) Cell Detection/Search
ii) Cell Selection
iii) RACH and Completion of Registration
iv) < In IDLE >
v) Keep measuring RSRP/RSRQ for the cell it registered
vi) if RSRP/RSRQ is very poor or undetectable, go to step i) for finding other cell
if RSRP/RSRQ is measurable at least, it evaluate < Cell Reselection Criteria >
perform Cell Reselection if the criteria is met stay in the current cell if the criteria is not met
Step vi) is the most complicated process during the idle stage and in this page I will mostly deal with < Cell Reselection Criteria >. Understanding this criteria is the most important thing in implementing and testing Cell Reselection.
i) Cell Detection/Search
ii) Cell Selection
iii) RACH and Completion of Registration
iv) < In IDLE >
v) Keep measuring RSRP/RSRQ for the cell it registered
vi) if RSRP/RSRQ is very poor or undetectable, go to step i) for finding other cell
if RSRP/RSRQ is measurable at least, it evaluate < Cell Reselection Criteria >
perform Cell Reselection if the criteria is met stay in the current cell if the criteria is not met
Cell Selection Criterion
For a cell to be selected, they should meet a certain criteria as follows.
The cell selection criterion S is fulfilled when:
Srxlev > 0 AND Squal > 0When UE is in HPLMN
Squal = Qqualmeas – Qqualmin > 0
Srxlev = Qrxlevmeas – (Qrxlevmin + QrxlevminOffset) – Pcompensation > 0
When UE is in VPLMN
Squal = Qqualmeas – (Qqualmin + QqualminOffset) > 0
Srxlev = Qrxlevmeas –(Qrxlevmin + QrxlevminOffset) – Pcompensation > 0
Note: Out of the variables used in the equation, only Qrxlevmeas and Qqualmeas is the value UE really measures when it turns ON and most of the other parameters are broadcasted in SIB1.
Where:
No comments:
Post a Comment
If You have any concern you are free to message/comment me.