Commit Graph

16410 Commits

Author SHA1 Message Date
Stefano Avallone
f6e1f84e50 wifi: Increase modularization of RrMultiUserScheduler 2022-06-09 14:51:58 +00:00
Stefano Avallone
693517ce0f network: Queue container can hold elements of type different than queue items
It is required that the container defines a public method that transforms
an iterator pointing to a container element into the corresponding queue item.
2022-06-08 15:31:44 +02:00
Stefano Avallone
7c73228e78 network: Remove begin() and end() from Queue class
begin() and end() are not necessarily meaningful for all the containers.
A GetContainer() method returning a const reference to the container is
added, so that begin() and end() can be called through it.
2022-06-08 15:31:44 +02:00
Stefano Avallone
e5805a53fb network: Queue uses a generic type of container to store items internally 2022-06-08 15:31:44 +02:00
Stefano Avallone
70ea7891fc core: Get the full type name for template classes
Also add a macro for class templates with two template parameters.
2022-06-08 15:31:44 +02:00
Tommaso Pecorella
e0f20a49c0 network: (fixes #611) Reset MAC address allocation pool between runs 2022-06-07 22:04:12 +00:00
Gabriel Ferreira
0f8f7125cd click: additional search suffixes for Click libraries
Fixes https://gitlab.com/nsnam/ns-3-dev/-/issues/670
2022-06-07 12:48:34 -03:00
Alberto Gallegos
de505a9a9a lr-wpan: Adds PAN descriptor, Command Payload Header, Capability Field 2022-06-07 07:58:45 +00:00
Tom Henderson
54f01f11a9 doc: Fix formatting 2022-06-06 13:04:15 -07:00
Tom Henderson
b6a5ee8151 Run utils/trim-trailing-whitespace.py on codebase 2022-06-05 21:01:11 -07:00
Eduardo Almeida
7c47d8af08 doc: Fix indentation on coding-style.rst 2022-06-05 20:59:44 -07:00
Eduardo Almeida
bbb3e9bc75 doc: Add information about trim-trailing-whitespace.py 2022-06-05 20:59:44 -07:00
Eduardo Almeida
9a5ca86d06 ci: Add CI job to check trailing whitespace 2022-06-05 20:59:44 -07:00
Eduardo Almeida
d70780caad utils: (merges !839) Add trim-trailing-whitespace.py script 2022-06-05 20:59:30 -07:00
Eduardo Almeida
e9c98de72c Mark more deleted copy constructors and operator= with delete keyword (fixes #279) 2022-06-04 20:40:44 +01:00
Tom Henderson
514294e254 doc: Update release_steps.txt 2022-06-03 14:29:03 -07:00
Gabriel Ferreira
0b76f161ce build: fix IGNORE_PCH option for modules and sort the PCH header list 2022-06-03 17:59:30 -03:00
Tommaso Pecorella
8a08584bd5 topology-read: fix documentation 2022-06-03 14:41:17 +02:00
Gabriel Ferreira
18ed36f01b topology-read: fix RocketFuel maps regex and add a test file 2022-06-02 22:35:26 +00:00
Gabriel Ferreira
6f8832bf12 topology-read: replace regex.h implementation with C++ regex 2022-06-02 22:35:26 +00:00
Tommaso Pecorella
5ad9678074 doc: fix lr-wpan model documentation 2022-06-02 22:44:56 +02:00
Alberto Gallegos
c11f3fe503 lr-wpan: Add channel page support 2022-06-02 09:58:13 +00:00
Tommaso Pecorella
bf93433d75 lr-wpan: (fixes #667) fix LrWpanCsmaCa::SetMacMaxBE 2022-06-01 19:39:42 +02:00
Eduardo Almeida
24fe685340 Fix typos in deleted methods 2022-05-31 07:56:34 -07:00
André Apitzsch
19bf707a1d wifi: Simplify rate adaptation example 2022-05-31 07:53:11 +00:00
Stefano Avallone
ceb714e175 core: Make all usual accessors available to AttributeContainerValue 2022-05-30 16:13:05 +00:00
Gabriel Ferreira
6a9a3b1f51 doc: add short version on how to find and use third-party libraries 2022-05-29 15:34:53 +00:00
Gabriel Ferreira
df884c1f2e doc: fix gitlab-ci-local link and compiler flags table 2022-05-29 15:34:53 +00:00
Gabriel Ferreira
bae1e40ceb build: fix netanim build and program output path 2022-05-29 15:34:53 +00:00
Gabriel Ferreira
20a0fb2e8d build: Use check_include_file when checking for C headers
The cxx variant fails on MinGW
2022-05-29 15:34:53 +00:00
Lars Toenning
cd353a538f csma: Avoid scheduling Receive() on own NetDevice 2022-05-27 19:47:04 +00:00
Eduardo Almeida
af86894475 Fix syntax of Markdown files
- Automatic fixes using a linter.
- Consistent indenting and spacing.
- Consistent bullet character (i.e., "-" or "*").
- Consistent formatting format (i.e., "*X*" vs "_X_" for italics).
- Consistent heading format (# vs. ===).
- Consistent heading rules by decreasing order.
- Removed trailing punctuation in headers (e.g., ":").
- URLs enclosed in angle quotes <>.
- Escape angle quotes <T> with inline code blocks `<T>`.
2022-05-26 19:28:19 -07:00
Eduardo Almeida
90c777a65b Mark deleted constructors and operator= with delete keyword 2022-05-26 18:55:52 -07:00
Eduardo Almeida
6f9622ccc0 doc: Fix indentation on gnuplot.rst 2022-05-26 17:14:03 -07:00
Eduardo Almeida
201676fca7 Remove "using namespace std;" from codebase 2022-05-26 17:14:03 -07:00
Eduardo Almeida
1ac48ef57d scratch: Add missing return statement to scratch-simulator.cc 2022-05-26 17:49:38 +00:00
Gabriel Ferreira
c9cf798e5f core: Fix int64x64-cairo.h bool operator 2022-05-26 17:44:50 +00:00
Tommaso Pecorella
64a51b15ac doc: fix apiscan-all example 2022-05-26 17:07:11 +00:00
Stefano Avallone
a0cf461037 wifi: Fix setting TX power for HE TB PPDUs
...in case AP requested using the max TX power
2022-05-26 10:41:47 +02:00
Stefano Avallone
4be4ab41dd Rescan python bindings 2022-05-25 15:37:49 +02:00
Stefano Avallone
83bb6f064e Update wifi documentation 2022-05-24 22:09:42 +02:00
Stefano Avallone
684c8ba9c2 wifi: Add a max delay with which a TB PPDU can arrive
Partially reverts d7662fbe
2022-05-24 22:09:42 +02:00
Stefano Avallone
42f667afdb wifi: Check that the width of the operating channel is supported 2022-05-24 22:09:42 +02:00
Stefano Avallone
cad3108316 wifi: Fix setting of max supported channel width in (V)HT Capabilities 2022-05-24 22:09:42 +02:00
Stefano Avallone
5249d472c5 wifi: Add (V)HT Configuration attributes to set max supported channel width 2022-05-24 22:09:42 +02:00
Stefano Avallone
83aff49262 wifi: Remove incorrect adjustment of the max supported channel width of a remote station
The max supported channel width of a remote station shall not be limited
by the current width of the operating channel.
2022-05-24 22:09:42 +02:00
Stefano Avallone
7cd57c9a8a wifi: Remove unused PHY methods 2022-05-24 22:09:42 +02:00
André Apitzsch
9111ac68bf wifi: Fix ChannelSettings examples 2022-05-24 11:30:24 +02:00
Sébastien Deronne
e62e13ab25 wifi: Add initial EHT capabilities IE 2022-05-24 08:19:53 +00:00
Sébastien Deronne
7294ea57ab wifi: Extend SupportedRates IE for 802.11be 2022-05-24 08:19:53 +00:00