From 384b5764eaf917efb21161548e6a61903e174ef4 Mon Sep 17 00:00:00 2001 From: Manuel Requena Date: Thu, 7 Mar 2013 12:25:38 +0100 Subject: [PATCH] Events A2 and A4 trigger with all RSRQ values --- src/lte/model/lte-enb-rrc.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",