add tests and fixups

This commit is contained in:
Tim Schubert 2020-07-04 20:45:09 +02:00
parent 5f01608c61
commit c6bce1a882
6 changed files with 319 additions and 2 deletions

View file

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