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

Unified Diff: src/routing/olsr/test/tc-regression-test.cc

Issue 986041: ns-3: Bring rate representation in line with IEEE 802.11 (Closed)
Patch Set: Third draft of patch: reinstate Invalid-WifiMode Created 13 years, 10 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/olsr/test/bug780-test.cc ('k') | src/test/ns3wifi/wifi-interference-test-suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/routing/olsr/test/tc-regression-test.cc
===================================================================
--- a/src/routing/olsr/test/tc-regression-test.cc
+++ b/src/routing/olsr/test/tc-regression-test.cc
@@ -101,7 +101,7 @@
YansWifiChannelHelper wifiChannel = YansWifiChannelHelper::Default ();
wifiPhy.SetChannel (wifiChannel.Create ());
WifiHelper wifi = WifiHelper::Default ();
- wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager", "DataMode", StringValue ("wifia-6mbs"), "RtsCtsThreshold", StringValue ("2200"));
+ wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager", "DataMode", StringValue ("OfdmRate6Mbps"), "RtsCtsThreshold", StringValue ("2200"));
NetDeviceContainer nd = wifi.Install (wifiPhy, wifiMac, c);
// setup IP addresses
« no previous file with comments | « src/routing/olsr/test/bug780-test.cc ('k') | src/test/ns3wifi/wifi-interference-test-suite.cc » ('j') | no next file with comments »

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