Measurement in LTE
Home LTE NB-IoT 5G(NR-NSA)
What is Measurement?
Measurement configuration and
measurement report are used by UE while measuring and reporting the strength of
signals that it receives from cells. Below figure illustrates the same.
Measurement configuration:
(What does measurement Configuration indicates?)
The measurement configuration indicates
what measurement information needs to be reported and is provided by eNB to UE.
This measurement configuration is provided by eNB to UE through RRC connection
Reconfiguration message when it establishes an RRC connection with the UE. Measurements
could be interfrequency, intrafrequency or IRAT (intersystem).
UE can get the following information a
measurement configuration includes: Measurement Objects, Measurement Identities,
Reporting Configurations, Quantity Configurations and Measurement Gap
Configurations:
1) Measurement object:
The objects provides information about
EUTRA cells to be measured by UE, including the physical cell ID (PCI) of cells
to be measured, black list cell ID, offset values for each cell, frequency
channel number, etc.
Note: The blacklisted cells are not
considered in measurement reporting or event evaluation.
2) Reporting configuration:
This specifies
triggering events that require UE to send a measurement report message. Each
configuration consists of the following:
Trigger
type
|
Periodical/event
(A1, A2, A3, A4……)/CGI (Cell Global Identity) reporting (for ANR)
|
Trigger
quantity
|
Rsrp/rsrq
|
Report
quantity
|
Same
as trigger quantity/both
|
Max.
report cells
|
1…..8
|
Report
interval
|
ms120,
ms240, ms480, ms640, ms1024, ms2048, ms5120, ms10240, min1, min6, min12,
min30, min60, spare3, sapre2, spare1
|
Report
amount
|
r1,
r2, r4, r8, r16, r32, r64, infinity
|
3)Measurement ID:
This is used as
reference number in the measurement report. (Range 1 ˜ 32). This identifies
measurement objects.
Measurement ID = Measurement object ID
+ Report configuration ID
4)Quantity configuration:
This shows the
values to be measured by UE2. This indicates measurements quantities and
associated filtering used for all event evolution and related reporting of that
measurement type.
5)Measurement Gap:
This shows the
interval at which neighbor cells are to be measured by UE.
In intra frequency neighbor measurement
UE can measure the neighbor cell without using measurement gaps. On the other
hand, in inter frequency neighbor measurement UE has to synchronize with the
neighbor cell’s frequency and then measure its signal strength by using
measurement gaps during UL or DL idle period.
Measurement report triggering:
After measuring the signal strength of
serving cell and the neighboring cell the UE reports the results to eNB periodically
if periodic timer expire which is configure by eNB or when measurement event is
triggered as one of the reporting criteria set by the measurement configuration
is satisfied.
Event A1, A2, A3, A4 and A5 are included in reporting criteria
for EUTRA while for inter RAT measurement report include B1 and B2 events. For triggering handovers event A3 is commonly
used.
Measurement report triggering happens once
periodic timer expired or event base and CGI report in the case of ANR (automatic
neighbor relationship).
Stay tune for more Update…………………
Pinal Dobariya…
References:
1)3GPP TS 36.300
2)3GPP TS 36.331
3)Netmanias Technical Document, “Eleven
EMM Cases in an EMM Scenario”
We’re working on an internal testing to evaluate the signal strength and quality information across access technologies.
ReplyDeleteWe obtain the Signal strength and quality from the UICC by issuing the PLI-NMR proactive command using Intra-frequency measurements to the UE.
Now we’re trying to decode the received data based on the 3GPP specification (Layer 3 RRC – UL-DCCH).
Ideally, we should get the following data:
• For UTRAN
o Access Tech: UTRAN
Data: 220000192D6B10
Parsing:
UL-DCCH-Message
message: measurementReport (8)
measurementReport
measurementIdentity: 1
measuredResults: intraFreqMeasuredResultsList (0)
intraFreqMeasuredResultsList: 1 item
Item 0
CellMeasuredResults
modeSpecificInfo: fdd (0)
fdd
primaryCPICH-Info
primaryScramblingCode: 150
cpich-Ec-N0: 45
cpich-RSCP: 49
• For E-UTRAN
o Access Tech: E-UTRAN
Data: 0810234405E5A76C
Parsing:
UL-DCCH-Message
message: c1 (0)
c1: measurementReport (1)
measurementReport
criticalExtensions: c1 (0)
c1: measurementReport-r8 (0)
measurementReport-r8
measResults
measId: 1
measResultPCell
rsrpResult: -106dBm <= RSRP < -105dBm (35)
rsrqResult: -11.5dB <= RSRQ < -11dB (17)
measResultNeighCells: measResultListEUTRA (0)
measResultListEUTRA: 1 item
Item 0
MeasResultEUTRA
physCellId: 377
measResult
rsrpResult: -102dBm <= RSRP < -101dBm (39)
rsrqResult: -6.5dB <= RSRQ < -6dB (27)
However, we do not get the signal strength and quality from the decoded data.
• For UTRAN
o Access Tech: UTRAN
Data: 8000869E488834A9E3E000
Parsing:
UL-DCCH-Message
integrityCheckInfo
messageAuthenticationCode: 00010d3c [bit length 32, 0000 0000 0000 0001 0000 1101 0011 1100 decimal value 68924]
rrc-MessageSequenceNumber: 9
message: cellChangeOrderFromUTRANFailure (2)
cellChangeOrderFromUTRANFailure: r3 (0)
r3
cellChangeOrderFromUTRANFailure-r3
rrc-TransactionIdentifier: 0
dummy
integrityProtectionModeCommand: startIntegrityProtection (0)
startIntegrityProtection
integrityProtInitNumber: 6953c7c0 [bit length 32, 0110 1001 0101 0011 1100 0111 1100 0000 decimal value 1767098304]
interRAT-ChangeFailureCause: configurationUnacceptable (0)
configurationUnacceptable: NULL
• For E-UTRAN
o Access Tech: E-UTRAN
Data: 02060B00BCB5AB80
Parsing:
UL-DCCH-Message
message: c1 (0)
c1: csfbParametersRequestCDMA2000 (0)
csfbParametersRequestCDMA2000
criticalExtensions: csfbParametersRequestCDMA2000-r8 (0)
csfbParametersRequestCDMA2000-r8
nonCriticalExtension
Other data that we are getting is present below:
Data: 02050B0A63BC311BEE41466B8E31A2E2009EB4051AECE120, 0204E8069EB4871AED09A61B46618ED114, 0203670466B3669AECD189EB3030
Kindly, advise on the same.