Commit Graph

11116 Commits

Author SHA1 Message Date
Tom Henderson
7ea01038c3 bug 2030: provide default values for WifiTxVector 2014-12-19 18:28:40 -08:00
Tom Henderson
e1108928f1 rescan bindings 2014-12-19 16:22:49 -08:00
Nicola Baldo
6d8611cb32 updated RELEASE_NOTES 2014-12-19 17:10:25 +01:00
Nicola Baldo
6609007746 fixed Bug 1996 - RSRQ calculation: misleading variable names 2014-12-19 16:49:23 +01:00
Piotr Gawlowicz
95eae84b3f Bug 2029 - new CQI generation approach fix 2014-12-19 16:18:35 +01:00
Piotr Gawlowicz
433d2b3a70 Bug 1986 FIX 2014-12-19 16:16:27 +01:00
Nicola Baldo
c3509f31ee LTE radio-link failure documentation fix 2014-12-19 11:41:18 +01:00
Vedran Miletić
e5024de5b3 Fix compilation with GCC 4.2.1 on FreeBSD 9
Thanks to Domagoj Stolfa <shrinkd@gmail.com> for his aid in debugging this.
2014-12-18 18:44:14 +01:00
Vedran Miletić
dba84a150e Fix building with Clang 3.5 2014-12-17 16:21:13 +01:00
Tom Henderson
2549938ad7 fix script problem with symbolic links 2014-12-16 12:45:04 -08:00
Piotr Gawlowicz
a9e442320b figures redrawn 2014-12-16 12:43:23 -08:00
Tom Henderson
60e8768b83 Doxygen warnings for mobility/helper and mobility/model directories 2014-12-15 21:47:59 -08:00
Piotr Gawlowicz
16460c0a7b Doxygen warnings for lte/helper directory 2014-12-15 21:41:21 -08:00
Sébastien Deronne
9fef12b955 bug 1969: Support short guard interval durations in 802.11n 2014-12-12 11:58:51 -08:00
Sébastien Deronne
ac56317859 bug 2027: Calculation of HT training symbol duration does not accurately follow 802.11n standard 2014-12-12 11:38:39 -08:00
Sébastien Deronne
18f8464a00 bug 2026: 802.11n Ness parameter badly set for data frames 2014-12-12 11:17:34 -08:00
Tom Henderson
d74ec5df40 LTE documentation fix for disabling error models 2014-12-12 08:58:30 -08:00
Peter D. Barnes, Jr.
f71a5e0b5c [Doxygen] Timer, TimerImpl and Watchdog. 2014-12-09 14:37:02 -08:00
Peter D. Barnes, Jr.
345c8a94ac [Doxygen] OS functions: filesystem, threading, wall clock. 2014-12-09 13:17:49 -08:00
Peter D. Barnes, Jr.
846fd6a6d9 [Doxygen] Objects 2014-12-07 22:08:04 -08:00
Peter D. Barnes, Jr.
2b7fafe698 [Doxygen] Events. 2014-12-07 20:53:37 -08:00
Peter D. Barnes, Jr.
63040fc74e [Doxygen] Smart pointers 2014-12-07 18:30:55 -08:00
Peter D. Barnes, Jr.
a5c748e8ab [Doxygen] CommandLine 2014-12-07 18:27:56 -08:00
Peter D. Barnes, Jr.
a790246c4b [Doxygen] specialized data types 2014-11-17 15:51:36 -08:00
Peter D. Barnes, Jr.
c1b266efad Standardize EventId arguments as id.
This facilitates reuse of doxygen docs.
2014-11-17 15:49:59 -08:00
Peter D. Barnes, Jr.
cd94f509c3 [Sphinx] Minor corrections, fix errors in energy.rst 2014-11-12 12:08:53 -08:00
Peter D. Barnes, Jr.
8de030d7fb New TracedCallback function signatures. 2014-12-04 22:33:11 -08:00
Peter D. Barnes, Jr.
d32f30ed8a [Sphinx] Update the Tracing chapter in the Tutorial. 2014-12-04 10:03:07 -08:00
Peter D. Barnes, Jr.
dc2307c5ae Deprecate AddTraceSource without callback signature. 2014-12-04 10:02:36 -08:00
Peter D. Barnes, Jr.
692bf472e6 TracedCallback function signatures, the rest. 2014-12-04 10:02:01 -08:00
Peter D. Barnes, Jr.
4cb9c7b916 TracedCallback function signatures, the simple ones.
These are TracedCallback function signatures for traces sources
using a single argument.
2014-10-03 02:24:42 -07:00
Tom Henderson
4cd32401ec clarify how to properly create random variable objects 2014-12-04 12:14:46 -08:00
Sébastien Deronne
0976e2d58a fix typos in wifi module 2014-12-03 14:47:28 -08:00
Nicola Baldo
a47df0d6a3 clarified PRACH Config Index assumption in LTE docs 2014-12-04 12:49:50 +01:00
Nicola Baldo
4e9c93545f added LTE troubleshooting and debugging tips 2014-12-04 12:24:38 +01:00
Peter D. Barnes, Jr.
5b9e3507b7 [Bug 2022] Spurious characters in config paths
On Nov 24, 2014, at 12:48 PM, Tom Henderson <tomh@tomh.org> wrote:
> On 11/24/2014 12:39 PM, Peter Barnes wrote:
>> I see the '%' being use in two places, beginning at line 1156 in
>> StaticInformation::DoGather ()
>>
>> Mitch used the % to escape the class names so doxygen wouldn't
>> create links.  I'm not sure why the links are bad.  Is the config
>> path token with '::' sometimes not the same as a class name?
>> Then doxygen would be looking for a non-existent class and
>> complaining, so suppressing might be good.
>>
>> Looks like I might have added the surrounding '"' in r10977.
>> Could this be the problem?
>
> Not sure.  Let me know if you don't get to this before you
> disappear for a while, and I'll pick it up if so.

