Commit Graph

19651 Commits

Author SHA1 Message Date
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
Eduardo Almeida
6ef966c4cf Replace Doxygen tags using \ with @ 2024-11-08 18:05:46 +00:00
Eduardo Almeida
e99d17039b check-style: (fixes #1018) Add check for Doxygen tags using \ rather than @ 2024-11-08 18:05:22 +00:00
Eduardo Almeida
e0e7f6f0e7 doc: Update coding-style to prefer Doxygen @ tags 2024-11-08 18:05:22 +00:00
Eduardo Almeida
5afa1fd7ef Use Time() constructor with integer values 2024-11-08 18:01:13 +00:00
Eduardo Almeida
5d104f6f90 Remove redundant call to Time() 2024-11-08 18:01:10 +00:00
Eduardo Almeida
f77250cc92 Use default Time() constructor when initializing 0 time 2024-11-08 18:01:06 +00:00
Eduardo Almeida
3c706947a0 Use Time comparison functions rather than Time(0) 2024-11-08 18:01:00 +00:00