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
Tom Henderson
42879179bd
update tutorial sixth.cc program output
2014-11-04 16:26:52 -08:00
Tom Henderson
048d77d474
update tutorial fifth.cc program output
2014-11-04 16:22:42 -08:00
Tom Henderson
6e5e36c1c2
update tutorial third.cc program output
2014-11-04 11:46:16 -08:00
Tom Henderson
e4d8f11e55
update tutorial second.cc program output
2014-11-04 11:36:43 -08:00
Tom Henderson
f2f1683a60
add coverage of ./waf install to tutorial
2014-11-04 10:54:48 -08:00
Tom Henderson
2491fc7833
bug 1326: document the -- operator to build.py
2014-11-04 09:30:54 -08:00
Peter D. Barnes, Jr.
1e1a1edbdc
[Doxygen] various in src/core
2014-11-03 12:40:24 -08:00
Peter D. Barnes, Jr.
ee641c723b
[Doxygen] Remove inappropriate uses of @internal
2014-11-03 12:33:13 -08:00
Pedro Silva
c9cdd11ceb
bug 1791: improve TCP endpoint deallocation code
2014-10-31 13:36:46 -07:00
Tom Henderson
c568af328f
update CHANGES.html and RELEASE_NOTES
2014-10-29 18:16:16 -07:00
Tom Henderson
96be4f282b
rescan wifi bindings
2014-10-29 17:21:55 -07:00
Sébastien Deronne
e013980b83
bug 1971: 802.11n at 2.4 GHz should include a signal extension duration
2014-10-29 13:46:45 -07:00
Pedro Silva
8fa5f0e741
bug 1791: TCP Endpoint never deallocates when closing
2014-10-29 10:12:53 -07:00