Commit Graph

661 Commits

Author SHA1 Message Date
Sébastien Deronne
8f6ea2883d wifi: (fixes #2629) Fill in supported supported rates and MCS values from beacons 2017-01-30 21:12:31 +01:00
Sébastien Deronne
7d9079623f wifi: (fixes #2604) Use SIFS between QoS frames with Block Ack policy that belong to the same TXOP 2017-01-29 23:06:36 +01:00
Sébastien Deronne
fc7641add7 wifi: Add initial support for 802.11ax 2017-01-28 20:27:26 +01:00
Stefano Avallone
9f60774b59 traffic-control: (fixes #2537) Fix dead assignment on CoDel::DoDequeue 2017-01-27 18:02:38 +01:00
Natale Patriciello
6d0f79f378 tcp: (fixes #2263) Added IsTcpOptionEnabled method 2017-01-25 18:17:46 +01:00
Ankit Deepak
eb6cd95fdc build: (fixes #2518) Suppress module list for Python programs 2017-01-24 17:44:10 -08:00
Sébastien Deronne
d73d9dfab0 wifi: (fixes #2628) m_currentPacket should not hold received packets 2017-01-24 18:54:52 +01:00
Sébastien Deronne
859859a8e1 wifi: (fixes #2491) Replace DcfManager::MY_DEBUG 2017-01-23 21:12:37 +01:00
Tommaso Pecorella
824ce1e528 Internet: (fixes #2627) - Ipv6RawSocket must check bound interface 2017-01-21 00:42:09 +01:00
Sébastien Deronne
4dd21b151c wifi: (fixes #2601) HT stations use 40 MHz channel width if the configured channel width is set to 80 or 160 MHz 2017-01-13 20:10:40 +01:00
Sébastien Deronne
e905d6a2a7 wifi: (fixes #2578) Fix unexpected assert 'Internal collision but no packet in queue' 2017-01-13 20:08:04 +01:00
Matias Richart
3fb64fda99 wifi: (fixes #2607) Correct overflow in channel width loop in Minstrel HT 2017-01-11 20:28:21 +01:00
Sébastien Deronne
eab7f7015e wifi: (fixes #2605) Add HT/VHT capabilities only if the peer station supports HT/VHT 2017-01-11 20:26:01 +01:00
Mohit P. Tahiliani
3b85d0da5b traffic-control: (fixes #2512, #2590) Various small fixes regarding the RED queue disc 2017-01-09 20:01:36 +01:00
Tommaso Pecorella
9c09190deb internet: (fixes #2614) RIP header version mismatch 2017-01-06 14:30:46 +01:00
Sébastien Deronne
3b284f0d5b wifi: (fixes #2577) Handle A-MPDU with RTS enabled when multiple TOS are used 2017-01-02 08:45:10 +01:00
Sébastien Deronne
148235f3a1 wifi: (fixes #2584) MacLow to call StartNext only if there is a TXOP 2017-01-01 17:49:15 +01:00
Sébastien Deronne
d34b946a0b wifi: (fixes #2471) Fix issue when trying to disable Block Ack for HT/VHT stations 2016-12-28 19:25:36 +01:00
Sébastien Deronne
a47cda1c1a wifi: (fixes #2591) Allow 802.11e Block Ack mechanism on HT/VHT stations 2016-12-28 13:49:41 +01:00
Sébastien Deronne
ed66ffad0d examples: (fixes #2594) Fix throughput calculation in vht-wifi-network 2016-12-27 09:29:00 +01:00
Matias Richart
e875720cc0 wifi: (fixes #2566): Fix BlockAckManager::GetNRetryNeededPackets 2016-12-21 21:37:36 +01:00
Stefano Avallone
3ae9d85c2f traffic-control: (fixes #2485) Add ECN support to RED 2016-12-13 19:56:41 +01:00
Sébastien Deronne
35c12eb14a wifi: (fixes #2463) Add TxopTrace trace source to EdcaTxopN 2016-12-11 16:23:26 +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
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
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
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
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
f44b620610 flow-monitor: (fixes #2545) Optimized build fails for flow-monitor 2016-11-12 01:03:56 +01:00
Natale Patriciello
89a703409b tap-bridge: (fixes #2538) removed dead assignment 2016-11-11 13:44:56 +01:00
Natale Patriciello
7242409fe8 wimax: (fixes #2536) Removed potential memory leak 2016-11-11 12:40:32 +01:00
Natale Patriciello
86fc7190a8 utils: (fixes #2535) corrected memleak on bench-sim 2016-11-11 12:08:44 +01:00
Sébastien Deronne
22186342a8 update RELEASE_NOTES with items unexpectedly removed in a previous commit 2016-11-10 22:27:21 +01:00
Tommaso Pecorella
bec49d392d core: (fixes #2513) - Deprecates Mean attribute in ParetoRandomVariable 2016-11-08 01:42:06 +01:00
Natale Patriciello
3b095059ba wifi: (fixes #2542) Corrected dead assignment on wifi mac-low 2016-11-07 22:54:21 +01:00
Natale Patriciello
fb5b35bc76 wifi: (fixes #2541) Corrected preamble assignment 2016-11-07 22:52:26 +01:00
Robert Ammon
bf956783aa routing: (fixes #2527) Extend PrintRoutingTable to specify the time unit for the report. 2016-11-05 02:38:15 +01:00
Sébastien Deronne
e1fd378394 wifi: (fixes #2532) Remove potential inconsistencies between 802.11n MCS and NSS value reported in TXVECTOR 2016-11-01 11:26:50 +01:00
Sébastien Deronne
33bc706e2b wifi: (fixes #2477) Check that PHY state is not RX nor TX before sending BACK response to A-MPDU 2016-10-30 09:21:08 +01:00
Sébastien Deronne
cccee8c146 wifi: (fixes #2529) Trigger m_macTxDataFailed for failed or missed MPDUs when A-MPDU is used 2016-10-26 20:42:32 +02:00
Francisco Javier Sanchez Roselly
6f5252e537 internet: (fixes #2521) include ipv6-option.h in wscript 2016-10-14 17:56:46 +02:00
Sébastien Deronne
4694a11bdf wifi: (fixes #2511) Fix issues and improve support for HT Greenfield format 2016-10-14 14:41:27 +02:00
Nicola Baldo
c585d60609 fixed Bug 2450 - LogDistancePropagationLossModel is not continuous 2016-10-12 21:14:34 +02:00
Tom Henderson
9bf0116c22 update AUTHORS and RELEASE_NOTES 2016-10-06 22:55:29 -07:00
Tom Henderson
61a0ca13de documentation: Update for new release cycle 2016-10-03 21:37:42 -07:00
Tom Henderson
a65f57b5ad update CHANGES.html and RELEASE_NOTES for ns-3.26 2016-10-03 19:35:35 -07:00