Stefano Avallone
|
87a5d1f2a4
|
wifi: Add an element to WifiTxTimer for missed CTS after MU-RTS
|
2023-02-24 10:05:33 +01:00 |
|
Stefano Avallone
|
efb34005c8
|
wifi: Enable assert in ChannelAccessManager
|
2023-02-24 10:05:33 +01:00 |
|
Gabriel Ferreira
|
b6350920f4
|
lte: return reference to prevent Dci temporary copy
saves 4.7 million allocations (26%) in the lte-cqi-generation test suite
|
2023-02-23 23:04:41 +00:00 |
|
Peter Barnes
|
038527e57e
|
core: refactor char* to string in log
|
2023-02-23 22:46:31 +00:00 |
|
Sébastien Deronne
|
59805a21c1
|
wifi: Add test for PHY reception of multiple CTS frames in response to a MU-RTS frame
|
2023-02-23 12:33:40 +01:00 |
|
Sébastien Deronne
|
4d287ad59c
|
wifi: Add test for non-HT duplicate PPDUs reception
|
2023-02-23 12:33:40 +01:00 |
|
Sébastien Deronne
|
2034432950
|
wifi: HE PHY of AP STA receives CTS responses using the same bandwidth as the one used to transmit the MU-CTS
|
2023-02-23 12:33:40 +01:00 |
|
Sébastien Deronne
|
b651bee259
|
wifi: Add PHY support for MU-RTS procedure
|
2023-02-23 12:33:40 +01:00 |
|
Sébastien Deronne
|
34726807f3
|
wifi: Add function to get the supported PHY entity to use for a received PPDU
|
2023-02-23 12:33:40 +01:00 |
|
Sébastien Deronne
|
40a6be3407
|
wifi: Add support for non-HT duplicate
|
2023-02-23 12:33:40 +01:00 |
|
Sébastien Deronne
|
b74e4b7123
|
wifi: Channel width used at TX should be carried in spectrum signal parameters
|
2023-02-23 12:33:40 +01:00 |
|
Sébastien Deronne
|
65ec6d6c0a
|
wifi: Channel width is only held by OfdmPpdu to distinguish 5 MHz, 10 MHz or 20 MHz PPDUs
|
2023-02-23 12:33:40 +01:00 |
|
Stefano Avallone
|
32f8be80a8
|
wifi: Add the Trigger Responding parameter to the TxVector
|
2023-02-23 12:33:40 +01:00 |
|
Tom Henderson
|
c7fa7ea163
|
wifi: Disable noise figure and CCA thresholds from RAA example
|
2023-02-23 00:28:49 +00:00 |
|
Stefano Avallone
|
b0f1cf0f78
|
wifi: Fix typo in WifiNetDevice object vector checker
|
2023-02-22 19:37:33 +01:00 |
|
Gabriel Ferreira
|
6f076416e7
|
Fix typos
|
2023-02-21 22:29:29 -03:00 |
|
Gabriel Ferreira
|
8f1d403fcd
|
ci: add spell-checking job
|
2023-02-21 22:29:06 -03:00 |
|
Eduardo Almeida
|
c5371d938c
|
Fix clang-tidy readability-make-member-function-const warnings
|
2023-02-21 16:09:35 +00:00 |
|
Eduardo Almeida
|
79ddaeb3b2
|
clang-tidy: Add check readability-make-member-function-const
|
2023-02-21 16:09:35 +00:00 |
|
André
|
f90207e3b1
|
lte: Fix typos
|
2023-02-17 13:35:48 +00:00 |
|
Sébastien Deronne
|
a7f474c708
|
wifi: Serialize/deserialize PHY headers only in debug mode
|
2023-02-16 22:03:17 +00:00 |
|
Sébastien Deronne
|
7eb2e8d08a
|
wifi: Serialize/deserialize PHY headers
|
2023-02-16 22:03:17 +00:00 |
|
Sébastien Deronne
|
7179427b49
|
wifi: Move setting of PHY headers in a seperate function for all WifiPpdu child classes
|
2023-02-16 22:03:17 +00:00 |
|
Sébastien Deronne
|
49befbc216
|
wifi: Cleanup destructors in WifiPpdu child classes
|
2023-02-16 22:03:17 +00:00 |
|
Peter Barnes
|
7c7d445952
|
build: document build profiles, assert and log enablement, compiler options
|
2023-02-16 20:09:49 +00:00 |
|
Peter D. Barnes, Jr
|
b97c2f239f
|
core: refactor log.cc
|
2023-02-16 18:40:30 +00:00 |
|
Stefano Avallone
|
97b5e4988f
|
Update RELEASE_NOTES.md
|
2023-02-16 16:26:11 +01:00 |
|
Stefano Avallone
|
38b6bdaa92
|
wifi: Use UL MU CS mechanism to respond to Trigger Frames
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
17c4db1d27
|
wifi: Implement UL MU CS mechanism
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
9a812baf28
|
wifi: Add a method to compute the indices of the 20MHz channel covering an RU (with unit test)
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
514cfd612f
|
wifi: Update virtual CS indication for STAs maintaining two NAVs
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
b31f1c8275
|
wifi: Update and cancel reset timer for dual NAV
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
e574f80fca
|
wifi: Add a WifiPsdu method to check if a PSDU is setting the NAV
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
1553cdcee4
|
wifi: Add a method to classify a PPDU as intra-BSS
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
3161a2707f
|
wifi: Clear TXOP holder when NAV is reset or counts down to zero
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
ed89f4f439
|
wifi: Check that frame belongs to BSS before setting the TXOP holder
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
b657a8df59
|
wifi: Ack frames shall not be used to set the TXOP holder
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
a4e7f9ee0a
|
wifi: Set NAV and TXOP holder after processing frames
...because otherwise the conditions to respond to an RTS or a
Trigger Frame are not computed correctly.
|
2023-02-16 16:25:18 +01:00 |
|
Stefano Avallone
|
ef22ffa138
|
Update RELEASE_NOTES.md
|
2023-02-16 12:13:58 +01:00 |
|
Stefano Avallone
|
246f7b646b
|
wifi: Setup multiple links in some of the EHT examples to run
|
2023-02-16 12:13:58 +01:00 |
|
Stefano Avallone
|
6192009878
|
wifi: Extend the wifi-eht-network example
Add an option to print the average per-station throughput over
intermediate intervals of the specified duration
|
2023-02-16 12:13:58 +01:00 |
|
Stefano Avallone
|
2101962980
|
wifi: Add an option to wifi-eht-network to setup a second and a third link between the AP and the station(s)
Links must operate in distinct frequency bands
|
2023-02-16 12:13:58 +01:00 |
|
Stefano Avallone
|
73d25d7f0f
|
wifi: WifiHelper allows to configure different remote station manager per link
|
2023-02-16 12:13:58 +01:00 |
|
Sébastien Deronne
|
5287265c08
|
wifi: Run EHT examples in regression
|
2023-02-16 12:13:58 +01:00 |
|
Sebastien Deronne
|
b684157c1d
|
examples: Add initial 802.11be example
|
2023-02-16 12:13:58 +01:00 |
|
Stefano Avallone
|
8eb215dc4e
|
wifi: MU scheduler keeps per-link TX information
|
2023-02-16 12:13:58 +01:00 |
|
Sébastien Deronne
|
3473263bf3
|
wifi: Temporary workaround to support 802.11be with MCS-12 and MCS-13
|
2023-02-16 09:00:52 +01:00 |
|
Gabriel Ferreira
|
264f6d9b72
|
build: emit warning for the doxygen target if tests and examples are disabled
Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com>
|
2023-02-15 18:19:16 +00:00 |
|
Gabriel Ferreira
|
0388b7c263
|
doc: fix dead urls
Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com>
|
2023-02-15 14:44:45 +00:00 |
|
Gabriel Ferreira
|
e9cc61c200
|
tests: update dead url test code in test-ns3.py
|
2023-02-15 14:44:45 +00:00 |
|