top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the significance of S-measure in LTE?

+3 votes
3,441 views

How to calculate S-measure in meas config?
From where Enb will get this information and send it to UE as a part of reconfig?
And significance of threshold, hysteresis, offset?

posted Aug 4, 2015 by Badikela Mahesh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

s_Measure is one of the IE in the rrcConnectionReconfiguration (atleast R8 onwards) -
(Serving cell RSRP threshold controlling whether or not the UE is required to perform measurements of intra-frequency, inter-frequency and inter-RAT neighbouring cells.)

S-Measure

It tells UE when to start measurement. S-measure can have one value from 0 to 97. 0 signifies measurement is disabled. If S-measure has non-zero it means once UE receives RSRP more than value of S-measure for primary cell, it starts measuring cells as per configuration (Measconfig) given by eNodeB in rrc connection reconfiguration message.

Now coming to Hysteresis and offset (skipping threshold its just a limit)
Hysteresis: There can be a delay between action and reaction of a measurement and handover takes place. So there is a small error included in the measurement reporting to minimise the effect of the delay. In short measured neighbor look worse than measured to make sure it is really stronger before the UE decides to send a measurement report to initiate a handover.
Check the following http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6482433

Offset: Each UE evaluates the Event A3 condition every time a new averaged measurement sample is available. The evaluated condition is the entering condition of Event A3: whether the RSRP measured from a neighbouring cell becomes an offset better than the RSRP measured from the serving cell.

answer Aug 5, 2015 by Salil Agrawal
"0 signifies measurement is disabled"
actually signifies that s-measure is disabled.
Similar Questions
+2 votes

It may be an easy question but still I have some doubt.
How RRC Connection setup procedure gets impacted with the presence of "S-TMSI" as an UE-Identity within the RRC Connection Request message ?
Note: RRC Connection request message can carry either 5 bytes long (S-TMSI) or 5 bytes long random value.

...