Tom Henderson
0aa9708044
Update RELEASE_NOTES
2013-11-05 07:34:29 -08:00
Tom Henderson
55c4718c70
update AUTHORS
2013-11-05 06:55:27 -08:00
Tom Henderson
ec958d44bb
bug 1782: remove unused boost header
2013-11-05 06:09:47 -08:00
Tom Henderson
5c26030558
bug 1771: silence compiler warning about maybe-uninitialized data
2013-10-28 22:17:57 -07:00
Peter D. Barnes, Jr.
10381f6af1
Print log component list alphabetically.
2013-10-28 15:10:24 -07:00
Peter D. Barnes, Jr.
4e6c8358f8
Logging wildcards: allow "***" as synonym for "*=**"
2013-10-28 15:04:01 -07:00
Peter D. Barnes, Jr.
f6e90ca97a
[bug 1552] Storing log name inside LogComponent class (NS_LOG) as std::string
2013-10-28 14:50:08 -07:00
John Abraham
8b12936806
Bug 1781 - const and non-const in clang-500.2.79
2013-10-24 09:04:46 -07:00
Nicola Baldo
85b60bc541
more user docs for the buildings module
2013-10-23 19:11:40 +02:00
Biljana Bojovic
fe8adfc8f3
added FixedRoomPositionAllocator
2013-10-23 17:55:36 +02:00
Nicola Baldo
fa3e0c1f6f
removed more unused variables in LTE FfMacScheduler tests
2013-10-23 10:48:05 +02:00
Nicola Baldo
0cb3414e5a
removed unused variables in some LTE tests
2013-10-22 18:06:07 +02:00
Tom Henderson
47b12b8bec
update documentation for generating new modules
2013-10-22 08:12:46 -07:00
Tom Henderson
bd657c5267
improve help string
2013-10-22 06:38:41 -07:00
Vedran Miletić
32b19bd983
Bug 1779 - NS_UNUSED_GLOBAL not working in attribute test class declaration
2013-10-21 10:38:06 +02:00
Tom Henderson
b76e585613
rescan mesh bindings
2013-10-20 16:26:19 -07: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
Peter D. Barnes, Jr.
05561c4e71
Fix Time class doxygen.
2013-10-18 16:25:06 -07:00
Daniel Lertpratchya
c2bd12e525
Bug 1691 - RTS/CTS NAV reset prematurely
2013-10-14 10:27:43 -04:00
Gustavo Carneiro
b2d76a1887
Add waf option to disable threads in build.
2013-10-13 18:20:40 +01:00
Gustavo Carneiro
f0b9a19317
waf --apiscan will no longer try to abort waf build at the end of scanning, to avoid the waf hang. Fixes #1622 .
2013-10-13 17:54:19 +01:00
Gustavo Carneiro
4578107371
Upgrade to WAF 1.7.13.
2013-10-13 16:45:11 +01:00
Gustavo Carneiro
2988c8d395
Grab a new bugfix from pybindgen
2013-10-13 16:23:21 +01:00
Daniel Lertpratchya
92f915bd79
Bug 1011 - assert failed. file=../src/devices/wifi/dcf-manager.cc
2013-10-10 12:15:40 -04:00
Karsten Roscher
1f74b54e1d
Bug 1616 - WifiPhyStateHelper reports false CCA_BUSY times at State trace source
2013-10-09 16:39:36 -04:00
Tom Henderson
cceac0b037
Update RELEASE_NOTES
2013-10-08 11:30:26 -04:00
Juergen Rinas
1485913f48
bug 1766: throughput calculation fix; increase packetSize to 1400 bytes; corrected filenames of log output (?:-operator)
2013-10-08 06:33:02 -07:00
Daniel Lertpratchya
5848465aac
Fixed indentation in wifi-remote-station-manager.cc
2013-10-04 10:38:19 -04:00
Tom Henderson
ef1281e826
Bug 1722 - beacons transmitted concurrently
2013-10-04 09:40:47 -04:00
Tom Henderson
66c7642cb8
rescan wifi bindings
2013-09-22 21:48:33 -07:00
Junling Bu
22923b5758
bug 945: remove deprecated 802.11p code
2013-09-22 20:59:18 -07:00
Junling Bu
5b678ac051
coding style: avoid NULL
2013-09-22 20:00:33 -07:00
Junling Bu
abaa48b238
remove unimplemented functions
2013-09-22 19:59:34 -07:00
Junling Bu
ff815a368b
avoid crash when packets sent by higher layer cause no RTS/CTS operation
2013-09-22 19:56:47 -07:00
Junling Bu
778a19b330
avoid memory leak if called multiple times
2013-09-22 18:02:07 -07:00
Tom Henderson
905cd7ccb8
remove funding attribution from license header
2013-09-13 06:14:27 -07:00
John Abraham
583968784f
NetAnim: Update wireless animation boundary
2013-09-11 08:09:05 -07:00
John Abraham
0784acd280
NetAnim: ASSERT minX, minY conditions in SetBoundary
2013-09-11 08:06:25 -07:00
John Abraham
dde6f449c2
NetAnim: Allow the user to set the boundary
2013-09-11 07:53:45 -07:00
Tom Henderson
2d06f4dbc8
make wifi tests more robust to random variable perturbations
2013-09-08 09:57:13 -07:00
Tom Henderson
c5971345d1
hg root cannot be used on non-mercurial repositories
2013-09-06 18:46:39 -07:00
Brian Swenson
3bcc2c7ebc
break circular smart pointer ref in mpi
2013-09-06 15:03:07 -04:00
Peter D. Barnes, Jr.
7f3d01b337
fixed doxygen ff-api group labels in lte module (bug 1499)
2013-09-06 13:07:10 +02:00
Nicola Baldo
142714de02
merge
2013-09-05 19:07:02 +02:00
Peter D. Barnes, Jr.
41500833ab
Fix aliasing bug in optimized static builds with gcc-4.4.
2013-08-30 12:33:03 -07:00
Tom Henderson
a4e2db1b6d
update repository to start work on ns-3.19
2013-08-29 23:36:42 -07:00
Tom Henderson
154d5b3ad2
Added tag ns-3.18 for changeset cfbc9491d7e7
2013-08-29 22:30:57 -07:00
Marco Miozzo
623ae3c6b6
Correct typo in DlRsrpSinrFilename trace name in lte user manual
2013-08-29 16:07:34 +02:00
Tom Henderson
fb8816e2e8
add data collection chapter to the tutorial
2013-08-28 20:53:04 -07:00
Tom Henderson
f765bcff0f
remove trailing whitespace
2013-08-28 18:45:56 -07:00