Removing the quotes fixes the problem.

Removing the '%' (and leaving the quotes) fixes the problem.
This is my preferred solution, since it's a reminder that
the config path is just a string.

So my recommendation is to remove the temporaryCharacter
formatting string completely.
2014-12-03 15:27:46 -08:00
Sébastien Deronne
8bdfaee6e9 bug 1758: Missing Yans and Nist error rate models for 5/6 code rate of 802.11n HT 2014-11-29 10:13:25 -08:00
Sébastien Deronne
81b4f79c43 bug 2020: Erroneous MCS field in 802.11n PCAP files 2014-11-29 09:57:24 -08:00
Tom Henderson
9878843ed3 update tutorial section on bake environment variables 2014-11-26 16:03:44 -08:00
Ben Newton
3f609f8e31 correct a Doxygen returns comment 2014-11-26 15:15:34 -08:00
Sébastien Deronne
6930a5263f remove unused parameter from Doxygen 2014-11-26 15:11:52 -08:00
Ben Newton
3395e180e1 Bug 2013: pygccxml versions > 1.0.0 prepend a 'v' to version number 2014-11-26 14:59:32 -08:00
Tom Henderson
f140db6a63 update Doxygen version required 2014-11-26 14:56:17 -08:00
Natale Patriciello
37ed3b545b ToString method to Packet 2014-11-14 15:27:37 -08:00
Tom Henderson
d4f2adc449 add wscript support for wifi-sleep.cc example 2014-11-24 06:29:58 -08:00
Tom Henderson
d6edb8dcbd record Doxygen aggregation info for additional classes 2014-11-20 13:42:09 -08:00
Tom Henderson
9489036c50 fix typo 2014-11-20 13:41:38 -08:00
Tom Henderson
3ca7f202b4 register energy container classes 2014-11-20 13:39:32 -08:00
Tom Henderson
8855ecbf5b bug 1583: fix ./waf configure --enable-gcov 2014-11-20 10:50:30 -08:00
Tom Henderson
c961293eed WifiRemoteStation needs virtual destructor for subclassing 2014-11-20 09:39:23 -08:00