Sébastien Deronne
69dbafeed5
wifi: Add some asserts in MacLow
2016-12-12 19:22:02 +01:00
Sébastien Deronne
c8ddc0d2f0
wifi: Remove dead assignment in WifiTest
2016-12-12 19:21:14 +01:00
Stefano Avallone
d2e1b9e5b2
Remove unnecessary inclusions of drop-tail-queue.h
2016-12-11 23:48:57 +01:00
Sébastien Deronne
35c12eb14a
wifi: ( fixes #2463 ) Add TxopTrace trace source to EdcaTxopN
2016-12-11 16:23:26 +01:00
Sébastien Deronne
a03d2cea2d
wifi: Remove dead assignment in MacLow
2016-12-11 13:25:42 +01:00
Alexander Krotov
3833b6fba6
wifi: Fix WifiMacQueue::PushFront documentation
2016-12-09 18:39:39 +03:00
Alexander Krotov
d4e272d775
wifi: Use std::set instead of std::list in QosBlockedDestinations
2016-12-09 10:37:39 +03:00
Tom Henderson
d1999fab0e
lte: Fix strict-overflow compiler warning
...
Arising on a Fedora 24 optimized static build (gcc version 6.2.1)
2016-12-07 16:55:26 -08:00
Sébastien Deronne
7ba521e918
wifi: Make sure headers are not added to m_currentPacket in MacLow
2016-12-07 21:48:55 +01:00
Alexander Krotov
d723ba0485
lte: iterate from begin to end, not from begin to begin
2016-12-06 01:59:22 +03:00
Sébastien Deronne
db1465a59b
wifi: Remove unnecessary class declarations
2016-12-04 18:05:02 +01:00
Sébastien Deronne
5729383874
wifi: Remove unused WifiMacTrailer in DcaTxop
2016-12-04 15:23:34 +01:00
Miralem Mehic
fa9197ebb6
tcp: ( fixes #2561 ) TCP can not use Connect after a BindToNetDevice
2016-12-02 19:49:20 +01:00
Sébastien Deronne
18df227b4f
wifi: Remove unused variable m_nTxMpdus in MacLow
2016-12-02 00:14:21 +01:00
Sébastien Deronne
c40f5e655a
wifi: Remove unused variable m_sentMpdus in MacLow
2016-12-02 00:13:50 +01:00
Sébastien Deronne
ce86adde61
wifi: ( fixes #2564 ) Keep m_currentPacket as the current A-MPDU packet when CTS timeout is triggered
2016-12-02 00:12:31 +01:00
Robert Ammon
e3f5259c9c
bindings: ( fixes #2563 ) Pybindgen version can be >= required vers.
2016-11-30 20:13:49 -08:00
Sébastien Deronne
5476df8a7c
wifi: Rescan bindings
2016-11-29 23:33:21 +01:00
Sébastien Deronne
19b5fd6405
wifi: Add missing const
2016-11-29 23:16:51 +01:00
Sébastien Deronne
be0c13d7f3
wave: Fix valgrind issue
2016-11-28 23:45:36 +01:00
Alexander Krotov
918dbb5003
network: use numeric_limits for OFFSET_MAX instead of hardcoded constant
2016-11-28 15:41:37 +03:00
Sébastien Deronne
0c22e3b184
wifi: Clean includes
2016-11-27 22:30:39 +01:00
Sébastien Deronne
f9bbebb36b
rescan bindings
2016-11-27 21:54:27 +01:00
Sébastien Deronne
241e80ca6d
wifi: Remove unnecessary includes
2016-11-27 20:59:04 +01:00
Sébastien Deronne
c7a5c8ac6f
wifi: ( fixes #2552 ) Remove remaining code duplication between Yans and Spectrum
2016-11-27 19:27:15 +01:00
Sébastien Deronne
e71851491d
wifi: ( fixes #2551 ) Move preamble to TXVECTOR
2016-11-27 19:26:13 +01:00
Sébastien Deronne
a2745b97cb
network: Rescan bindings
2016-11-27 19:12:56 +01:00
Tom Henderson
6e3b4d416e
stats: Increase floating-point arithmetic tolerance in a test
...
The 'average' test suite, which used a constant TOLERANCE value of
1e-14 to check the MinMaxAvgTotalCalculator class computations,
started to fail on a 32-bit Fedora 24 test machine because the
arithmetic slightly exceeded a difference of 1e-14. This patch
doubles the tolerance to 2e-14 to make this test pass again.
2016-11-27 07:55:09 -08:00
Tom Henderson
f61da28ef5
test case to support commit 12425:1313ad34c26a
2016-11-27 07:50:18 -08:00
Peter D. Barnes, Jr.
88b9ea15bb
network: ( fixes #2221 ) Remove size constraint of Tag objects
2016-11-27 07:49:26 -08:00
Sébastien Deronne
647c62936b
wifi: Remove unused m_accessOngoing variable in DcaTxop
2016-11-27 15:23:03 +01:00
Sébastien Deronne
7c7f8c2533
wifi: merged and moved similar functions to retrieve TID to QosUtils
2016-11-25 22:48:17 +01:00
Sébastien Deronne
e45a3546c0
wifi: small code cleanup
2016-11-25 22:45:34 +01:00
Natale Patriciello
31d266c79f
examples: silence warning on dead increment in manet-routing-compare
2016-11-23 17:44:39 +01:00
Natale Patriciello
155667b067
examples: removed dead initialization in wireless/multirate.cc
2016-11-23 17:41:57 +01:00
Biljana Bojovic
babcf4b843
bug 2048: Test cases by Nicola Baldo (with minor changes)
2016-11-23 12:33:21 +01:00
Biljana Bojovic
94364343c7
lte: ( fixes #2048 ) Complements changeset 12416: Schedulers to skip UEs when CQI==0
2016-11-23 12:18:33 +01:00
Nicola Baldo
1acb24307e
bug 2048: applied Piotr's fix for lte-cqi-generation test (with minor changes)
2016-11-22 10:55:49 +01:00
Nicola Baldo
f7bab73741
lte: ( fixes #2048 ) Fix scheduler resource allocation when CQI==0 (out of range)
2016-11-22 10:54:20 +01:00
Biljana Bojovic
649ef0a0e4
lte: ( fixes #2543 ) Fix when EstimateUlSinr returns NO_SINR (fix by N. Patriciello and M. Miozzo)
2016-11-21 11:26:37 +01:00
Sébastien Deronne
4310fb9e45
wifi: Rescan bindings
2016-11-16 22:39:19 +01:00
Sébastien Deronne
122c0fab14
wifi: ( fixes #2533 ) Improve 802.11n MIMO PHY abstraction
2016-11-16 21:35:19 +01:00
Natale Patriciello
8199054dae
tcp: ( fixes #2540 ) removed dead assignment on ie-dot11s-perr.cc
2016-11-16 14:46:40 +01:00
Natale Patriciello
fb2b0a6f85
tcp: ( fixes #2547 ) removed various dead assignments
2016-11-16 14:43:25 +01:00
Tommaso Pecorella
1bdf2efdfb
bindings: Rescan flow-monitor bindings
2016-11-12 01:42:32 +01:00
Tommaso Pecorella
ee35fc8de2
flow-monitor: ( fixes #2545 ) Optimized build fails for flow-monitor (2)
2016-11-12 01:25:34 +01:00
Tommaso Pecorella
06018c412f
bindings: Rescan flow-monitor bindings
2016-11-12 01:01:57 +01:00
Tommaso Pecorella
f44b620610
flow-monitor: ( fixes #2545 ) Optimized build fails for flow-monitor
2016-11-12 01:03:56 +01:00
Natale Patriciello
52fb85be6c
tcp: Added a missing assert
2016-11-11 15:40:40 +01:00
Natale Patriciello
89a703409b
tap-bridge: ( fixes #2538 ) removed dead assignment
2016-11-11 13:44:56 +01:00