Sébastien Deronne
9fef12b955
bug 1969: Support short guard interval durations in 802.11n
2014-12-12 11:58:51 -08:00
Sébastien Deronne
ac56317859
bug 2027: Calculation of HT training symbol duration does not accurately follow 802.11n standard
2014-12-12 11:38:39 -08:00
Sébastien Deronne
18f8464a00
bug 2026: 802.11n Ness parameter badly set for data frames
2014-12-12 11:17:34 -08:00
Tom Henderson
d74ec5df40
LTE documentation fix for disabling error models
2014-12-12 08:58:30 -08:00
Peter D. Barnes, Jr.
f71a5e0b5c
[Doxygen] Timer, TimerImpl and Watchdog.
2014-12-09 14:37:02 -08:00
Peter D. Barnes, Jr.
345c8a94ac
[Doxygen] OS functions: filesystem, threading, wall clock.
2014-12-09 13:17:49 -08:00
Peter D. Barnes, Jr.
846fd6a6d9
[Doxygen] Objects
2014-12-07 22:08:04 -08:00
Peter D. Barnes, Jr.
2b7fafe698
[Doxygen] Events.
2014-12-07 20:53:37 -08:00
Peter D. Barnes, Jr.
63040fc74e
[Doxygen] Smart pointers
2014-12-07 18:30:55 -08:00
Peter D. Barnes, Jr.
a5c748e8ab
[Doxygen] CommandLine
2014-12-07 18:27:56 -08:00
Peter D. Barnes, Jr.
a790246c4b
[Doxygen] specialized data types
2014-11-17 15:51:36 -08:00
Peter D. Barnes, Jr.
c1b266efad
Standardize EventId arguments as id.
...
This facilitates reuse of doxygen docs.
2014-11-17 15:49:59 -08:00
Peter D. Barnes, Jr.
cd94f509c3
[Sphinx] Minor corrections, fix errors in energy.rst
2014-11-12 12:08:53 -08:00
Peter D. Barnes, Jr.
8de030d7fb
New TracedCallback function signatures.
2014-12-04 22:33:11 -08:00
Peter D. Barnes, Jr.
d32f30ed8a
[Sphinx] Update the Tracing chapter in the Tutorial.
2014-12-04 10:03:07 -08:00
Peter D. Barnes, Jr.
dc2307c5ae
Deprecate AddTraceSource without callback signature.
2014-12-04 10:02:36 -08:00
Peter D. Barnes, Jr.
692bf472e6
TracedCallback function signatures, the rest.
2014-12-04 10:02:01 -08:00
Peter D. Barnes, Jr.
4cb9c7b916
TracedCallback function signatures, the simple ones.
...
These are TracedCallback function signatures for traces sources
using a single argument.
2014-10-03 02:24:42 -07:00
Tom Henderson
4cd32401ec
clarify how to properly create random variable objects
2014-12-04 12:14:46 -08:00
Sébastien Deronne
0976e2d58a
fix typos in wifi module
2014-12-03 14:47:28 -08:00
Nicola Baldo
a47df0d6a3
clarified PRACH Config Index assumption in LTE docs
2014-12-04 12:49:50 +01:00
Nicola Baldo
4e9c93545f
added LTE troubleshooting and debugging tips
2014-12-04 12:24:38 +01:00
Peter D. Barnes, Jr.
5b9e3507b7
[Bug 2022] Spurious characters in config paths
...
On Nov 24, 2014, at 12:48 PM, Tom Henderson <tomh@tomh.org > wrote:
> On 11/24/2014 12:39 PM, Peter Barnes wrote:
>> I see the '%' being use in two places, beginning at line 1156 in
>> StaticInformation::DoGather ()
>>
>> Mitch used the % to escape the class names so doxygen wouldn't
>> create links. I'm not sure why the links are bad. Is the config
>> path token with '::' sometimes not the same as a class name?
>> Then doxygen would be looking for a non-existent class and
>> complaining, so suppressing might be good.
>>
>> Looks like I might have added the surrounding '"' in r10977.
>> Could this be the problem?
>
> Not sure. Let me know if you don't get to this before you
> disappear for a while, and I'll pick it up if so.
Removing the quotes fixes the problem.
Removing the '%' (and leaving the quotes) fixes the problem.
This is my preferred solution, since it's a reminder that
the config path is just a string.
So my recommendation is to remove the temporaryCharacter
formatting string completely.
2014-12-03 15:27:46 -08:00
Sébastien Deronne
8bdfaee6e9
bug 1758: Missing Yans and Nist error rate models for 5/6 code rate of 802.11n HT
2014-11-29 10:13:25 -08:00
Sébastien Deronne
81b4f79c43
bug 2020: Erroneous MCS field in 802.11n PCAP files
2014-11-29 09:57:24 -08:00
Tom Henderson
9878843ed3
update tutorial section on bake environment variables
2014-11-26 16:03:44 -08:00
Ben Newton
3f609f8e31
correct a Doxygen returns comment
2014-11-26 15:15:34 -08:00
Sébastien Deronne
6930a5263f
remove unused parameter from Doxygen
2014-11-26 15:11:52 -08:00
Ben Newton
3395e180e1
Bug 2013: pygccxml versions > 1.0.0 prepend a 'v' to version number
2014-11-26 14:59:32 -08:00
Tom Henderson
f140db6a63
update Doxygen version required
2014-11-26 14:56:17 -08:00
Natale Patriciello
37ed3b545b
ToString method to Packet
2014-11-14 15:27:37 -08:00
Tom Henderson
d4f2adc449
add wscript support for wifi-sleep.cc example
2014-11-24 06:29:58 -08:00
Tom Henderson
d6edb8dcbd
record Doxygen aggregation info for additional classes
2014-11-20 13:42:09 -08:00
Tom Henderson
9489036c50
fix typo
2014-11-20 13:41:38 -08:00
Tom Henderson
3ca7f202b4
register energy container classes
2014-11-20 13:39:32 -08:00
Tom Henderson
8855ecbf5b
bug 1583: fix ./waf configure --enable-gcov
2014-11-20 10:50:30 -08:00
Tom Henderson
c961293eed
WifiRemoteStation needs virtual destructor for subclassing
2014-11-20 09:39:23 -08:00
Sébastien Deronne
497cb5cd28
fix misspelled attribute and doxygen in YansWifiPhy
2014-11-19 14:05:36 -08:00
Tom Henderson
5601229646
add logging to WifiRemoteStationManager
2014-11-19 13:22:52 -08:00
Nuno Cardoso
92fc236e1c
Bug 2021: Missing const qualifier in TopologyReader::Link::Attributes{Begin,End}()
2014-11-19 00:38:17 +01:00
Tommaso Pecorella
8434fca41f
Bug 2016 - Radvd do not consider the SendAdvert option and don't reply to RS
2014-11-19 00:13:58 +01:00
Tommaso Pecorella
891e8de991
Remove spurious cout logs from Icmpv6L4Protocol
2014-11-13 23:34:10 +01:00
Tom Henderson
2babf9f21e
rescan wifi bindings
2014-11-12 10:40:02 -08:00
Daniel Lertpratchya
7f08ea7bb0
bug 1726: minstrel rate manager doesn't save state (patch contributions also due to Jonathan Ling and Matías Richart)
2014-11-12 10:28:29 -08:00
Tom Henderson
c0ab716d67
fix brite wscript, which broke due to waf-1.7.16 upgrade
2014-11-10 12:27:57 -08:00
Ben Newton
28da60a47c
bug 1995: avoid multiple definitions of PI
2014-11-07 15:00:14 -08:00
Tom Henderson
9f00ef58da
remove unnecessary include
2014-11-07 11:52:19 -08:00
Tom Henderson
8baac9e338
add comment about history of ns3/math.h
2014-11-07 11:51:49 -08:00
Sébastien Deronne
fea8fe1b78
bug 1906: 802.11n PHY configuration should be different for 2.4GHz and 5GHz devices
2014-11-07 09:24:11 -08:00
Tom Henderson
48b150cbf3
some additional TcpNewReno logging details
2014-11-04 16:29:22 -08:00