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. "