Commit Graph

6312 Commits

Author SHA1 Message Date
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
Nicola Baldo
ed5eadfbde fixed bug 843 2010-05-18 11:35:47 +02:00
Craig Dowell
dc83485a03 update CHANGES.html for Queue::Enqueue trace behavior change 2010-05-17 14:31:20 -07:00
Unknown
cc1fc37f2b fix enqueue trace for bug 913 2010-05-17 07:29:43 -07:00
Tom Henderson
4db54edfe3 Update RELEASE_NOTES and CHANGES.html since ns-3.8 2010-05-16 15:24:53 -07:00
Mirko Banchi
3d345bb927 update wifi section in the manual 2010-05-16 19:00:02 +02:00
Mirko Banchi
0b5fb1c903 bug 842: ns-3-dev crashes using block ack (fixed) 2010-05-16 16:10:19 +02:00
Lalith Suresh
91ff14685d Bug Fix: OLSR messages generated on non-OLSR interfaces 2010-05-16 10:12:26 +05:30
Josh Pelkey
4a7bd194d9 merge 2010-05-16 20:10:59 -04:00
Josh Pelkey
f747f51683 register icmpv4 objects 2010-05-16 20:10:14 -04:00
Tom Henderson
8c2c1596e2 bug 861: Log drop traces for forwarding failures into IPv4 and IPv6 ascii traces 2010-05-15 16:46:47 -07:00
Dean Armstrong
b1befce710 Set FCS included flag in Radiotap header
This patch addresses Bug 875 by correcting a bug in the YansWifiHelper
support for PCAP tracing with Radiotap data link format. Specifically,
in the previous implementation the "Frame includes FCS" flag is not
set, despite the FCS being present in the captured frames.

This changeset requires a corresponding change to the
wifi-wired-bridging reference traces (this test, which is run as part
of the regression test set, appears to be the only one which uses
Radiotap capture).
2010-05-10 14:09:23 +01:00
Tom Henderson
67ed79a122 Fix minor doxygen error 2010-05-12 21:58:30 -07:00
Tom Henderson
0f3de3777b bug in global routing stub computation 2010-05-12 21:46:44 -07:00
Dean Armstrong
2d1d2546ad Time conversions take uint64's in wifi-msdu-aggregator-test-suite
Correct programming error in cset 6293:11a2f62de3ec that only a compiler older than mine found with the standard options. Specifically, the time conversion functions (in this case, MilliSeconds()) take uint64's as their argument and I was passing a floating point value.
2010-05-11 08:56:28 +01:00
Tom Henderson
2a10de8489 more documentation about callback errors 2010-05-10 21:10:15 -07:00
Mirko Banchi
e5d2640345 add methods in QosWifiMacHelper for block ack parameters setup 2010-05-10 16:41:20 +02:00
Dean Armstrong
6b2aeb0548 Add MSDU aggregation throughput test.
This patch adds a test suite and initial test for the Wi-Fi MSDU
aggregation support in ns-3. The test is a throughput test and is a
regression test for Bug 873 - Queue occupancy counter not decremented
in WifiMacQueue::Remove().
2010-05-10 12:44:23 +01:00
Tom Henderson
7e248ce65e fix documentation about callbacks in manual 2010-05-08 14:56:42 -07:00
Josh Pelkey
06018583d3 change casts to c++ style 2010-05-06 14:55:16 -04:00
Gustavo J. A. M. Carneiro
ce0dabd900 Fix Python bindings ns3.Object subclassing bug 2010-05-06 14:21:20 +01:00
Josh Pelkey
e8bb9330b4 python scan 2010-05-05 17:16:43 -04:00
Josh Pelkey
cdf032d7a9 move receive-list-error-model to src/common/error-model 2010-05-05 16:04:31 -04:00
Josh Pelkey
679d30c60d update release steps 2010-05-05 14:33:49 -04:00
Josh Pelkey
f4dfbaa8fc fix release notes 2010-05-04 09:32:02 -04:00
Josh Pelkey
82068afd1d Added tag ns-3.8 for changeset 0ef062c0897e 2010-05-03 15:27:31 -04:00
Josh Pelkey
b6172a4ec0 update release notes 2010-05-03 13:41:19 -04:00
Josh Pelkey
529680baab Added tag ns-3.8-RC4 for changeset 533be42b3c7f 2010-05-01 08:18:21 -04:00
Tom Henderson
1a580e3725 Bug 895 - SimpleOfdmWimaxPhy SNR computation 2010-04-30 13:10:23 -04:00
Josh Pelkey
d1fbff8458 Added tag ns-3.8-RC3 for changeset d588e7fe6cb0 2010-04-28 16:21:23 -04:00
Josh Pelkey
aea407bbb7 update bug list for release notes 2010-04-28 10:18:27 -04:00
Josh Pelkey
3c50c33fab Bug 888 - Writing ascii trace to addtional tests fails 2010-04-28 09:53:00 -04:00
Gustavo J. A. M. Carneiro
518e9f0461 Bug 899 - EmuNetDevice::SetPromiscReceiveCallback not implemented 2010-04-28 09:50:04 -04:00
Josh Pelkey
26ee2a0a29 Added tag ns-3.8-RC2 for changeset 3b7ec0d36079 2010-04-25 11:37:50 -04:00
Josh Pelkey
bae55e4604 update fixed bug list 2010-04-25 11:37:10 -04:00
Gustavo J. A. M. Carneiro
b32b3207a4 Bug 894 - ./waf --run error message upon segfault 2010-04-23 15:55:15 +01:00
Gustavo J. A. M. Carneiro
677b7a22d3 Upgrade to WAF 1.5.16. Fixes bug #855. 2010-04-23 15:46:46 +01:00
Andrey Mazo
892d5e3f3d spell check, mostly in comments. 2010-04-23 15:09:31 +04:00
Andrey Mazo
7ecb4fca34 fixed include guard. 2010-04-23 14:53:30 +04:00
Josh Pelkey
da81ee240a python scan 2010-04-22 14:43:34 -04:00
Nicola Baldo
b16eede87b merge 2010-04-22 18:50:01 +02:00
Craig Dowell
de73485b1d Mention wiki page with prerequisites in tutorial 2010-04-22 09:23:26 -07:00
Nicola Baldo
49e55e6c7f merge 2010-04-22 15:23:20 +02:00
Mohamed Amine Ismail
92be81578e Bug 825 - UDP-Client-server's packet loss counter not properly reset 2010-04-22 14:26:58 +02:00
Mohamed Amine Ismail
597d33edb3 Bug 891 - WiMAX device helper does not include propagation loss model by default 2010-04-22 11:31:45 +02:00
Josh Pelkey
2a45429d23 update release steps 2010-04-21 15:59:25 -04:00
Josh Pelkey
54ec7b22b8 a few more texi typos 2010-04-21 15:15:19 -04:00
Josh Pelkey
f3a6c5ab08 another texi typo 2010-04-21 15:07:34 -04:00
Josh Pelkey
ab86112c3e fix typos in texi files for documentation build 2010-04-21 15:00:25 -04:00