Skip to content

Commit bb5bb32

Browse files
ikocstomhenderson
authored andcommitted
lte: Change attribute LteHelper::PathlossModel help string
1 parent f5732df commit bb5bb32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lte/helper/lte-helper.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ LteHelper::GetTypeId()
130130
.AddAttribute("PathlossModel",
131131
"The type of pathloss model to be used. "
132132
"The allowed values for this attributes are the type names "
133-
"of any class inheriting from ns3::PropagationLossModel.",
133+
"of any class inheriting from ns3::PropagationLossModel "
134+
"or ns3::SpectrumPropagationLossModel.",
134135
TypeIdValue(FriisPropagationLossModel::GetTypeId()),
135136
MakeTypeIdAccessor(&LteHelper::SetPathlossModelType),
136137
MakeTypeIdChecker())

0 commit comments

Comments
 (0)