From ae2fd7e6bdc83b024584b1f83fb5295967903360 Mon Sep 17 00:00:00 2001 From: Budiarto Herman Date: Sat, 7 Sep 2013 12:18:26 +0300 Subject: [PATCH] Fix to usage of GetHandoverAlgorithmType function in LteHelper --- src/lte/helper/lte-helper.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lte/helper/lte-helper.cc b/src/lte/helper/lte-helper.cc index bb75e57ce..798737f9e 100644 --- a/src/lte/helper/lte-helper.cc +++ b/src/lte/helper/lte-helper.cc @@ -152,7 +152,8 @@ TypeId LteHelper::GetTypeId (void) "The allowed values for this attributes are the type names " "of any class inheriting from ns3::HandoverAlgorithm.", StringValue ("ns3::NoOpHandoverAlgorithm"), - MakeStringAccessor (&LteHelper::SetHandoverAlgorithmType), + MakeStringAccessor (&LteHelper::SetHandoverAlgorithmType, + &LteHelper::GetHandoverAlgorithmType), MakeStringChecker ()) .AddAttribute ("PathlossModel", "The type of pathloss model to be used. "