mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
Fixup example
This commit is contained in:
parent
40dbd86736
commit
1c47ac30c7
2 changed files with 7 additions and 7 deletions
|
@ -339,7 +339,7 @@ LeoChannelHelper::Install (std::vector<Ptr<Node> > &satellites, std::vector<Ptr<
|
|||
|
||||
Ptr<LeoMockChannel> channel = m_channelFactory.Create<LeoMockChannel> ();
|
||||
channel->SetPropagationLoss (m_propagationLossFactory.Create<LeoPropagationLossModel> ());
|
||||
channel->SetPropagationDelay (m_propagationLossFactory.Create<ConstantSpeedPropagationDelayModel> ());
|
||||
channel->SetPropagationDelay (m_propagationDelayFactory.Create<ConstantSpeedPropagationDelayModel> ());
|
||||
|
||||
NetDeviceContainer container;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue