diff --git a/src/propagation/model/channel-condition-model.cc b/src/propagation/model/channel-condition-model.cc index a62e21c9e..9f4f6d83b 100644 --- a/src/propagation/model/channel-condition-model.cc +++ b/src/propagation/model/channel-condition-model.cc @@ -93,6 +93,7 @@ AlwaysLosChannelConditionModel::GetTypeId (void) static TypeId tid = TypeId ("ns3::AlwaysLosChannelConditionModel") .SetParent () .SetGroupName ("Propagation") + .AddConstructor () ; return tid; } @@ -134,6 +135,7 @@ NeverLosChannelConditionModel::GetTypeId (void) static TypeId tid = TypeId ("ns3::NeverLosChannelConditionModel") .SetParent () .SetGroupName ("Propagation") + .AddConstructor () ; return tid; }