Commit Graph

39 Commits

Author SHA1 Message Date
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
Peter D. Barnes, Jr.
cccfc167dd [Doxygen] Attribute implementations. 2014-10-21 16:14:35 -07:00
Tom Henderson
9f3b3bf4d2 improve some mesh module logging 2014-10-13 15:18:49 -07:00
Peter D. Barnes, Jr.
3f92b8e1c5 [Doxygen] Remove more trivial and/or misused groupings 2014-10-08 20:59:31 -07:00
Peter D. Barnes, Jr.
6254c4b242 [Doxygen] Remove trivial and/or misused groupings 2014-10-08 20:58:33 -07:00
Peter D. Barnes, Jr.
bfdb6ef10a [Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace? 2014-09-26 15:51:00 -07:00
Peter D. Barnes, Jr.
cd3da7143d [doxygen] Revert r10410, r10411, r10412 2014-03-05 17:06:59 -08:00
Peter D. Barnes, Jr.
3c032987f0 [Bug 1868] Optimized builds are sensitive to -fstrict-overflow 2014-03-02 00:42:05 -08:00
Peter D. Barnes, Jr.
d75ff3559e doxygen] Suppress "warning: Member NS_OBJECT_ENSURE_REGISTERED is not documented" 2013-11-14 16:58:28 -08:00
Vedran Miletić
f781366d2e Fix compilation with Clang 3.2 and newer versions, including Apple Clang 5.0
Clang 3.2 requires all class members to be used in the code; this patch either removes class members that are not used or adds NS_UNUSED/NS_UNUSED_GLOBAL around them. Thanks to Andrey Mazo and Tommaso Pecorella for review.
2013-10-20 12:46:27 +02:00
Ghada Badawy
085a0eea39 partial 802.11n support 2013-08-13 22:05:25 -07:00
Peter D. Barnes, Jr.
1bca805862 [Doxygen] use \todo 2013-06-11 17:02:23 -07:00
Peter D. Barnes, Jr.
666bcc699f Merge Coverity fixes 2013-05-22 17:58:58 -07:00
Peter D. Barnes, Jr.
403d97e6f3 Document deliberate case fall through. 2013-05-16 11:06:52 -04:00
Peter D. Barnes, Jr.
71f388c000 [Coverity] Failed to override method (BAD_OVERRIDE) 2013-05-15 09:55:22 -04:00
Vedran Miletić
53ec6a479e Rename Start and DoStart methods to Initialize and DoInitialize
The goal of this patch is to allows us to differentiate the Start/Stop
functionality present in some classes from Initialize/Dispose functionality.
2013-04-19 22:39:55 +02:00
Mitch Watrous
261dc3b45a Replace more instances of RandomVariable with RandomVariableStream 2012-08-20 19:08:45 -07:00
Tom Henderson
243f52e1ce Update mesh model, tests and reference traces for new random variable usage 2012-08-17 13:31:40 -07:00
Tom Henderson
06a99fb415 fix log message, reported by Carlos Viegas 2012-05-27 21:44:50 -07:00
Kirill Andreev
54e9e3200a Bug 1020 - Wrong usage of the originator sequence number in HWMP PREP: fixed 2011-12-12 19:00:45 +03:00
Kirill Andreev
2dbe6fbd4f Bug 1021: Beacon collision avoidance in Mesh module works wrong. fixed. 2011-12-12 18:40:41 +03:00
Vedran Miletić
39d338dbeb fix various doxygen errors 2011-11-26 21:13:46 -08:00
Vedran Miletić
0538e655aa standardize ns-3 namespace declaration format 2011-08-02 17:43:32 -04:00
Vedran Miletić
fe0667def8 standardize emacs c++ mode comments 2011-08-02 17:42:33 -04:00
Vedran Miletic
7271e9fa6f bug 1203: Inconsistently named ifndef/define macros in ns-3 headers 2011-07-07 04:31:52 -04:00
Kirill Andreev
47c04c715a Mesh: Bug 1141 - MeshWifiInterfaceMac adds the supported modes to the wrong remote station: fixed 2011-06-02 19:47:36 +04:00
Kirill Andreev
9e1dd179fc Mesh: Bug 1033 - airtime-metric: fixed 2011-06-02 19:45:03 +04:00
Tom Henderson
2a2690a003 rerun check-style.py at default level to enforce space after function name 2011-05-22 23:18:47 -07:00
Tom Henderson
34688f76ec rerun check-style.py with uncrustify-0.58 2011-05-22 22:28:15 -07:00
John Abraham
c3add7688a Bug 1160 - optimized build ‘plugin’ set but not used, g++4.6.0 2011-05-14 04:50:07 -04:00
Josh Pelkey
0611883c66 mesh coding style changes 2011-05-13 14:56:17 -04:00
Andrey Mazo
d3344cbbb8 build fixes for gcc 4.6 2011-04-17 14:54:42 +02:00
Mathieu Lacage
a2fab881af merge with HEAD 2011-04-13 08:26:47 +02:00
Mitch Watrous
aa99a64810 Move tests from some modules to their test libraries 2011-03-28 16:43:20 -07:00
Mitch Watrous
6ed04ac8f4 Make mesh, dot11s, and flame modules create only one module 2011-03-08 11:58:49 -08:00
Mitch Watrous
540288c432 Fix dependencies in various wscripts 2011-03-07 16:59:09 -08:00
Mitch Watrous
1d41d30c36 Make dot11s and flame modules be subdirectories of mesh 2011-03-07 10:46:12 -08:00
Lalith Suresh
35bc14c2c3 Moves csma.h and mesh.h to respective doc/ folders 2011-03-05 01:00:13 +00:00
Mitch Watrous
3cd5fc27a8 Modularize mesh module and move it to src 2011-03-03 16:27:21 -08:00