Commit Graph

12677 Commits

Author SHA1 Message Date
Stefano Avallone
0ad40e64bc wifi: Make use of RU PHY indices 2021-06-15 13:12:11 +02:00
Stefano Avallone
1ba3ed7c16 wifi: PHY sets RU PHY index upon sending an MU PPDU 2021-06-15 13:12:11 +02:00
Stefano Avallone
898e8a9daa wifi: Add PHY index to HE RUs 2021-06-15 13:12:07 +02:00
Stefano Avallone
6634f8b7ee wifi: Make HeRu::RuSpec a class
So that the values of its fields remain coherent with one another.
This is needed to introduce the RU PHY index field.
2021-06-15 13:09:13 +02:00
Stefano Avallone
23c62af29f wifi: Fix coding of RU Allocation subfield in Trigger Frames
The bit indicating the primary/secondary 80 MHz channel is the
least significant bit in the field (instead of the most significant one).
2021-06-15 13:09:13 +02:00
Stefano Avallone
280e7800ca wifi: Initialize list of stations held by RrMultiUserScheduler 2021-06-15 13:09:13 +02:00
Tom Henderson
25e0d01d28 mpi: (fixes #394) Documentation improvements for running examples 2021-06-13 16:16:45 -07:00
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
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
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
Tom Henderson
f233ed3a63 wifi: Rescan Python bindings 2021-06-02 14:26:35 -07:00
Sébastien Deronne
1f28c46b12 wifi: Combine UseVhtOnly and UseHeOnly in Minstrel-HT 2021-06-01 21:13:17 +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
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