Measurement configuration in LTE -
While measurement configuration is being configured by enodeB to UE in RRC connection reconfiguration message I came across a message configured like :
measObjectToAddModList {
{
measObjectId 1,
measObject measObjectEUTRA : {
carrierFreq 2250,
allowedMeasBandwidth mbw100,
presenceAntennaPort1 TRUE,
neighCellConfig '00'B,
offsetFreq dB0
}
}
reportConfigId 2,
reportConfig reportConfigEUTRA : {
triggerType event : {
eventId eventA5 : {
a5-Threshold1 threshold-RSRP : 30,
a5-Threshold2 threshold-RSRP : 31
},
hysteresis 2,
timeToTrigger ms320
},
triggerQuantity rsrp,
reportQuantity sameAsTriggerQuantity,
maxReportCells 8,
reportInterval ms240,
reportAmount infinity
}
measIdToAddModList {
{
measId 2,
measObjectId 1,
reportConfigId 2
}
}
Now my question is - in measureobjectID there is a carrier frequency of 2250 which UE has to measure , now is this carrier frequency is of the serving cell or the neighbor if we consider that UE is reporting measID=2 because as per the A5 event which is the reportconfigID=2 UE has to report both the primary and neighbor...