mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 18:13:57 +02:00
Remove LeoMobilityModel
This commit is contained in:
parent
4eda5589cb
commit
8ab0bc023e
8 changed files with 13 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue