Commit Graph

19917 Commits

Author SHA1 Message Date
Stefano Avallone
e3e3568ac6 wifi: If a PPDU is not a non-HT PPDU, it cannot be an ICF 2025-02-22 10:40:58 +01:00
Stefano Avallone
f52ef11cfd wifi: Make TXVECTOR available while receiving the PHY header of a PPDU 2025-02-22 10:40:58 +01:00
Stefano Avallone
60b4feb74d wifi: Interrupt switch main PHY back timer if medium gets busy for too long 2025-02-22 10:40:58 +01:00
Stefano Avallone
a07cb9a05e wifi: Check if main PHY switch must be postponed when the switch back timer expires 2025-02-22 10:40:58 +01:00
Stefano Avallone
37b61c25e7 wifi: Add an EMSLR manager method to check if channel access is expected soon 2025-02-22 10:40:58 +01:00
Gabriel Ferreira
9c8e2a5505 Update CHANGES.md and RELEASE_NOTES.md 2025-02-20 23:48:15 +01:00
Gabriel Ferreira
18c146d3aa spectrum: Replace absolute PSD comparison in test with a tolerance comparison 2025-02-20 23:36:51 +01:00
Gabriel Ferreira
bdae7bf137 antenna, spectrum: Trigger a channel matrix update on UPA setting changes 2025-02-20 23:36:51 +01:00
Gabriel Ferreira
ec5e7466ab antenna: Add SymmetricAdjacencyMatrix utility class
Used in the following commit, to check if the channel between two antenna arrays is invalid due to settings changes on either side, or not
2025-02-20 23:36:51 +01:00
Tom Henderson
f6c5608c35 doc: Add section on NS3_LOG_ENABLE 2025-02-19 21:24:35 +00:00
Alberto Gallegos Ramonet
fb6c1a0b22 zigbee: Update and clean routing examples 2025-02-19 11:27:42 +09:00
André
0176a0252d build: Fix ns-3 embedded version for out-of-tree config 2025-02-17 19:15:04 +00:00
Puneet Kumar
ea06b353e6 wifi: (merges !2004) Add Wi-Fi channel occupancy statistics helper 2025-02-15 15:45:26 -08:00
Muyuan Shen
e76ba889e4 wifi: add WifiTxStatsHelper and WifiPhyRxTraceHelper to wifi-bianchi.cc 2025-02-13 20:54:25 +00:00
Tom Henderson
48f54d737c wifi: WifiTxStatsHelper documentation 2025-02-13 20:54:25 +00:00
Muyuan Shen
a704cc950c wifi: (merges !2009) Add WifiTxStatsHelper 2025-02-13 20:54:25 +00:00
Tom Henderson
4b393292eb wifi: Add WIFI_TID_UNDEFINED constant 2025-02-13 20:54:25 +00:00
Ivey
da8e4092bf core: Include algorithm for test on Windows builds 2025-02-11 11:45:03 +00:00
Ivey
45beb55fd9 internet: Make TcpBbr protected methods public due to MSVC compiler errors 2025-02-11 11:45:03 +00:00
Ivey
7750e125ca internet: Add INTERNET_EXPORT for static data members 2025-02-11 11:45:03 +00:00
Ivey
e6e5d4a0ea internet: Use constexpr for PROT_NUMBERs 2025-02-11 11:45:03 +00:00
Ivey
9e3803138e flow-monitor: Use Time::Max instead of numeric_limits::max 2025-02-11 11:45:03 +00:00
Stefano Avallone
b2b3300a3c core: Move data rate tuple testcase to network module 2025-02-11 10:18:19 +01:00
Eduardo Almeida
18139260d9 ci: Remove emacs-line job
This check was integrated in check-style-clang-format.py
2025-02-10 19:00:40 +00:00
Eduardo Almeida
15ff897e73 clang-format: Add check for emacs file style comment 2025-02-10 19:00:40 +00:00
Eduardo Almeida
d525eb23b8 doc: Create table with check-style-clang-format.py checks 2025-02-10 19:00:40 +00:00
Eduardo Almeida
baff8e79c4 clang-format: Formatting improvements 2025-02-10 19:00:40 +00:00
Eduardo Almeida
dffed2fa8c clang-format: Run license check before whitespace and tab 2025-02-10 19:00:40 +00:00
Ivey
381101fd52 topology-read: Account for unused variable 2025-02-10 16:36:35 +00:00
Ivey
4a26d00d1c netanim: Use remove instead of unlink 2025-02-10 16:36:35 +00:00
Ivey
1b97bf73dc mesh: Use reverse iterators 2025-02-10 16:36:35 +00:00
Ivey
3d95991335 config-store: Remove unused unistd include 2025-02-10 16:36:35 +00:00
Eduardo Almeida
538c2bdab1 internet: Reduce code nesting by early returning and simplify code 2025-02-10 13:20:43 +00:00
Eduardo Almeida
c5125c111d netanim, wimax: Use for-range and remove variable aliases 2025-02-10 13:20:43 +00:00
Eduardo Almeida
6473ac88e2 internet: Fix access to erased iterator 2025-02-10 13:20:43 +00:00
Stefano Avallone
14762393f9 core: Extend test to check deserialization of tuple with data rates from string 2025-02-10 09:02:17 +00:00
Stefano Avallone
822a99034b core: TupleValue deserialization from string supports elements with white spaces 2025-02-10 09:02:17 +00:00
Alberto Gallegos Ramonet
7086360136 zigbee: Add missing NwkStatus, JoinConfirmCallback 2025-02-07 17:27:59 +09:00
Alberto Gallegos Ramonet
8ec5c474d0 lr-wpan: Replace raw pointer in MAC SendOneBeacon 2025-02-07 11:48:26 +09:00
Alberto Gallegos Ramonet
6c2d0be68e zigbee: Mark neighbor as not potential parent when full capacity detected 2025-02-07 10:33:31 +09:00
Tom Henderson
aa086c362d doc: (fixes #1183) Fix broken link to Doxygen Topics 2025-02-06 20:55:42 +00:00
Eduardo Almeida
7c6706acaa Fix clang-tidy performance-unnecessary-copy-initialization warnings
Detected by clang-tidy-19
2025-02-06 16:53:40 +00:00
Eduardo Almeida
28895f59d5 Fix clang-tidy modernize-type-traits warnings
Detected by clang-tidy-19
2025-02-06 16:53:40 +00:00
Eduardo Almeida
8e25294476 Fix clang-tidy performance-inefficient-vector-operation warnings
Detected by clang-tidy-19
2025-02-06 16:53:40 +00:00
Eduardo Almeida
5d40873e2b Fix clang-tidy readability-static-accessed-through-instance warnings
Detected by clang-tidy-19
2025-02-06 16:53:40 +00:00
Eduardo Almeida
d24b08391e build: Add support for clang-tidy-19 in CMake 2025-02-06 16:53:40 +00:00
Eduardo Almeida
93d45be986 ci: Upgrade to clang-tidy-19 2025-02-06 16:53:40 +00:00
Eduardo Almeida
a5ea0088d2 lr-wpan, zigbee: Fix typos 2025-02-06 14:25:36 +00:00
Eduardo Almeida
0f6425d3a4 clang-tidy: Raise minimum clang-tidy version to 15 2025-02-06 13:45:50 +00:00
Eduardo Almeida
11263eb44a clang-tidy: Remove readability-braces-around-statements check
This check is now enforced by clang-format "InsertBraces: true"
2025-02-06 13:45:50 +00:00