23 months agoFixed debug change in example default tip
ltracy [Sat, 19 Jun 2010 10:19:51 -0700] rev 6429
Fixed debug change in example

23 months agoUpdated with ns-3-dev
ltracy [Sat, 19 Jun 2010 10:18:54 -0700] rev 6428
Updated with ns-3-dev

23 months agoAdd missing <math.h> include
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sat, 19 Jun 2010 17:10:57 +0100] rev 6427
Add missing <math.h> include

23 months agoFix gcc-3.4 build issues
Tom Henderson <tomh@tomh.org> [Fri, 18 Jun 2010 21:02:33 -0700] rev 6426
Fix gcc-3.4 build issues

23 months agoAPI rescan for python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 17 Jun 2010 10:37:02 +0100] rev 6425
API rescan for python bindings

23 months agoAdd -fstrict-aliasing and -Wstrict-aliasing compilation flags, to catch some potential strict aliasing violations earlier
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Thu, 17 Jun 2010 09:56:38 +0100] rev 6424
Add -fstrict-aliasing and -Wstrict-aliasing compilation flags, to catch some potential strict aliasing violations earlier

23 months agoBug 871: Update OFDM validation script for new rate naming
Dean Armstrong <deanarm@gmail.com> [Wed, 16 Jun 2010 20:49:41 +0100] rev 6423
Bug 871: Update OFDM validation script for new rate naming

23 months agoBug 871: Rework construction of Wi-Fi rates
Dean Armstrong <deanarm@gmail.com> [Wed, 16 Jun 2010 10:55:13 +0100] rev 6422
Bug 871: Rework construction of Wi-Fi rates

This patch attempts to lay some groundwork for enhancements to the Wi-Fi module
by bringing the representation of transmit rates more in line with the
standard.

The key part of the patch is the introduction of a type that corresponds to the
notion of Modulation Class described in IEEE 802.11-2007, Section 9.6.1, Table
9-2.

It also adds coding rate information to the WifiModes and centralises their
construction into a single WifiModeFactory method. The rates are also renamed
with reference to their Modulation Class.

WifiModes no longer have a WifiStandard, but the latter type still exists and is
used to imply the set of WifiModes that a MAC/PHY pair will support.

23 months agoAlign WifiHelper logging with new ErrorRateModel classes
Tom Henderson <tomh@tomh.org> [Tue, 15 Jun 2010 11:27:51 -0700] rev 6421
Align WifiHelper logging with new ErrorRateModel classes

23 months agoAdd NistErrorRateModel for wifi
Gary Pei <guangyu.pei@boeing.com> [Tue, 15 Jun 2010 10:28:51 -0700] rev 6420
Add NistErrorRateModel for wifi