Commit Graph

17838 Commits

Author SHA1 Message Date
Stefano Avallone
85f833fa34 wifi: STAs store AP's Transition Timeout in EMLSR manager 2023-05-26 07:10:22 +00:00
Stefano Avallone
8331a46cf7 wifi: StaWifiMac notifies association with AP MLD when ML setup is completed 2023-05-26 07:10:22 +00:00
Stefano Avallone
ce7e7b257e wifi: EHT FEM can send EML Operating Mode Notification frames 2023-05-26 07:10:22 +00:00
Stefano Avallone
af8006617a wifi: Add unit test for EMLSR operation 2023-05-26 07:10:22 +00:00
Stefano Avallone
85cb36e6bf wifi: Add EML Operating Mode Notification frame 2023-05-26 07:10:22 +00:00
Stefano Avallone
e3e46e6691 wifi: Include EML Capabilities in mgt frames sent by MLDs 2023-05-26 07:10:22 +00:00
Stefano Avallone
bea2f385a4 wifi: Install an EMLSR Manager on non-AP MLD (if EMLSR is activated) 2023-05-26 07:10:22 +00:00
Stefano Avallone
750d8f242f wifi: Add a default (empty for now) EMLSR Manager 2023-05-26 07:10:22 +00:00
Stefano Avallone
d653a8871c wifi: Add the EmlsrManager base class 2023-05-26 07:10:22 +00:00
Stefano Avallone
997a676576 wifi: Add EMLSR parameters to EHT Configuration 2023-05-26 07:10:22 +00:00
Sébastien Deronne
7ef0c32f62 wifi: Make sure preamble detection is not scheduled multiple times for PPDUs with same UID 2023-05-26 04:58:10 +00:00
André Apitzsch
9e652e463f build: fix help message of '--output-directory' 2023-05-25 09:33:20 +02:00
Eduardo Almeida
c060271618 ci: Fix clang-tidy job 2023-05-23 20:54:33 +01:00
Eduardo Almeida
42d6eea6de Remove emacs lines from Python and C++ files 2023-05-23 16:20:52 +00:00
Eduardo Almeida
613badc111 ci: Improve detection of emacs lines 2023-05-23 16:20:52 +00:00
André
5b01183c32 lte: Remove unused includes, add missing ones and remove "ns3/" prefix from local headers 2023-05-22 01:12:35 +01:00
Stefano Avallone
3e1ebaafe0 examples: Fix clang-tidy error 2023-05-21 09:40:47 +02:00
Tommaso Pecorella
d5f698575f flow-monitor: clarify DSR and FlowMonitor interactions 2023-05-21 00:34:46 +02:00
Tommaso Pecorella
d49aaac6f0 examples: simplify manet-routing-compare.cc 2023-05-21 00:34:42 +02:00
Tommaso Pecorella
c0ab48eb27 examples: clarify manet-routing-compare.cc - FlowMonitor can not be used with DSR 2023-05-21 00:33:59 +02:00
Tommaso Pecorella
707860e11c stats: make Histogram::GetBinCount const 2023-05-19 23:47:23 +02:00
Tommaso Pecorella
c4e1f0827e flowmonitor: (fixes #901) allow to reset the stats 2023-05-19 23:47:05 +02:00
Tommaso Pecorella
ff12f975b2 stats: allow cleaning the content of an histogram 2023-05-19 23:43:27 +02:00
André
a207fb6766 internet: Remove unused includes, add missing ones and remove "ns3/" prefix from local headers 2023-05-19 16:44:52 +00:00
Eduardo Almeida
1960990db5 lte: Move common constants from scheduler classes to parent class 2023-05-18 13:14:17 +01:00
Eduardo Almeida
72c2619897 lte: Move common typedefs in scheduler classes to parent class 2023-05-18 13:14:17 +01:00
Eduardo Almeida
d316031258 lte: Move {MIN,MAX}_NO_CC constants to lte-common.h 2023-05-18 13:12:54 +01:00
kkoutlia
4412bdd4cd Update CHANGES.md 2023-05-18 23:53:24 +00:00
Biljana Bojovic
0164d8d3d4 lte: Add PDCP-RLC discard timer 2023-05-18 23:53:24 +00:00
kkoutlia
1bde892f0a lte: Add Release 18 QCIs 2023-05-18 23:53:24 +00:00
kkoutlia
2d71ca670c lte: Extend support for Delay-critical GBR 2023-05-18 23:53:24 +00:00
kkoutlia
0640fcab9b buildings: Add test case for O2I penetration losses 2023-05-18 22:52:27 +00:00
kkoutlia
53217384c9 buildings: Include Low/High building penetration losses 2023-05-18 22:52:27 +00:00
Eduardo Almeida
1c8a76d993 core: Fixes and improvements to AttributeContainerTestSuite
- Rename function ReverseList() to ReverseDoubleList() and remove IntVec inversion to align the name and behavior of the function with the description in the Doxygen.
- Use container size instead of hard-coded values.
- Test the IntVec and DoubleList values with std::equal() instead of stringstream.
2023-05-18 05:39:21 +01:00
Eduardo Almeida
334c164b75 core: (fixes #902) Fix vector inversion in AttributeContainerTestSuite::ReverseList() 2023-05-17 18:35:43 +01:00
Tommaso Pecorella
8595bbf60d ci: remove unused conditions in jobs 2023-05-16 22:58:51 +00:00
Eduardo Almeida
71656924b3 test: Add missing braces in DUPE() macro 2023-05-15 22:38:05 +01:00
Eduardo Almeida
60b159b817 mpi, spectrum: Add missing header guards to example files 2023-05-15 22:37:25 +01:00
Alberto Gallegos
e38be2fe4f lr-wpan: small fixes in MAC orphan scan 2023-05-15 11:18:51 +09:00
Eduardo Almeida
99c802113b Remove unnecessary struct specifier 2023-05-13 20:27:17 +00:00
Eduardo Almeida
6ea0a8975e Remove unnecessary enum specifier 2023-05-13 19:51:45 +00:00
Eduardo Almeida
b06786f5c9 examples: Fix formatting 2023-05-12 22:34:03 +01:00
Eduardo Almeida
7edb8793f2 wifi, wimax: Fix modernize-use-emplace warnings (clang-tidy-16) 2023-05-12 22:27:44 +01:00
Eduardo Almeida
cff5a13d31 ci: Upgrade clang-tidy to version 16 2023-05-12 22:27:44 +01:00
Eduardo Almeida
b53fd73ceb ci: Add jobs for all supported versions of clang-format (14, 15, 16) 2023-05-12 22:27:39 +01:00
Eduardo Almeida
8731dd1fa2 fd-net-device: Fix clang-tidy warnings 2023-05-12 18:18:26 +00:00
Tommaso Pecorella
455cfda2d5 ci: use artifacts to speedup test jobs 2023-05-12 18:07:11 +00:00
Tommaso Pecorella
679529ccb4 ci: fix missing tests in some daily jobs 2023-05-12 18:07:11 +00:00
Sébastien Deronne
1709217907 Update RELEASE_NOTES.md 2023-05-11 20:56:57 +02:00
Sébastien Deronne
3004662957 wifi: Add non-HE STA to MU-RTS/CTS PHY tests 2023-05-11 20:56:57 +02:00