Commit Graph

1771 Commits

Author SHA1 Message Date
Mathieu Lacage
8a825ee775 merge with HEAD 2007-12-07 08:43:55 +01:00
Mathieu Lacage
c91b667c13 use contrib gnuplot code 2007-12-07 08:41:52 +01:00
Mathieu Lacage
32611749b2 Gnuplot output class for contrib module 2007-12-06 13:30:26 +01:00
Federico Maguolo
dd9e29c425 Avoid integer division 2007-12-06 13:12:27 +01:00
Gustavo J. A. M. Carneiro
8debe6ef1d Create a new contrib module; move event-garbage-collector.{h,cc} to the contrib module. 2007-12-06 11:05:17 +00:00
Gustavo J. A. M. Carneiro
bab56b0d88 Add support for publishing ns3 headers in a subdir of ns3/ (we probably won't be needing this, but since it was implemented it might as well be commited, in case we ever need it) 2007-12-05 11:51:10 +00:00
Mathieu Lacage
0b43b4fdc2 the bool check was inverted. reported by Federico Maguolo. 2007-11-29 16:28:16 +01:00
Mathieu Lacage
210fb3539c fix typo 2007-11-29 16:03:01 +01:00
Mathieu Lacage
026f3f2aef MaxSeconds -> Simulator::GetMaximumSimulationTime 2007-11-29 15:59:31 +01:00
Mathieu Lacage
9b5d0a50f7 ConnectTo -> Attach 2007-11-29 15:50:15 +01:00
Mathieu Lacage
d3df13225d remove references to WifiNetDeviceFactory 2007-11-29 15:45:12 +01:00
Mathieu Lacage
fb2ebab793 speed vector -> velocity vector 2007-11-29 01:03:41 +01:00
Mathieu Lacage
2f71efe6a7 merge 2007-11-29 01:01:46 +01:00
Mathieu Lacage
7813d6fdd7 fix typo due to Packet & -> Ptr<Packet> change 2007-11-29 00:59:00 +01:00
Gustavo J. A. M. Carneiro
8ce92e1bc2 Fix bad Message Size value in OLSR headers (which prevented wireshark from decoding most OLSR packets). 2007-11-27 10:36:27 +00:00
Federico Maguolo
9316a5c23f re-use the CaculateTxDuration method where it is needed. 2007-11-23 10:29:27 +01:00
Federico Maguolo
64684b6b71 Improve the accuracy of 802.11a tx duration calculations. 2007-11-23 10:23:55 +01:00
Mathieu Lacage
f133bfaf9f avoid memory leak 2007-11-23 11:36:16 +01:00
Mathieu Lacage
3f174e0bd0 avoid confusion between code and uncoded rates. 2007-11-22 16:40:35 +01:00
Mathieu Lacage
39a0e3b29c fix a small style issue 2007-11-22 16:07:45 +01:00
Mathieu Lacage
ac8e86643e initialize variable 2007-11-22 16:06:05 +01:00
Mathieu Lacage
6a51ea96c0 make sure that the retry bit is correctly initialized 2007-11-22 15:00:32 +01:00
Mathieu Lacage
94e2d9059a merge obvious fix from mainline 2007-11-22 14:52:57 +01:00
Mathieu Lacage
85c67ca048 the intent was to always send data if maxbytes is zero. 2007-11-22 14:50:59 +01:00
Mathieu Lacage
99a5a8370f port to Ptr<Packet> branch 2007-11-22 14:27:22 +01:00
Mathieu Lacage
284ebcc23f merge with Ptr<Packet> branch 2007-11-22 10:44:48 +01:00
Mathieu Lacage
c156f29c86 merge 2007-11-22 10:30:29 +01:00
Mathieu Lacage
e075fcd4f3 bug 104: add a method to retrive the maximum simulation time. 2007-11-21 15:54:34 +01:00
Mathieu Lacage
49a8c459a8 simplify the parsing logic and remove buggy comment and code. 2007-11-21 14:14:12 +01:00
Mathieu Lacage
1e45a4c9f5 bug 91: add print-list support to NS_LOG env var. 2007-11-21 14:06:46 +01:00
Mathieu Lacage
dd825831c7 bug 109: improve the doxygen documentation for RandomVariable 2007-11-21 13:36:47 +01:00
Mathieu Lacage
908971e48b improve log output 2007-11-21 11:11:27 +01:00
Mathieu Lacage
ca76e83370 add WifiPhy::GetDevice 2007-11-21 11:11:05 +01:00
Mathieu Lacage
4774f44062 fix small typo in debug log output 2007-11-21 10:02:17 +01:00
Mathieu Lacage
f2c5dd8d71 add constructors to specify the address of a device 2007-11-21 09:43:57 +01:00
Mathieu Lacage
ed8ef96a61 add some info logs, improve snr vs ber curve output, linearize the ber calculations. 2007-11-20 16:45:52 +01:00
Mathieu Lacage
63331e705a replace a buggy assert with a check with warning. 2007-11-20 12:48:51 +01:00
Mathieu Lacage
6f447c2b6a merge with HEAD 2007-11-19 16:54:04 +01:00
Mathieu Lacage
f415e99a36 replace Dcf with DcfManager 2007-11-19 16:53:05 +01:00
Mathieu Lacage
b699ad9ae1 use a simple request/grant scheme for dcf accesses 2007-11-19 16:20:30 +01:00
Mathieu Lacage
632a762654 The AIFSN has been taken into account in GetBackoffStartFor 2007-11-19 14:32:14 +01:00
Mathieu Lacage
a4a3bc72fc test a backoff with an AIFSN != 1 2007-11-19 14:31:24 +01:00
Mathieu Lacage
b809739d8c avoid decrementing by too many backoff slots 2007-11-19 14:22:45 +01:00
Mathieu Lacage
7ad2a4c3f2 another DCF test 2007-11-19 14:20:19 +01:00
Mathieu Lacage
4c4332c88b debugging output is more verbose. 2007-11-19 12:58:36 +01:00
Mathieu Lacage
6c0ef59a30 add WifiPhy::GetLastRxStart 2007-11-19 09:22:17 +01:00
Mathieu Lacage
83714d4d03 make the GetCw method public to allow DcaTxop to pick a random backoff duration 2007-11-19 08:38:48 +01:00
Mathieu Lacage
7498ef647c merge with HEAD 2007-11-17 18:58:47 +01:00
Mathieu Lacage
321dfcf741 add XXX for two bugs 2007-11-17 18:57:33 +01:00
Mathieu Lacage
bdc6fcf5dd another more complex NAV test 2007-11-16 08:58:55 +01:00