Commit Graph

12121 Commits

Author SHA1 Message Date
Tom Henderson
2ecc63ecfe uan: Rescan bindings 2016-05-14 18:25:46 -07:00
Hossam Khader
2f2c12c21e uan: (fixes #2386) Move UanPhyGen out of Tx mode when energy depleted
This patch adds a new PHY state 'DISABLED' and moves the Phy to this
state when energy is depleted, cancelling any pending transmissions or
receptions, and preventing further energy consumption below the low battery
threshold from the energy source.  It also introduces new methods to handle
the event when energy is recharged (to move the state out of DISABLED) by
adding an EnergyRechargeHandler callback.  Federico Guerra also contributed
to the development of this patch.
2016-05-14 18:12:19 -07:00
Sébastien Deronne
6f229f29e3 wifi: Rescan bindings 2016-05-13 12:46:42 +02:00
Sébastien Deronne
ee6709192f wifi: Fix CWmin setting when an ERP STA moves from a non-ERP AP to an ERP AP 2016-05-13 10:21:12 +02:00
Sébastien Deronne
73373691ff wifi: (fixes #2406) Fix poor performance in 802.11g ad-hoc 2016-05-13 10:19:39 +02:00
Tom Henderson
2275ce9461 wifi: (fixes #2398) Add SNR tag to beacons and probe responses 2016-05-13 10:19:02 +02:00
Tom Henderson
9cec054b13 wifi: (fixes #2397) Add backoff and cw tracing to EDCA 2016-05-13 09:54:26 +02:00
Tom Henderson
90282c449c wifi: (fixes #2396) Move utility functions to WifiPhy 2016-05-13 09:40:59 +02:00
Sébastien Deronne
364ff63d7e wifi: (fixes #2307) Get rid of m_receivedAtLeastOneMpdu flag 2016-05-13 09:36:53 +02:00
Tom Henderson
920777b0e3 traffic-control: Rescan bindings 2016-05-11 07:47:16 -07:00
Tom Henderson
e8678631f5 network: Rescan bindings 2016-05-11 07:47:06 -07:00
Stefano Avallone
500ef9f4a6 traffic-control: (fixes #2389) Internal queues need to notify their queue disc of packet drops 2016-05-11 12:10:02 +02:00
Stefano Avallone
93bf31ac56 traffic-control: (fixes #2384) Child queue discs need to notify their parent queue disc of packet drops 2016-05-11 12:09:47 +02:00
Stefano Avallone
388695a7a6 traffic-control: Make the TrafficControlLayer code more readable
Instead of keeping the root queue discs in a vector and the netdevice
queue interface and the queue discs to wake in a separate map, keep
all this information in a single convenient struct.
2016-05-11 12:08:46 +02:00
Tom Henderson
dcbec12bd7 tcp: initialize m_writeResults member variable 2016-05-08 13:38:44 -07:00
Tom Henderson
1361d42755 tcp: Control pcap generation with boolean constant 2016-05-07 06:14:13 -07:00
Tom Henderson
02bfe8f9b2 tcp: (updates #2392) update test response vectors 2016-05-07 06:12:27 -07:00
Natale Patriciello
f33b02777b tcp: (fixes #2392) patch commit 12096:8044a6a0db22 for SYN retx 2016-05-06 18:15:30 -07:00
Tommaso Pecorella
8376fea887 aodv: (re-fixes #1911) AODV doesn't work with more than one NetDevice
Changeset 10949:751e327b3632 didn't contain all the changes. Credits to Masahiro Rikiso for finding the problem.
2016-05-06 20:25:46 +02:00
Sébastien Deronne
0646f9b1b1 wifi: (fixes #2378) Properly reset A-MPDU variables if PLCP preamble/header reception failed 2016-05-05 12:17:12 +02:00
Sébastien Deronne
832ff48e76 wifi: Configurable gnuplot bounds in MinstrelHtWifiManagerExample 2016-05-05 11:44:38 +02:00
Sébastien Deronne
9817e9d70f wifi: Add msg to asserts related to incorrect MCS and NSS combination 2016-05-05 11:43:06 +02:00
Tom Henderson
a0424d7506 waf: (fixes #2387) Fix check-profile command 2016-05-03 18:01:19 -07:00
Tom Henderson
660bb7b592 bindings: (fixes #2395) Upgrade pybindgen for Python >=3.5 fix 2016-05-03 17:59:47 -07:00
Natale Patriciello
b6c47e6cea tcp: (fixes #2392) SYN advwin should not be scaled 2016-04-27 15:31:39 +02:00
Natale Patriciello
dc6e0525d4 tcp: TCP Bic test uses a Simulator instance 2016-04-26 15:28:37 +02:00
Tommaso Pecorella
d7d5575dc1 internet: (fixes #2383) IPv4 header for reassembled packets reports a wrong payload size. 2016-04-22 02:27:25 +02:00
Tom Henderson
430c75cbc2 examples: Add missing dependency 2016-04-20 16:32:18 -07:00
Tom Henderson
09b61f42d0 examples: Add missing dependency 2016-04-20 16:30:20 -07:00
Tommaso Pecorella
583ff29051 flow-monitor: (fixes #2375) Flowmonitor parse crashes when no pkt is received 2016-04-21 00:38:48 +02:00
Stefano Avallone
3b4e3ba53d internet: (fixes #2377) SocketIpTosTag and SocketIpv6TclassTag may be added twice in UDP 2016-04-20 00:18:21 +02:00
Anh Nguyen
e32a77a5e9 internet: added test for TCP Bic 2016-04-18 17:22:51 +02:00
Natale Patriciello
5aaeb0103c internet: Added TCP Bic 2016-04-18 17:21:45 +02:00
Anh Nguyen
e1d2bd27e1 internet: added TCP Veno 2016-04-18 17:20:17 +02:00
Anh Nguyen
58413eb0d3 internet: added TCP Scalable 2016-04-18 17:18:37 +02:00
Anh Nguyen
8bb8fe1904 internet: added TCP Vegas 2016-04-18 17:17:09 +02:00
Anh Nguyen
e546aeb562 internet: added last acked seq in tcp 2016-04-18 17:14:01 +02:00
Anh Nguyen
786dc1793e internet: Moved nextTxSeq in TCB 2016-04-18 17:13:33 +02:00
Natale Patriciello
0930cf590e internet: Moved highTxMark in TCB 2016-04-18 17:04:46 +02:00
Anh Nguyen
900c724a3f internet: Added CongestionStateSet API to cong-ops.h 2016-04-18 17:04:13 +02:00
Natale Patriciello
c57480c106 internet: documentation on congestion algorithms 2016-04-18 17:03:06 +02:00
Alina Quereilhac
4c4acc74b1 bug 2374: The TapFdNetDeviceHelper does not seem to work in ns-3.25. (fix by Tommaso Pecorella) 2016-04-16 13:58:17 +02:00
Tommaso Pecorella
5d288cb14c network: doxygen fixes 2016-04-07 01:50:23 +02:00
Tommaso Pecorella
b5245c59ae traffic-control: doxygen fixes 2016-04-07 00:33:40 +02:00
Tommaso Pecorella
23d3d0c46d internet: doxygen fixes 2016-04-07 00:24:47 +02:00
Peter D. Barnes, Jr.
32754b8a5a [doc] Remaining doxygen warnings on core. 2016-04-06 09:50:57 -07:00
Peter D. Barnes, Jr.
0d0089ae51 [docs] Replace \inferred with \deduced to align with commit 6769680336c8 2016-04-06 09:40:39 -07:00
Tommaso Pecorella
2949239b11 internet: (fixes #2057) ARP and Ndisc caches should be updated by receiving valid L3 packets 2016-04-04 22:23:40 +02:00
Tommaso Pecorella
4e46fcda55 lr-wpan: (fixes #2347) Ascii traces are hooked to the wrong traces 2016-03-31 23:31:50 +02:00
Tommaso Pecorella
a97cac4d28 sixlowpan: (fixes #2346) CompressionThreshold limit can be violated 2016-03-24 20:54:02 +01:00