Sébastien Deronne
|
5bc9384ef4
|
wifi: Fix regression for wifi managers
|
2017-03-18 18:39:18 +01:00 |
|
Tommaso Pecorella
|
a511130e7f
|
lte: removed deprecated ArpCache::Entry::SetMacAddresss from test
|
2017-03-17 01:21:17 +01:00 |
|
Tom Henderson
|
ba54ebd95c
|
internet: (fixes #2671) fix misspell in ArpCache::Entry::SetMacAddress
|
2017-03-16 23:28:16 +01:00 |
|
Tom Henderson
|
da9c857725
|
internet: Update some doxygen
|
2017-03-16 08:29:31 -07:00 |
|
Tom Henderson
|
23c944816a
|
documentation: Update previous tutorial commit
|
2017-03-14 09:15:21 -07:00 |
|
Tom Henderson
|
578f6c0049
|
documentation: Align tutorial tracing section with current code
|
2017-03-14 07:25:07 -07:00 |
|
John Abraham
|
b9a6dca656
|
NetAnim: Update contributors
|
2017-03-13 06:30:10 -07:00 |
|
John Abraham
|
c4c4537faa
|
NetAnim: Wave support
|
2017-03-12 15:26:01 -07:00 |
|
John Abraham
|
2913210dd8
|
[Bug 2190] Add LrWpan support to NetAnim
|
2017-03-12 09:08:00 -07:00 |
|
John Abraham
|
8010dc06d3
|
Bug 2190 - Add LrWpan support to NetAnim
|
2017-03-12 09:01:29 -07:00 |
|
Tommaso Pecorella
|
1e811b4c40
|
Bug 2190 - Add LrWpan support to NetAnim
|
2017-03-12 14:16:09 +01:00 |
|
Tom Henderson
|
4ab4c2d6b8
|
tcp: (bug #2649) Temporarily disable failing tests
|
2017-03-11 21:49:29 -08:00 |
|
John Abraham
|
c0e97d4443
|
[Bug 2191] Add IPv6 support to NetAnim, merge
|
2017-03-11 16:53:26 -08:00 |
|
John Abraham
|
fc067feeb0
|
[Bug 2191] Add IPv6 support to NetAnim, Prefer non-link local address
|
2017-03-11 16:52:15 -08:00 |
|
Tom Henderson
|
efc2d4fa60
|
click: Rescan python bindings
|
2017-03-10 15:48:44 -08:00 |
|
John Abraham
|
22e76c60e9
|
[Bug 2191] Add IPv6 support to NetAnim
|
2017-03-10 12:15:42 -08:00 |
|
Tom Henderson
|
dbc12c9a8f
|
update minimal system requirements
|
2017-03-10 09:19:01 -08:00 |
|
Biljana Bojovic
|
a049fbbb65
|
lte: fix build issue caused by previous commits
|
2017-03-10 03:05:17 +01:00 |
|
Biljana Bojovic
|
7eae055bdf
|
lte: (fixes #2666) remove deprecated variables/config paths (thanks to Hongyu Deng)
|
2017-03-10 02:40:42 +01:00 |
|
Biljana Bojovic
|
5f0ec06286
|
lte: doxygen updates of model (many thanks to Robert Ammon for initial patch)
|
2017-03-10 02:28:38 +01:00 |
|
Biljana Bojovic
|
63ff5f70b7
|
lte: doxygen updates of helpers (many thanks to Robert Ammon for initial patch)
|
2017-03-10 02:02:44 +01:00 |
|
Biljana Bojovic
|
7d35091a7f
|
lte: doxygen updates of examples (many thanks to Robert Ammon for initial patch)
|
2017-03-10 01:57:48 +01:00 |
|
Biljana Bojovic
|
7dbf723cc4
|
lte: doxygen updates of tests (many thanks to Robert Ammon for initial patch)
|
2017-03-10 01:54:55 +01:00 |
|
Stefano Avallone
|
dfe1ed1619
|
traffic-control: Fix doxygen warnings
|
2017-03-09 17:17:35 +01:00 |
|
Stefano Avallone
|
8a3e1b1d34
|
visualizer: Rescan python bindings
|
2017-03-09 11:26:15 +01:00 |
|
Stefano Avallone
|
9eff4d8251
|
Rescan python bindings
|
2017-03-08 18:02:19 +01:00 |
|
Stefano Avallone
|
b20e29694b
|
various: Fix scanning python bindings
|
2017-03-08 18:02:13 +01:00 |
|
Stefano Avallone
|
11bdd2e3c8
|
flow-monitor: Keep track of the DSCP value of packets
|
2017-03-08 18:02:10 +01:00 |
|
Stefano Avallone
|
b51598d076
|
wifi: Add support for flow control and BQL
|
2017-03-08 18:02:07 +01:00 |
|
Stefano Avallone
|
bdc94e40b1
|
wifi: Make WifiMacQueue a subclass of Queue
|
2017-03-08 18:02:03 +01:00 |
|
Stefano Avallone
|
1d0a27a285
|
network: The Queue class holds a list of items
|
2017-03-08 18:01:59 +01:00 |
|
Stefano Avallone
|
3bb15af825
|
traffic-control: Add a test for the flow control mechanism
|
2017-03-08 18:01:55 +01:00 |
|
Stefano Avallone
|
fb12ef3a8b
|
network: Add support for flow control and BQL to SimpleNetDevice
|
2017-03-08 18:01:51 +01:00 |
|
Stefano Avallone
|
4e9e6fec02
|
csma: Add support for flow control and BQL
|
2017-03-08 18:01:47 +01:00 |
|
Stefano Avallone
|
40abc6507a
|
network: Add NetDeviceQueue methods to implement flow control
|
2017-03-08 18:01:43 +01:00 |
|
Stefano Avallone
|
6fef34be47
|
network: Convert Queue into a template class
|
2017-03-08 18:01:29 +01:00 |
|
Biljana Bojovic
|
1cd0010e10
|
lte: fix static code analysys warnings (thanks to Natale Patriciello)
|
2017-03-07 14:33:39 +01:00 |
|
Sébastien Deronne
|
efbfce88c7
|
wifi: Move m_stateLogger to private in WifiPhyStateHelper
|
2017-03-06 21:09:36 +01:00 |
|
Tommaso Pecorella
|
1801fc6c19
|
internet: fix commit 12733:b3104511face
|
2017-03-06 02:09:25 +01:00 |
|
Tommaso Pecorella
|
76f627c42a
|
internet: (fixes #2665) Ipv4RawSocket can not send packets to broadcast or multicast
|
2017-03-06 00:50:11 +01:00 |
|
Tommaso Pecorella
|
b289c489ae
|
core: simplify ObjectBase indentation
|
2017-02-18 12:34:44 +01:00 |
|
Tom Henderson
|
bc0a4eff02
|
wifi: silence a compiler warning
|
2017-03-02 11:28:04 -08:00 |
|
Tom Henderson
|
87b884a606
|
lte: Remove unimplemented declarations and rescan bindings
|
2017-03-02 10:30:16 -08:00 |
|
Sébastien Deronne
|
42a3a311d8
|
wifi: Rescan bindings
|
2017-03-01 23:08:01 +01:00 |
|
Sébastien Deronne
|
7987e4155c
|
wifi: Fix Doxygen
|
2017-03-01 22:17:04 +01:00 |
|
Sébastien Deronne
|
63e55588ce
|
wifi: Fix name issue for gnuplot files generated by wifi-manager-example
|
2017-03-01 21:24:20 +01:00 |
|
Sébastien Deronne
|
bf458fe698
|
wifi: Update regression examples after fix for bug 2654
|
2017-03-01 21:23:02 +01:00 |
|
Matias Richart
|
853a5da6b9
|
wifi: Change name of struct Thresholds in RrpaaWifiManager to avoid future conflicts
|
2017-03-01 21:22:01 +01:00 |
|
Matias Richart
|
074381bd2f
|
wifi: (fixes #2654) Add support in RRAA for all wifi standards
|
2017-03-01 21:20:29 +01:00 |
|
Tom Henderson
|
4cc8cd4333
|
wave (fixes #2661) Fix outdated class references in documentation
|
2017-03-01 06:40:40 -08:00 |
|