Sébastien Deronne
4f54ca4f1e
wifi: ( fixes #2116 and #2213 ) Refactor helpers and APIs
2016-02-05 21:48:25 +01: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
Tommaso Pecorella
1ff598b75c
Bug 1842 - FlowMonitor SerializeToXml<Something> should be called by the helper
2014-03-17 19:34:43 +01:00
Junling Bu
546d448cb3
Bug 1675 - Throughput computation error in Wireless examples
2013-07-09 21:13:38 +02:00
Tom Henderson
1071fd3d46
move gnuplot support from src/tools to src/stats
2013-06-18 13:16:51 -07:00
Tom Henderson
e39173ac22
bug 1644: dispose of flow monitor objects from FlowMonitorHelper
2013-04-29 01:29:08 -07:00
Andrey Mazo
ec4007ca27
make non-static global debugging-only functions static inline (bug 1170).
...
Compilers shouldn't warn on unused static inline function and just don't emit code for
them in optimized builds.
Also debugging-only functions don't pollute symbol tables.
2013-01-21 17:19:00 +04:00
Mitch Watrous
eafb5075bf
Add a constant rate setting function to the on-off helper
2012-08-23 16:00:17 -07:00
Mitch Watrous
a795fbd539
Clean up a couple comments
2012-08-21 10:45:45 -07:00
Mitch Watrous
da1cf74f90
Replace various instances of RandomVariable with RandomVariableStream
2012-08-20 14:25:35 -07:00
Mitch Watrous
190f314ba5
Replace src/application usage of RandomVariable with RandomVariableStream
2012-08-13 16:08:13 -07:00
Gustavo J. A. M. Carneiro
255e15cd28
Add parenthesis in while (packet = socket->Recv ()) to make clang++ (LLVM) happy
2012-02-22 13:50:26 +00:00
Andrey Mazo
cec21ade43
Bug 1170: Formulate best practices for dealing with unused debug variables.
2012-02-10 19:02:12 +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
John Abraham
0379ad69c1
Bug 1162 - opt build examples module unused variables
2011-05-18 12:59:20 -04:00
Gustavo J. A. M. Carneiro
289649516b
bug 1058: InternetStackHelper pitfall: calling Install before adding routing protocols
2011-05-12 21:49:50 -07:00
Mitch Watrous
8a8d425071
Split contrib module into config-store and tools
2011-03-24 09:23:44 -07:00
Tom Henderson
18f2715506
remove src/helper module
2011-03-05 11:47:37 -08:00
Lalith Suresh
59a2a4f959
Converts csma, emu, tap-bridge, point-to-point, wifi and wimax modules into modular format
2011-03-03 19:54:57 +00:00
Mitch Watrous
58f7066b70
Move applications to a single module
2011-03-02 13:42:28 -08:00
Tom Henderson
ca7b93cc3d
Merge node and common modules into new network module
2011-02-21 09:11:37 -08:00
Dean Armstrong
0f79de44fe
Bug 978: Run check-style.py on files touched in the reorganisation
...
Cosmetic changes only in this one (hence the reason I wanted them kept
separate from the the previous changeset).
2010-12-01 22:13:26 +00:00
Dean Armstrong
0946a77009
Bug 978: Consolidate Wi-Fi MAC high functionality
...
This change reorganises the Wi-Fi MAC high classes in attempt to
reduce duplication of functionality that is required for more than one
of the MAC high models. A new class called RegularWifiMac has been
created. This derives from the abstract WifiMac, and is parent of
AdhocWifiMac, StaWifiMac, ApWifiMac, and MeshWifiInterfaceMac. The QoS
and non-QoS class variants are no longer, with a RegularWifiMac
attribute "QosSupported" allowing selection between these two modes of
operation. QosWifiMacHelper and NqosWifiMacHelper continue to work as
previously.
Updates to some regression traces are necessary because the
reorganisation has led to random number streams being initialised in
slightly different orders and thus over-the-air timing changing.
2010-12-02 07:51:34 +00:00
Gustavo J. A. M. Carneiro
881e0a6655
Module layout rework for static-routing, list-routing, global-routing
2010-10-26 18:02:17 +01:00
Gustavo J. A. M. Carneiro
72689da5c2
Fix some examples, broken after bridge/olsr reorganization
2010-10-25 21:43:38 +01:00
Gustavo J. A. M. Carneiro
91f3abaa48
flow-monitor-helper.h is no longer part of the helper module
2010-10-23 12:50:24 +01:00
Duy Nguyen
147bb21923
cleaned up and fixed valgrind error in multirate example
2010-05-21 14:19:15 -07:00
Duy Nguyen
78317ae460
disable flowmonitor for multirate example
2010-05-20 13:45:20 -07:00
Duy Nguyen
d9b2fb855c
update multirate example for test.py
2010-05-19 16:09:42 -07:00
Nicola Baldo
416743507f
fixed bug 890
2010-05-18 15:38:17 +02:00
Craig Dowell
a58a79f06e
checkpoint
2010-01-22 12:44:53 -08:00
Tom Henderson
66e949b29a
remove reference to scratch/ directory in wireless examples
2009-12-29 09:39:52 -08:00
Craig Dowell
a52357aa83
split examples, add examples, tweak test.py to minimize builds
2009-10-06 19:34:29 -07:00