diff --git a/src/lte/model/lte-enb-rrc.cc b/src/lte/model/lte-enb-rrc.cc index 3ddc09609..8d43a1c16 100644 --- a/src/lte/model/lte-enb-rrc.cc +++ b/src/lte/model/lte-enb-rrc.cc @@ -1312,12 +1312,12 @@ LteEnbRrc::GetTypeId (void) MakeBooleanChecker ()) .AddAttribute ("EventA2Threshold", "Threshold of the event A2 (Serving becomes worse than threshold)", - UintegerValue (0), + UintegerValue (34), MakeUintegerAccessor (&LteEnbRrc::m_eventA2Threshold), MakeUintegerChecker ()) .AddAttribute ("EventA4Threshold", "Threshold of the event A4 (Neighbour becomes better than threshold)", - UintegerValue (34), + UintegerValue (0), MakeUintegerAccessor (&LteEnbRrc::m_eventA4Threshold), MakeUintegerChecker ()) .AddTraceSource ("NewUeContext",