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

@ -48,7 +48,7 @@ LeoTestCase1::DoRun (void)
LeoHelper leo;
leo.SetDeviceAttribute ("DataRate", StringValue ("10Mbps"));
leo.SetChannelAttribute ("PropagationDelay", StringValue ("ns3::ConstantSpeedPropagationDelayModel"));
leo.SetDeviceAttribute ("MobilityModel", StringValue ("ns3::LeoMobilityModel"));
leo.SetDeviceAttribute ("MobilityModel", StringValue ("ns3::WaypointMobilityModel"));
NetDeviceContainer allDevices = leo.Install (satellites, gateways, terminals);