Commit Graph

19658 Commits

Author SHA1 Message Date
Sébastien Deronne
932cfdc464 wifi: Fix typo in WifiPsdu 2024-11-23 10:03:01 +01:00
Sébastien Deronne
b5845f3c68 wifi: Print PSDU content instead of its address in WifiPpdu logs 2024-11-23 10:03:01 +01:00
Sébastien Deronne
10d77a7c94 wifi: Extend print for QoS DATA frames 2024-11-23 10:03:01 +01:00
Sébastien Deronne
be87965459 wifi: Improve logs in aggregators 2024-11-23 10:03:01 +01:00
Sébastien Deronne
272fd1142f wifi: Fix log for HtFrameExchangeManager::DequeuePsdu 2024-11-23 10:03:01 +01:00
Sébastien Deronne
1c293283a7 wifi: Add missing logs in FEMs 2024-11-23 10:02:53 +01:00
Sébastien Deronne
2467f67894 wifi: Cleanup logs in getters 2024-11-23 09:10:52 +01:00
Sébastien Deronne
fcf43a37a4 wifi: Add missing const in EhtCapabilities functions 2024-11-23 09:10:52 +01:00
Sébastien Deronne
9b9e6ef3a6 wifi: Use more const references 2024-11-23 09:10:42 +01:00
Tom Henderson
af14c5f502 doc: Increase PNG conversion image quality 2024-11-22 15:10:10 +00:00
André Apitzsch
2045a6af58 build: (fixes #1156) Fix 'FindBoost module is removed' warning
See https://cmake.org/cmake/help/latest/policy/CMP0167.html for details.
2024-11-21 11:57:24 +01:00
André Apitzsch
97954dc0db lte: Add operator<<() for the several enums 2024-11-20 22:04:33 +00:00
André Apitzsch
30ab8f4900 visualizer: Fix import error if Gdk 4.0 is available 2024-11-20 21:12:13 +00:00
André Apitzsch
bd18fc28fb visualizer: Replace deprecated Gtk.TextView.modify_font 2024-11-20 21:12:13 +00:00
André Apitzsch
84d6c8880d visualizer: Replace deprecated pkg_resources 2024-11-20 21:12:13 +00:00
André Apitzsch
78264e09e5 visualizer: Fix 'SyntaxWarning: invalid escape sequence' 2024-11-20 21:12:13 +00:00
André Apitzsch
00c4053264 lte: Fix list of supported releases 2024-11-19 22:32:25 +00:00
André Apitzsch
549bdcbed8 lte: Convert BearerRequirements tuple to struct 2024-11-19 22:32:25 +00:00
André Apitzsch
427b7d7067 lte: Refactor GetRequirementsRel*()
Simplify code as support for GCC 4.9 is no longer needed.
2024-11-19 22:32:25 +00:00
André Apitzsch
d8089b5625 utils: remove unused grid.py 2024-11-18 09:58:32 +01:00
Gabriel Ferreira
d45e1afeb3 applications: Add state trace source to OnOffApplication 2024-11-14 12:53:51 +01:00
Stefano Avallone
e87bf91596 wifi: Extend retransmit test to check multi-link devices 2024-11-13 07:32:57 +00:00
Stefano Avallone
94812aad6a wifi: Add a trace source to notify of block ack agreement established 2024-11-13 07:32:57 +00:00
Stefano Avallone
a70de56280 Update CHANGES.md and RELEASE_NOTES.md 2024-11-13 07:32:57 +00:00
Stefano Avallone
c3d37203ac wifi: Add unit test to check retransmit procedure 2024-11-13 07:32:57 +00:00
Stefano Avallone
2b09c03e29 wifi: Cleanup unused function and obsolete attributes 2024-11-13 07:32:57 +00:00
Stefano Avallone
5b7eac10f9 wifi: Reuse Minstrel(Ht)WifiManager::DoNeedRetransmission() function 2024-11-13 07:32:57 +00:00
Stefano Avallone
eb82ff9c6e wifi: Do not update CW and QSRC if PIFS recovery is used 2024-11-13 07:32:57 +00:00
Stefano Avallone
e37b16e674 wifi: Increment frame retry count on Block Ack timeout 2024-11-13 07:32:57 +00:00
Stefano Avallone
00929c5766 wifi: Notify RSM of expired MPDUs that are part of a BA agreement 2024-11-13 07:32:57 +00:00
Stefano Avallone
4b3c9bb834 wifi: Increment frame retry count on internal collision 2024-11-13 07:32:57 +00:00
Stefano Avallone
5394ee025d wifi: Increment frame retry count on CTS timeout 2024-11-13 07:32:57 +00:00
Stefano Avallone
1a088e0e58 wifi: Increment frame retry count on Normal Ack timeout 2024-11-13 07:32:57 +00:00
Stefano Avallone
7307d68c41 wifi: Add functions to update frame retry count and drop MPDUs 2024-11-13 07:32:57 +00:00
Stefano Avallone
194b48ecfa wifi: Add a frame retry count for each MSDU, A-MSDU, MMPDU 2024-11-13 07:32:57 +00:00
Stefano Avallone
77170fbb68 wifi: AP considers a STA associated when Assoc Response is ack'ed 2024-11-13 07:32:57 +00:00
Stefano Avallone
16f961ac4a wifi: Free the assigned AID if the Assoc Response is dropped 2024-11-13 07:32:57 +00:00
Stefano Avallone
ea0166feae wifi: Store per-STA/per-AC SSRC/QSRC in the Txop class and fix CW update 2024-11-13 07:32:57 +00:00
Stefano Avallone
1a92d2cbcf wifi: Add the FrameRetryLimit attribute to WifiMac
Similar attributes in WifiRemoteStationManager will be eventually
deprecated.
2024-11-13 07:32:57 +00:00
Stefano Avallone
7384bdc550 wifi: Pass link ID to remote station managers 2024-11-13 07:32:57 +00:00
Alberto Gallegos Ramonet
9f92de9dcd energy: Update energy documentation (datasheets) 2024-11-12 15:19:13 +09:00
Eduardo Almeida
d3532f72a8 ci: Add instructions to cmake-format job to fix the style 2024-11-11 20:44:51 +00:00
Amir Ashtari Gargari
541d862549 antenna: Add methods to get down tilt and bearing angles from UniformPlanarArray 2024-11-11 19:24:37 +00:00
Sébastien Deronne
a7d0758dbd spectrum: Calculate propagation loss and receiver antenna gain at RX 2024-11-11 14:49:18 +01:00
Sébastien Deronne
608d8b2df0 spectrum: Reduce further amount of spectrum conversions at RX by passing a map of existing conversion of the TX PSD 2024-11-11 14:48:52 +01:00
Sébastien Deronne
a3bccf9616 spectrum: Perform spectrum conversions only once at TX, evaluate at RX if another conversion is needed 2024-11-11 14:48:28 +01:00
Sébastien Deronne
80893bc9b7 wifi: Fix assert message related to converted spectrum check 2024-11-11 14:47:59 +01:00
Gabriel Ferreira
0e41a5555f check-style: Replace NBSP with empty space 2024-11-10 20:11:29 +01:00
Gabriel Ferreira
d1cac8ba3e doc: Add virtual environment section to Python manual 2024-11-10 20:11:29 +01:00
Gabriel Ferreira
194624068c build: Prevent python bindings from being enabled along with MPI
MPI is not supported by cppyy
2024-11-10 20:11:29 +01:00