You are on page 1of 1

If UE is on AWS:

measobjectid = 0
if it has 2050 defined in the message, UE will measure 2050.
Now
reportconfigid=0 (this changes with what UE is measuring eg Event A3 = RSRP) mea
sid (0) = reportconfigid(0) = measobjectid(0)
reportconfigid=1 (this changes with what UE is measuring eg Event A2 = RSRP) mea
sid (1) = reportconfigid(1) = measobjectid(0)
reportconfigid=2 (this changes with what UE is measuring eg Event A2 = RSRQ) mea
sid (2) = reportconfigid(2) = measobjectid(0)
measobjectid = 1
if it has 5230 defined in the message, UE will measure 5230.
MeasIdToAddModList[0] = MeasIdToAddMod
measId = 0 (1)
measObjectId = 0 (1)
reportConfigId = 0 (1)
MeasIdToAddModList[1] = MeasIdToAddMod
measId = 1 (2)
measObjectId = 0 (1)
reportConfigId = 1 (2)
MeasIdToAddModList[2] = MeasIdToAddMod
measId = 2 (3)
measObjectId = 0 (1)
reportConfigId = 2 (3)

You might also like