Commit Graph

15691 Commits

Author SHA1 Message Date
Tom Henderson
a5230ff41a wifi: Add copyright and license to reference files 2021-06-12 17:30:57 -07:00
Tom Henderson
6dfa845a93 wifi: Reduce program line size of Bianchi example 2021-06-12 17:30:57 -07:00
Tom Henderson
5003e1b1da wifi: Address code review comments of Bianchi example 2021-06-12 17:30:57 -07:00
Sébastien Deronne
2463be83ce wifi: Add 802.11ax theoretical values for 40, 80 and 160 MHz channels widths to wifi-bianchi example 2021-06-12 17:30:57 -07:00
Sébastien Deronne
53a644aa4f wifi: Extend Bianchi scripts to support channel bonding 2021-06-12 17:30:57 -07:00
Sébastien Deronne
d35d6895c3 wifi: Add 802.11ax values obtained with the theoretical model for MCS-0 to MCS-11 at 20 MHz to the wifi-bianchi example 2021-06-12 17:30:56 -07:00
Mauriyin
835f546f4c wifi: Add python script to generate 802.11ax bianchi results 2021-06-12 17:30:56 -07:00
Sébastien Deronne
88b4025bdd wifi: (merges !521) Extend Bianchi program to support 802.11n/ac/ax rates
First in a series of eight commits for merge request !521
2021-06-12 17:30:47 -07:00
adityachirania
2bb66a2006 tcp: Fixes division by zero run time error in tcp-linux-reno 2021-06-10 11:46:00 +05:30
Tommaso Pecorella
705e8c2476 ci: prevent spurious stop on doxygen builds 2021-06-10 00:56:02 +00:00
Tom Henderson
553235ff1c doc: Add missing figure reference to Makefile 2021-06-09 10:24:44 -07:00
Tom Henderson
3fb278114f wifi: Rescan Python bindings 2021-06-09 10:23:24 -07:00
Tom Henderson
aeb8f6f1b6 wifi: Improve error model processing of header fields 2021-06-09 08:52:26 -07:00
Tom Henderson
b082b99f1d wifi: Avoid copy of Event::GetWifiTxVector 2021-06-09 08:52:26 -07:00
Sébastien Deronne
4d7983d4e0 wifi: (merges !642) Extend ErrorRateModel API for link-to-system models
Incorporates improvements from Rediet's code review.
2021-06-09 08:52:18 -07:00
Vivek Jain
f0b7deab3d tcp: Fix BBR code for optimized compilation mode 2021-06-08 09:34:19 -07:00
Tom Henderson
a352f08572 lte: Add back ability for unlimited MaxTxBufferSize in RLC AM 2021-06-08 06:45:11 -07:00
Shiva Gantha
9b3e97434b lte: (fixes #395) Add transmission buffer size for RLC AM
- code copied from lte-rlc-um.cc
- add packet drop trace in LteRlc (referred code in wifi-phy.cc:PhyTxDrop)
2021-06-08 06:44:59 -07:00
Mohit P. Tahiliani
490a1b83e4 tcp: Documentation and minor fixes for BBR 2021-06-07 14:51:13 -07:00
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