Commit Graph

12714 Commits

Author SHA1 Message Date
Sébastien Deronne
e1fc09a7cc wifi: Add missing check for 802.11ax in WifiMode 2017-02-25 10:45:02 +01:00
Tom Henderson
1d270b3a74 utils: Improve some documentation 2017-02-24 11:49:00 -08:00
Robert Ammon
f25f9dc730 utils: Doxygen updates for utils directory 2017-02-24 09:23:49 -08:00
Tom Henderson
d79d1d9681 traffic-control: (fixes #2660) TrafficControlHelper::Default should not configure internal queue sizes 2017-02-24 14:40:03 +01:00
Tom Henderson
10788a403b wifi: update YansWifiChannel doxygen and log statements 2017-02-21 15:50:12 -08:00
Tom Henderson
5565c443be wifi: avoid uint8_t in LOG component 2017-02-21 15:49:40 -08:00
Sébastien Deronne
673a53e28b wifi: (fixes #2367) Fix potential valgrind issues in BlockAckManager (patch from Alexander Krotov) 2016-04-07 18:16:47 +03:00
Tommaso Pecorella
809b423dc8 olsr: fix more static analysis warnings 2017-02-18 00:31:43 +01:00
Sébastien Deronne
027525e350 wifi: Remove useless breaks in WifiMacHeader 2017-02-17 09:19:52 +01:00
Robert Ammon
260da767b6 uan: Doxygen updates for uan tests 2017-02-16 21:58:38 -08:00
Tom Henderson
95ca1a4381 wifi: silence a compiler warning 2017-02-16 21:36:23 -08:00
Piyush Aggarwal
03dcf5fa45 core: clean up indenting (whitespace changes only) 2017-02-16 16:01:25 -08:00
Piyush Aggarwal
20c0d2f121 core: fix static code analysis warning (thanks to Natale Patriciello)
object-base.cc: fixed “value stored but never read” in

simulator.cc: false positive warning “called object pointer is null”.
The assignment in previous block should have been recognized.

object.cc: false positive.
2017-02-16 16:00:08 -08:00
Tommaso Pecorella
fd4b8f4fe4 olsr: fix static code analysys warnings (thanks to Natale Patriciello) 2017-02-17 00:24:44 +01:00
Tommaso Pecorella
8954c498b9 dsr: fix static code analysys warnings (thanks to Natale Patriciello) 2017-02-16 23:14:45 +01:00
Tommaso Pecorella
9ba3428daf energy: fix static code analysys warnings (thanks to Natale Patriciello) 2017-02-16 23:00:55 +01:00
Tommaso Pecorella
5de3f7525c network: fix static code analysys warnings (thanks to Natale Patriciello) 2017-02-16 22:57:45 +01:00
Tommaso Pecorella
cf60d40b72 lr-wpan: avoid double namespace utilization (thanks to Robert Ammon) 2017-02-16 21:21:55 +01:00
Robert Ammon
edfd090ff8 doxygen: Fix documentation of traffic-control tests 2017-02-16 15:32:20 +01:00
Sébastien Deronne
ba433f9a20 wifi: add RRPAA wifi rate control (patch from Matias Richart) 2017-02-15 23:44:05 +01:00
Natale Patriciello
39e95cdcb9 internet: fix static analysis warnings 2017-02-15 22:35:11 +01:00
Natale Patriciello
03fea775cb tcp: Avoid accessing an empty packet sent list 2017-02-14 11:44:38 -08:00
Sébastien Deronne
4b67fc4fb4 wifi: Doxygen updates for model files (thanks to Robert Ammon) 2017-02-14 08:20:15 +01:00
Sébastien Deronne
6699fd4196 wifi: Doxygen updates for test files (thanks to Robert Ammon) 2017-02-14 08:19:40 +01:00
Sébastien Deronne
a0fbc2e22d wifi: Doxygen updates for example files (thanks to Robert Ammon) 2017-02-14 08:19:33 +01:00
Sébastien Deronne
0e539c329b wifi: Doxygen updates for helper files (thanks to Robert Ammon) 2017-02-14 08:18:25 +01:00
Sébastien Deronne
4556ae07de wifi: Add wifi-manager-example to test all wifi managers 2017-02-14 08:17:42 +01:00
Matias Richart
c94750ebb6 wifi: (fixes #2647) Fix issue in ideal wifi manager when NSS > 1 2017-02-14 08:17:01 +01:00
Tommaso Pecorella
578f5694c2 tcp: Update documentation 2017-02-14 01:12:51 +01:00
Natale Patriciello
0249135b17 tcp: Updated test suite for ledbat to account for Simulator instance 2017-02-13 16:12:07 +01:00
Mohit P. Tahiliani
dfcdc3090e tcp: Update documentation 2017-02-12 10:58:04 -08:00
Tom Henderson
9dc9ed5bb1 build: Remove newline at end of wscript (problem for Python 2.6) 2017-02-12 10:19:34 -08:00
Sébastien Deronne
27f23c6b85 stats: Add note to gnuplot doxygen to indicate how to insert a newline character in title 2017-02-12 15:59:31 +01:00
Sébastien Deronne
80053da5d1 examples: Clean up wireless examples 2017-02-12 14:38:54 +01:00
Sébastien Deronne
e4e06c264a wifi: (fixes #2655) Forbid to send ACK using A-MPDU 2017-02-11 21:13:40 +01:00
Alexander Krotov
bbb09742a9 fix typo 2017-02-10 14:00:39 +03:00
Sébastien Deronne
5444d15f4e wifi: Fix uninitialized variables in EdcaTxopN 2017-02-07 22:29:58 +01:00
Sébastien Deronne
b99d5ddd4d wifi: Clean files changed in previous commit 2017-02-06 20:40:29 +01:00
Sébastien Deronne
b0a7c88220 wifi: (fixes #2615) Handle TXOP fragmentation 2017-02-06 20:32:49 +01:00
Sébastien Deronne
7b2bb74c73 examples: Clean wireless examples 2017-02-06 20:31:02 +01:00
Natale Patriciello
62595ed00a tcp: Tcp Ledbat attributes renamed also in test 2017-02-06 15:36:36 +01:00
Christoph Döpmann
fbd0cfb1fb tcp: Advertised Window was still incorrect 2017-02-06 13:56:19 +01:00
Christoph Döpmann
6d930cd65c tcp: MaxRxSequence is sometimes too large 2017-02-06 13:28:12 +01:00
Mingyu Park
ead564e9dd tcp: Avoid overflow in htcp.cc 2017-02-06 13:24:24 +01:00
Natale Patriciello
c3ef4d098c tcp: Two attributes renamed in TcpLedbat 2017-02-06 13:21:48 +01:00
Ankit Deepak
7aa7e4dc35 tcp: Added TCP Ledbat 2017-02-06 13:17:50 +01:00
Tom Henderson
1c7a443d20 tcp: disable SACK in a NewReno testcase 2017-02-05 18:01:38 -08:00
Tom Henderson
513e1e14da tcp: Update response vectors for ns3-tcp-interoperability test
The vectors only differ in the presence of the sackOK option being added
to the SYN+ACK that the ns-3 implementation sends.
2017-02-05 15:13:34 -08:00
Sébastien Deronne
35c424f96d wifi: Add examples to regression 2017-02-05 20:34:22 +01:00
Sébastien Deronne
2c93e64fab examples: Extend regression for wifi-backward-compatibility 2017-02-05 19:44:27 +01:00