From caee1492b91592a388ae0ecd6f898324b446eb99 Mon Sep 17 00:00:00 2001 From: Manuel Requena Date: Tue, 5 Mar 2013 10:14:02 +0100 Subject: [PATCH] Set event A4 threshold to the maximum allowed --- src/lte/model/lte-enb-rrc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",