Mohit P. Tahiliani
|
b9e35ffb02
|
tcp: Add example for BBR
|
2021-06-07 14:51:13 -07:00 |
|
Mohit P. Tahiliani
|
2526c7df94
|
tcp: Add TcpBbr to tcp-variants-comparison example
|
2021-06-07 14:51:13 -07:00 |
|
Vivek Jain
|
4b0a0339dc
|
tcp: Initialize startup variables
|
2021-06-07 14:51:13 -07:00 |
|
Chetan Agrawal
|
9f10b78c43
|
tcp: Modify tcp bbr to align with Linux
Co-authored-by: Siddharth Singh <siddharth12375@gmail.com>
|
2021-06-07 14:51:13 -07:00 |
|
Vivek Jain
|
ded96e95d8
|
tcp: Add BBR test suite
|
2021-06-07 14:51:13 -07:00 |
|
Vivek Jain
|
86755f4175
|
tcp: Added BBR Congestion control
|
2021-06-07 14:51:13 -07:00 |
|
Vivek Jain
|
b8ba1b70cb
|
tcp: Added windowed filter to track min/max windowed values
|
2021-06-07 14:51:13 -07:00 |
|
bbojovic
|
7957cf56b0
|
lte: (fixes #322) Add Channel pointer value type attribute to REM helper
|
2021-06-07 10:36:20 -07:00 |
|
Mohtashim Nawaz
|
422e0666ff
|
Update building-topologies.rst (maximum number of packets in FqCoDelQueueDisc)
|
2021-06-03 05:53:02 +00:00 |
|
Tom Henderson
|
f233ed3a63
|
wifi: Rescan Python bindings
|
2021-06-02 14:26:35 -07:00 |
|
Sébastien Deronne
|
13734fc237
|
Update CHANGES.html
|
2021-06-01 21:18:42 +02:00 |
|
Sébastien Deronne
|
1f28c46b12
|
wifi: Combine UseVhtOnly and UseHeOnly in Minstrel-HT
|
2021-06-01 21:13:17 +02:00 |
|
Sébastien Deronne
|
5e4d7157b9
|
Update RELEASE_NOTES
|
2021-06-01 20:36:15 +02:00 |
|
Sébastien Deronne
|
6ee29a177f
|
wifi: Extend regression for wifi-manager-example
|
2021-06-01 20:36:15 +02:00 |
|
Sébastien Deronne
|
db2adf6f3c
|
wifi: Add missing 6 GHz band support for wifi-manager-example
|
2021-06-01 20:36:15 +02:00 |
|
Sébastien Deronne
|
5e3ffc9a9b
|
wifi: add HE support to MinstrelHt (initial patch from Alexander Krotov)
|
2021-06-01 20:36:15 +02:00 |
|
Tom Henderson
|
a0ff41c945
|
openflow: Disable library-induced warning on optimized builds
Optimized builds on newer g++ versions are triggering warnings about the
openflow library's use of strncpy().
|
2021-05-31 20:16:48 -07:00 |
|
Tom Henderson
|
23cf8ce224
|
bindings: Update pybindgen version
|
2021-05-31 19:53:11 -07:00 |
|
Tom Henderson
|
1e40741a18
|
mesh: Rescan APIs
|
2021-05-31 19:46:10 -07:00 |
|
Tom Henderson
|
3e0d65c995
|
mesh: Change anonymous struct to a named struct
The typedef anonymous struct will not work with pybindgen; if a typedef
is desired, separately typedef the named struct to the same name.
|
2021-05-31 19:25:24 -07:00 |
|
Tom Henderson
|
af8816b357
|
mesh: Remove unnecessary forward declaration
|
2021-05-31 19:25:08 -07:00 |
|
Sébastien Deronne
|
6e1611b759
|
wave: Fix WaveHelper::EnableLogComponents
|
2021-05-31 18:03:24 +02:00 |
|
Tommaso Pecorella
|
a852612114
|
mesh: doxygen fixes
|
2021-05-30 02:14:47 +02:00 |
|
Tommaso Pecorella
|
6037d22531
|
topology-read: doxygen fixes
|
2021-05-29 21:02:37 +00:00 |
|
Tommaso Pecorella
|
03d7ffe186
|
config-store: fix doxygen update mishap
|
2021-05-29 18:25:29 +00:00 |
|
Tommaso Pecorella
|
19e698d01d
|
config-store: doxygen updates
|
2021-05-29 18:08:44 +00:00 |
|
Stefano Avallone
|
a19d4fa3e2
|
wifi: Rescan python bindings
|
2021-05-29 18:50:12 +02:00 |
|
Stefano Avallone
|
f00a057155
|
wifi: WifiTxTimer::FeedTraceSource methods do not need to be template class members
|
2021-05-29 18:50:12 +02:00 |
|
Stefano Avallone
|
6d6837f645
|
wifi: Update documentation
|
2021-05-29 18:50:12 +02:00 |
|
Stefano Avallone
|
18dc734fba
|
wifi: Fix a few leftovers
|
2021-05-29 18:50:12 +02:00 |
|
Stefano Avallone
|
1396844c4a
|
wifi: Remove unused methods from BlockAckManager and QosTxop
|
2021-05-28 13:56:13 +02:00 |
|
Stefano Avallone
|
7fe39ba09c
|
wifi: WifiTxParameters use correct size for a Packet
|
2021-05-28 13:56:13 +02:00 |
|
Stefano Avallone
|
c004791f17
|
wifi: Delay switch to unassociated state until end of RX
Otherwise, crashes may occur when receiving a MU frame, whose
reception requires the STA-ID.
|
2021-05-28 13:56:13 +02:00 |
|
Stefano Avallone
|
a6116d0bae
|
wifi: NAV Reset event must be cancelled even if the PPDU has been filtered
|
2021-05-28 13:56:13 +02:00 |
|
Stefano Avallone
|
ad92bb8908
|
wifi: Add a Round Robin OFDMA scheduler
|
2021-05-28 13:56:13 +02:00 |
|
Stefano Avallone
|
84798a4d56
|
wifi: Add (de)association trace source to ApWifiMac
|
2021-05-28 13:56:13 +02:00 |
|
Stefano Avallone
|
b3fa5a6990
|
wifi: Add useful methods to class HeRu
|
2021-05-28 13:56:13 +02:00 |
|
Stefano Avallone
|
f99d624f5e
|
wifi: Allow QosTxop to return its Access Category
|
2021-05-28 13:56:13 +02:00 |
|
Tommaso Pecorella
|
fa87c21c83
|
wave: doxygen fixes
|
2021-05-27 22:50:54 +00:00 |
|
Tommaso Pecorella
|
6f9225dfab
|
applications: doxygen fixes
|
2021-05-27 21:52:29 +00:00 |
|
Tommaso Pecorella
|
4122e11a18
|
nix-vector-routing: doxygen fixes
|
2021-05-27 21:02:34 +00:00 |
|
Rediet
|
e27d87e971
|
lte: Update doc on integration of BLER curves
Remove obsolete references to Pem
|
2021-05-27 12:39:50 +00:00 |
|
Rediet
|
668a2de316
|
lte: Update links in model library references
|
2021-05-27 12:39:50 +00:00 |
|
ZorazeAli
|
7329cc2554
|
lte: Rescan APIs
|
2021-05-27 11:27:29 +02:00 |
|
ZorazeAli
|
ebfec2d7a7
|
lte: Pass complete PDCP SDU params from LtePdcpSapProvider to LtePdcp
See merge request !268
|
2021-05-27 11:26:25 +02:00 |
|
Tommaso Pecorella
|
77d6088608
|
ci: fix master doxygen fails
|
2021-05-27 00:36:44 +00:00 |
|
Rediet
|
867cc1981d
|
wifi: (fixes #394) Obtain coherent Rx width for DSSS PhyEntity of HE-capable PHYs
Since the RxSpectrumModel is built using HE parameters
|
2021-05-26 11:07:09 +02:00 |
|
Rediet
|
5b6220c268
|
wifi: fix doxygen warnings in src/test/ns3wifi
|
2021-05-25 17:11:18 +02:00 |
|
Rediet
|
fe349e534b
|
wifi: fix doxygen warnings in src/wifi/test
8 warnings left with templated TxopType
|
2021-05-25 17:11:16 +02:00 |
|
Rediet
|
fad6f02301
|
doc: Add alias for gitlab issues
|
2021-05-25 17:11:15 +02:00 |
|