Set event A4 threshold to the maximum allowed

This commit is contained in:
Manuel Requena
2013-03-05 10:14:02 +01:00
parent 2a11e10b41
commit caee1492b9

View File

@@ -1317,7 +1317,7 @@ LteEnbRrc::GetTypeId (void)
MakeUintegerChecker<uint8_t> ())
.AddAttribute ("EventA4Threshold",
"Threshold of the event A4 (Neighbour becomes better than threshold)",
UintegerValue (255),
UintegerValue (34),
MakeUintegerAccessor (&LteEnbRrc::m_eventA4Threshold),
MakeUintegerChecker<uint8_t> ())
.AddTraceSource ("NewUeContext",