Commit Graph

135 Commits

Author SHA1 Message Date
Tom Henderson
10c929275e doc: Update AUTHORS, CHANGES.md, and RELEASE_NOTES.md for ns-3.41 2024-02-09 07:11:29 -08:00
Tom Henderson
7c4b3bbbfa Update documentation and release notes for TCP Cubic changes 2024-02-02 20:18:47 +00:00
Stefano Avallone
cbebe769b0 wifi: Increase BA response timeout
ADDBA response sent by/to EMLSR clients may be protected by (MU)-RTS/CTS, hence
1 millisecond may not be enough to get the response.
2024-02-01 18:57:27 +00:00
Tom Henderson
538ecd1f74 spectrum: Add AssignStreams() to SpectrumChannel 2024-02-01 05:09:44 +00:00
André Apitzsch
3271f6a8b0 doc: Update CHANGES and RELEASE_NOTES 2024-01-31 15:32:16 +01:00
Alessio Bugetti
6155ed728e internet: (fixes #896) Standardize End System Model attributes across IPv4 and IPv6 2024-01-27 02:33:56 +00:00
AlessioBugetti
567566c259 core: (fixes #540) Add Bernoulli and Binomial Distributions
- Add BernoulliRandomVariable and BinomialRandomVariable to the random-variable-stream model
- Add BernoulliRandomVariable and BinomialRandomVariable to random-variables.rst
- Add a stanza to main-random-variable-stream.cc for BernoulliRandomVariable and BinomialRandomVariable
- Add tests for BernoulliRandomVariable and BinomialRandomVariable in random-variable-stream-test-suite.cc
- Update RELEASE_NOTES.md and CHANGES.md
2024-01-26 13:39:57 +01:00
Stefano Avallone
8cbcd0cb96 wifi: Possibly invoke backoff when no transmission is made in a TXOP 2024-01-26 08:54:28 +00:00
Alberto Gallegos Ramonet
a56892a5f4 lr-wpan: Status enumeration fixes 2024-01-19 09:29:23 +09:00
Tommaso Pecorella
6636d62509 sixlowpan: use RFC7973 EtherType and remove obsolete attributes 2024-01-18 17:50:18 +00:00
Gabriel Ferreira
ff566e348a build: raise error on missing or multiple main function in a scratch target 2023-12-15 22:57:27 -03:00
Alberto Gallegos Ramonet
3f26052993 lr-wpan: DoDispose SIGSEGV and beacon fixes 2023-12-11 11:40:05 +09:00
Sébastien Deronne
eb360100f3 Update CHANGES.md and RELEASE_NOTES.md 2023-11-27 19:07:19 +01:00
Biljana Bojovic
ceceec682e Update CHANGES.md and RELEASE_NOTES.md to describe !1337 2023-11-27 15:39:52 +01:00
Stefano Avallone
0be162d227 wifi: Update user documentation 2023-11-26 18:36:54 +01:00
Stefano Avallone
75f9d5fb2e Update documentation 2023-11-25 13:15:56 +01:00
Stefano Avallone
17456042c5 wifi: Obsolete LinkSetupCanceled trace source of StaWifiMac 2023-11-25 13:15:56 +01:00
Gabriel Ferreira
3a356f4680 build: bump minimum CMake version to CMake 3.13 2023-11-05 00:01:20 +00:00
Alberto Gallegos Ramonet
900019e31e lr-wpan: Create MAC layer abstraction (decoupling, alternative MACs) 2023-11-01 11:16:57 +09:00
Alberto Gallegos Ramonet
4bb239b8ce lr-wpan: Change SuperframeField to standard bitmap 2023-10-20 14:07:23 +09:00
Gabriel Ferreira
2622354a0b build: bump minimum C++ version to C++20 2023-10-19 10:59:23 -03:00
Gabriel Ferreira
75f557869f build: bump minimum CMake version to 3.12 2023-10-19 10:58:39 -03:00
Gabriel Ferreira
4e06af5256 build: disable restrict warning when using GCC 12.1-12.3
Prevents warning raised by a compiler bug when using GCC 12.1-12.3 with C++20

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105545
2023-10-19 10:57:02 -03:00
Gabriel Ferreira
9600693fb1 build: disable precompiled headers when using GCC >=12.2
Prevents out-of-bounds error bug present in GCC >=12.2 that happens when precompiled headers are used with c++20

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106799
2023-10-19 10:53:59 -03:00
Eduardo Almeida
2ab0550da8 Fix entry in CHANGES.md 2023-10-11 12:01:43 +01:00
Alberto Gallegos Ramonet
e442afd977 lr-wpan: Change CapabilityField to standard bitmap 2023-10-11 11:08:09 +09:00
Eduardo Almeida
59246fb83d Fix spelling typos 2023-10-03 00:32:07 +01:00
Tom Henderson
8191b6e963 Start RELEASE_NOTES.md and CHANGES.md sections for new release 2023-09-27 14:43:35 -07:00
Tom Henderson
eea138247c Update AUTHORS, CHANGES.md, and RELEASE_NOTES.md for ns-3.40 2023-09-24 17:45:42 +00:00
Sébastien Deronne
9f3296bf16 Update CHANGES.md and RELEASE_NOTES.md 2023-09-23 01:42:16 +00:00
Eduardo Almeida
86cc890d60 core: (fixes #922) Remove check of EmpiricalRandomVariable pairs ending in exactly 1.0 2023-09-22 12:13:17 +00:00
Eduardo Almeida
50fb216380 core: Allow EmpiricalRandomVariable CDF pairs to be added in any order
- Save CDF pairs in std::map instead of EmpiricalRandomVariable::ValueCDF, which ensures that values are always ordered.
- Remove private class EmpiricalRandomVariable::ValueCDF, which is now unused.
2023-09-22 12:13:17 +00:00
Sébastien Deronne
4170eb2d11 Update CHANGES.md and RELEASE_NOTES.md for improved multiple spectrum PHY interfaces support 2023-09-18 20:37:06 +02:00
Alberto Gallegos Ramonet
6c3e09ca89 lr-wpan: Add LQI to MlmeAssociateIndicationParams 2023-09-14 13:32:09 +09:00
Alberto Gallegos Ramonet
11a6696ead lr-wpan: Add CapabilityField bitmap functions 2023-08-07 14:57:46 +09:00
Alberto Gallegos Ramonet
73b7e64603 lrwpan: Remove unnecessary Bcst filter from MAC 2023-07-26 10:29:58 +09:00
Alberto Gallegos Ramonet
086913b0ca energy: Extensions to battery discharge module 2023-07-24 10:33:49 +09:00
Stefano Avallone
f4f6a78db3 Update CHANGES.md 2023-07-17 07:39:10 +00:00
Tom Henderson
8d25ef3c21 Start RELEASE_NOTES.md and CHANGES.md sections for new release 2023-07-05 18:49:04 -07:00
Tom Henderson
2307990f1c Update CHANGES.md and RELEASE_NOTES.md 2023-06-27 20:41:20 -07:00
Sébastien Deronne
11ad80cba4 Update CHANGES for wifi multiple RF interfaces support 2023-06-22 17:59:28 +02:00
Tom Henderson
b23e65c2bb core: (fixes #905) Move log severity class 'debug' below 'logic' 2023-06-12 03:46:38 +00:00
Tom Henderson
a959eea3d5 wave: Remove wave module from codebase 2023-06-11 08:20:34 -07:00
Stefano Avallone
b71670f4d0 Update CHANGES.md 2023-06-07 19:03:30 +02:00
Tom Henderson
0d67c14b85 Update RELEASE_NOTES.md and CHANGES.md 2023-06-06 17:05:41 -07:00
Eduardo Almeida
b5419278ec Fix typo in CHANGES.md 2023-06-04 19:42:22 +00:00
Eduardo Almeida
87f8ac3fcb olsr: Convert OLSR_*_LINK and OLSR_*_NEIGH to enums 2023-06-04 19:42:22 +00: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
Eduardo Almeida
d316031258 lte: Move {MIN,MAX}_NO_CC constants to lte-common.h 2023-05-18 13:12:54 +01:00