mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-10 11:01:41 +02:00
Add missing propagation delay
This commit is contained in:
parent
fb9950c8cc
commit
9599470b0f
3 changed files with 13 additions and 8 deletions
|
@ -33,6 +33,7 @@ LeoChannelHelper::LeoChannelHelper ()
|
|||
m_satDeviceFactory.Set ("DeviceType", EnumValue (LeoMockNetDevice::SAT));
|
||||
|
||||
m_channelFactory.SetTypeId ("ns3::LeoMockChannel");
|
||||
m_channelFactory.Set ("PropagationDelay", StringValue ("ns3::ConstantSpeedPropagationDelayModel"));
|
||||
|
||||
m_propagationLossFactory.SetTypeId ("ns3::LeoPropagationLossModel");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue