Commit Graph

16390 Commits

Author SHA1 Message Date
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
Sébastien Deronne
37b46a0bd9 wifi: Add minimal MAC support for 802.11be 2022-05-24 08:19:53 +00:00
Sébastien Deronne
a14fe4a51c wifi: Add initial PHY support for 802.11be 2022-05-24 08:19:53 +00:00
Sébastien Deronne
f0e9f13480 wifi: Add initial EHT configuration 2022-05-24 08:19:53 +00:00
Sébastien Deronne
d6f82d20e0 wifi: Add new standards, preambles and modulation class for 802.11be 2022-05-24 08:19:53 +00:00
Tom Henderson
8b1c5a0cff Start RELEASE_NOTES.md and CHANGES.md sections for new release 2022-05-23 11:41:56 -07:00
Tom Henderson
1aff7e7aab Merge ns-3.36.1-release branch 2022-05-23 11:36:04 -07:00
Tom Henderson
7004d1a66e Update availability in RELEASE_NOTES 2022-05-23 11:31:59 -07:00
Tom Henderson
93b60d0036 Update VERSION and documentation tags for ns-3.36.1 release 2022-05-23 11:31:14 -07:00
Gabriel Ferreira
b2b5a07a52 CI: export environment variable used by Valgrind on Archlinux 2022-05-23 14:58:12 -03:00
Tom Henderson
7aaf8c0498 Update AUTHORS for ns-3.36.1 release 2022-05-23 10:38:01 -07:00
Tom Henderson
bb4f3b86ec Add ns-3.36.1 release notes 2022-05-23 10:34:14 -07:00
André Apitzsch
84d5b81fb3 build: Fix and improve generated pkgconfig files
Includes:
- ignore '-l' option for absolute paths
- remove duplicate include directories
2022-05-21 11:29:19 +00:00
Gabriel Ferreira
557e37f668 build: Let ns3 change the configured build profile and C++ standard 2022-05-21 04:17:34 +00:00
Philipp Raich
5e49582250 sixlowpan: fix UDP_NHC port decompression 2022-05-20 12:34:01 +02:00
Alberto Gallegos Ramonet
4e3d9485c4 energy: (fixes #658) EnergySource correct current update
Fixes the update time of EnergySource when SetCurrentA is used.
2022-05-18 21:26:19 -07:00
Gabriel Ferreira
afe54bad8d test: replace u_int32_t with uint32_t 2022-05-18 10:34:18 -03:00
Gabriel Ferreira
0548f480ee CI: Add Alpine job to check if ns-3 can be built with Musl C library 2022-05-17 16:20:56 -03:00
Gabriel Ferreira
ecd18974cd fd-net-device: Reorder headers to prevent symbol redefinition
Linux headers must come after C/C++ headers when building with Musl C library
2022-05-17 16:20:56 -03:00
Gabriel Arrobo
7d9543b6f7 openflow: Update docs and add compilation flag required by Clang 2022-05-16 12:55:35 +00:00
Tom Henderson
9fbb26f04f Silence additional compiler warnings about lack of return value 2022-05-14 21:45:42 -07:00