Fix to usage of GetHandoverAlgorithmType function in LteHelper

This commit is contained in:
Budiarto Herman
2013-09-07 12:18:26 +03:00
parent 316ab795a9
commit ae2fd7e6bd

View File

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