Skip to content

Commit

Permalink
aodv: restore tests functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyPec committed Jul 26, 2021
1 parent a17b86c commit 961e278
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 0 deletions.
Binary file modified src/aodv/test/aodv-chain-regression-test-0-0.pcap
Binary file not shown.
Binary file modified src/aodv/test/aodv-chain-regression-test-1-0.pcap
Binary file not shown.
Binary file modified src/aodv/test/aodv-chain-regression-test-2-0.pcap
Binary file not shown.
Binary file modified src/aodv/test/aodv-chain-regression-test-3-0.pcap
Binary file not shown.
Binary file modified src/aodv/test/aodv-chain-regression-test-4-0.pcap
Binary file not shown.
1 change: 1 addition & 0 deletions src/aodv/test/aodv-regression.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ ChainRegressionTest::CreateDevices ()
WifiMacHelper wifiMac;
wifiMac.SetType ("ns3::AdhocWifiMac");
YansWifiPhyHelper wifiPhy;
wifiPhy.DisablePreambleDetectionModel();
YansWifiChannelHelper wifiChannel = YansWifiChannelHelper::Default ();
Ptr<YansWifiChannel> chan = wifiChannel.Create ();
wifiPhy.SetChannel (chan);
Expand Down
Binary file modified src/aodv/test/bug-606-test-0-0.pcap
Binary file not shown.
Binary file modified src/aodv/test/bug-606-test-1-0.pcap
Binary file not shown.
Binary file modified src/aodv/test/bug-606-test-2-0.pcap
Binary file not shown.

0 comments on commit 961e278

Please sign in to comment.