diff --git a/src/lte/model/lte-enb-rrc.cc b/src/lte/model/lte-enb-rrc.cc index 114029e35..3ddc09609 100644 --- a/src/lte/model/lte-enb-rrc.cc +++ b/src/lte/model/lte-enb-rrc.cc @@ -1317,7 +1317,7 @@ LteEnbRrc::GetTypeId (void) MakeUintegerChecker ()) .AddAttribute ("EventA4Threshold", "Threshold of the event A4 (Neighbour becomes better than threshold)", - UintegerValue (255), + UintegerValue (34), MakeUintegerAccessor (&LteEnbRrc::m_eventA4Threshold), MakeUintegerChecker ()) .AddTraceSource ("NewUeContext",