top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is difference between measurement objects and measurement ids in rrc?

+4 votes
521 views
What is difference between measurement objects and measurement ids in rrc?
posted Jan 28, 2015 by Gnanendra Reddy

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

1 Answer

+1 vote

Both the information elements associated with measurement concept. Initially EnodeB configures UE with E-UTRA measurement object and report configuration. One Measurement id consists of one measurement object Id and one reporting config id. Each measurement object is identified with a id i.e. measObjectId.

MeasIdToAddMod ::= SEQUENCE {
measId MeasId,
measObjectId MeasObjectId,
reportConfigId ReportConfigId

}

MeasObjectToAddMod ::= SEQUENCE {
measObjectId MeasObjectId,
measObject CHOICE {
measObjectEUTRA MeasObjectEUTRA,
measObjectUTRA MeasObjectUTRA,
measObjectGERAN MeasObjectGERAN,
measObjectCDMA2000 MeasObjectCDMA2000,
...
}
}

ReportConfigToAddMod ::= SEQUENCE {
reportConfigId ReportConfigId,
reportConfig CHOICE {
reportConfigEUTRA ReportConfigEUTRA,
reportConfigInterRAT ReportConfigInterRAT
}
}

answer May 24, 2015 by Harshita
Similar Questions
+3 votes

what is difference between UEID IE of rrc connection request and IMSI ?

+2 votes

Is their any triggering point ENB has to send Measurement consfiguration to UE.

Generally measurement configuration will come in RRC Reconfiguration message.At intall attach procedure ENB will send RRC Connection Reconfiguration message to send SRB2 and DRB configuration.

So,My question what is the triggering point to send Measurement configuration.

...