Commit Graph

13358 Commits

Author SHA1 Message Date
Sébastien Deronne
4bc502dd5b wifi: (fixes #2826) Use lowest basic rate for management frames 2018-03-02 23:46:11 +01:00
Sébastien Deronne
3b1e77857e wifi: rescan bindings 2018-03-02 23:43:51 +01:00
Sébastien Deronne
1dd885d023 wifi: (fixes #2774) Fixes endless ADDBA requests after transmitting a DELBA frame 2018-03-02 21:27:06 +01:00
Sébastien Deronne
fbd00cb4b5 wifi: Refactor WifiPhy and WifiPhyStateHelper to eliminate circular declaration of classes (based on Robert Ammon's patch) 2018-03-02 21:24:48 +01:00
Manuel Requena
d4d78eeeb3 lte: (fixes #2885) Tests fail for CQA and PSS testsuites 2018-03-02 17:09:09 +01:00
Zoraze Ali
d7c4763081 lte: rescan bindings 2018-03-01 16:55:41 +01:00
Zoraze Ali
763a885e0c merge 2018-03-01 12:00:44 +01:00
Stefano Avallone
8dee9cad35 traffic-control: Eliminate Visual Studio compiler warning without breaking build with clang 2018-03-01 11:43:08 +01:00
Manuel Requena
be2409e0dd lte: Remove useless and harmful SetCcPhyParams after fix #2840 2018-03-01 11:07:40 +01:00
Zoraze Ali
3ee00b0a17 lte: (fixes: #2840) Wrong configuration of eNBs and UEs 2018-03-01 11:06:28 +01:00
Sébastien Deronne
a9a20831f7 wifi: rescan bindings 2018-02-27 21:47:33 +01:00
Sébastien Deronne
6ffe1f247f wifi: Eliminate some Visual Studio compiler warnings (based on Robert Ammon's patch) 2018-02-27 20:29:17 +01:00
Sébastien Deronne
a1a1a5990f wifi: Get rid of unused retries parameter in WifiTxVector 2018-02-27 20:25:59 +01:00
Sébastien Deronne
cb02bea0ae wifi: Remove useless code in EdcaTxopN 2018-02-27 20:25:28 +01:00
Sébastien Deronne
af33c6c297 wifi: Use 802.11ac in Bug2831TestCase 2018-02-27 20:23:25 +01:00
Sébastien Deronne
bfefcaed40 wifi: Remove useless check in InterferenceHelper 2018-02-27 20:23:06 +01:00
Sébastien Deronne
24719f1d6d wifi: Add placeholder to handle extended capabilities IE 2018-02-27 20:22:36 +01:00
Sébastien Deronne
0f467b3502 wifi: Check style of previous commits 2018-02-27 09:39:03 +01:00
Sébastien Deronne
673667d2f7 wifi: Remove casts in logging outputs 2018-02-26 23:18:47 +01:00
Sébastien Deronne
8b355753c9 wifi: rescan bindings 2018-02-26 23:14:21 +01:00
Sébastien Deronne
fb3b0825f0 wifi: Start wifi devices when energy is recharged 2018-02-26 21:01:09 +01:00
Tom Henderson
1d5e5dec09 network: rescan bindings 2018-02-25 19:47:48 -08:00
Tom Henderson
848198b263 uan: rescan bindings 2018-02-25 19:47:36 -08:00
Tom Henderson
b6ae9e3446 internet: rescan bindings 2018-02-25 19:47:14 -08:00
Tom Henderson
19ce9f35b9 tcp: clang compilation error on type conversion 2018-02-25 19:46:21 -08:00
Natale Patriciello
d0ba8d9a13 tcp: de-commented some light test for BytesInFlight function 2018-02-25 12:04:32 +01:00
Natale Patriciello
0ef049147e tcp: Added a test for IsLost in TcpTxBuffer 2018-02-25 12:03:49 +01:00
Natale Patriciello
8e14751e7d lte: (fixes 2107) Enable PCAP tracing for X2 and S1U links 2018-02-25 11:59:03 +01:00
Natale Patriciello
68691f9c17 edited release notes for bug 2866 corrected in commit 13319:4052be71b58b 2018-02-25 11:43:13 +01:00
Natale Patriciello
201068eda2 tcp: (fixes 2876) Do not shrink adv. window after FIN 2018-02-25 11:40:59 +01:00
Natale Patriciello
b8478298f7 tcp: SackBlock can be printed with NS_LOG macro 2018-02-25 11:40:22 +01:00
Natale Patriciello
adc9872391 tcp: (fixes #2875) Use Rule3 of RFC6675 only with SACK enabled 2018-02-25 11:39:35 +01:00
Natale Patriciello
9b62ac5401 tcp: (fixes #2874) Corrected interpretation of RFC 6675 for IsLost check 2018-02-25 11:37:52 +01:00
Natale Patriciello
d42d15b50f tcp: Removed CraftSackOption from the API 2018-02-25 11:36:52 +01:00
Natale Patriciello
085eeca653 tcp: Removed duplicated code for assigning socket tag 2018-02-25 11:36:23 +01:00
Natale Patriciello
230e12df61 core: Added move operator for Time type 2018-02-25 11:36:01 +01:00
Natale Patriciello
a7b21e30dc examples: VS warnings corrected in tcp-variants-comparison 2018-02-25 11:35:41 +01:00
Natale Patriciello
3a59cbbc68 tcp: C++11 initializers on TcpTxBuffer 2018-02-25 11:35:02 +01:00
Natale Patriciello
6a2611466e tcp: Corrected VS warnings, patch based on Robert's patch 2018-02-25 11:34:13 +01:00
Natale Patriciello
7552517ba1 tcp: DeHeaderize TcpSocketBase, c++11 initializers 2018-02-25 11:32:43 +01:00
Natale Patriciello
b782b9288b tcp: (fixes #2873) Potential SIGFPE with Yeah 2018-02-25 11:30:06 +01:00
Tommaso Pecorella
f6bdc69a97 network: clarify the IPv6 autoconfigured address generation documentation. 2018-02-24 20:28:05 -06:00
Hossam Khader
ad5f9374e0 uan: (fixes #2413) Changes in the UAN module to support NS-3 IP stack 2018-02-24 20:07:05 -06:00
Sébastien Deronne
56b004d52b spectrum: Remove useless lines in WifiSpectrumValueHelper 2018-02-24 00:49:49 +01:00
Peter D. Barnes, Jr.
cb6b8c6c00 core: allow floating point time strings 2018-02-23 15:16:10 -08:00
Sébastien Deronne
3acf9f511a wifi: (fixes #2831) trigger reassociation if PHY capabilities changed 2018-02-23 23:11:17 +01:00
Sébastien Deronne
e136b8eb0a wifi: (fixes #2791) rework InterferenceHelper 2018-02-23 22:23:41 +01:00
Sébastien Deronne
f70318144d wifi: Cleanup debugging logs 2018-02-23 19:34:13 +01:00
Sébastien Deronne
e6dcbf9f38 wifi: (fixes #2877) Use uint32_t for CWmin and CWmax 2018-02-23 19:33:22 +01:00
Sébastien Deronne
76ce6128cf traffic-control: Fix compilation issue 2018-02-23 19:31:45 +01:00