Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1039)

Unified Diff: src/routing/aodv/test/bug-772.cc

Issue 1926043: ns-3 Bug 978: Consolidate Wi-Fi MAC high functionality (Closed)
Patch Set: Draft 5 addressing Nicola's detailed comments Created 13 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/routing/aodv/test/aodv-regression.cc ('k') | src/routing/aodv/test/loopback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/routing/aodv/test/bug-772.cc
===================================================================
--- a/src/routing/aodv/test/bug-772.cc
+++ b/src/routing/aodv/test/bug-772.cc
@@ -110,7 +110,8 @@
{
// 1. Setup WiFi
NqosWifiMacHelper wifiMac = NqosWifiMacHelper::Default ();
- wifiMac.SetType ("ns3::AdhocWifiMac");
+ wifiMac.SetType ("ns3::AdhocWifiMac",
+ "QosSupported", BooleanValue (false));
YansWifiPhyHelper wifiPhy = YansWifiPhyHelper::Default ();
// This test suite output was originally based on YansErrorRateModel
wifiPhy.SetErrorRateModel ("ns3::YansErrorRateModel");
« no previous file with comments | « src/routing/aodv/test/aodv-regression.cc ('k') | src/routing/aodv/test/loopback.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b