We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5732df commit bb5bb32Copy full SHA for bb5bb32
src/lte/helper/lte-helper.cc
@@ -130,7 +130,8 @@ LteHelper::GetTypeId()
130
.AddAttribute("PathlossModel",
131
"The type of pathloss model to be used. "
132
"The allowed values for this attributes are the type names "
133
- "of any class inheriting from ns3::PropagationLossModel.",
+ "of any class inheriting from ns3::PropagationLossModel "
134
+ "or ns3::SpectrumPropagationLossModel.",
135
TypeIdValue(FriisPropagationLossModel::GetTypeId()),
136
MakeTypeIdAccessor(&LteHelper::SetPathlossModelType),
137
MakeTypeIdChecker())
0 commit comments