Remove LeoMobilityModel

This commit is contained in:
Tim Schubert 2020-07-06 17:24:28 +02:00
parent 4eda5589cb
commit 8ab0bc023e
8 changed files with 13 additions and 12 deletions

View file

@ -41,7 +41,7 @@ IslIcmpTestCase::DoRun (void)
isl.SetDeviceAttribute ("DataRate", StringValue ("5Gbps"));
isl.SetChannelAttribute ("PropagationDelay", StringValue ("ns3::ConstantSpeedPropagationDelayModel"));
isl.SetChannelAttribute ("PropagationLoss", StringValue ("ns3::IslPropagationLossModel"));
isl.SetDeviceAttribute ("MobilityModel", StringValue ("ns3::LeoMobilityModel"));
isl.SetDeviceAttribute ("MobilityModel", StringValue ("ns3::WaypointMobilityModel"));
NetDeviceContainer devices;
devices = isl.Install (nodes);