Sébastien Deronne
6d64e47ada
Update CHANGES.md and RELEASE_NOTES.md for 802.11 80+80MHz support
2024-08-21 20:18:18 +02:00
Sébastien Deronne
3af874c226
Update RELEASE_NOTES.md and CHANGES.md
2024-08-20 18:04:33 +00:00
Federico Guerra
66b6653a40
uan: ( fixes #1115 ) Fix PER calculation of M-QAM (fix due to donghuiyong)
2024-08-08 05:54:06 -07:00
Federico Guerra
593c5401bf
uan: ( fixes #1112 ) Fix Thorp attenuation formula (fix due to donghuiyong)
2024-08-07 21:31:25 +00:00
Alberto Gallegos Ramonet
47ec2c5bfe
lr-wpan: MAC SET GET attributes added
2024-07-30 10:55:53 +09:00
Tom Henderson
72a33a9067
Update system requirements for current release
2024-07-10 02:05:12 +00:00
Stefano Avallone
2f76d5ef1d
Update CHANGES.md and RELEASE_NOTES.md
2024-07-02 10:15:19 +02:00
Alberto Gallegos Ramonet
d1f44345e5
lr-wpan: beacon improvements and jitter addition
2024-06-27 17:29:48 +09:00
Alberto Gallegos Ramonet
8ce1fe1597
lr-wpan: Beacon improvements and fixes
2024-06-04 17:21:19 +09:00
Tom Henderson
e1725c351b
Start RELEASE_NOTES.md and CHANGES.md sections for new release
2024-05-29 15:13:20 -07:00
Tom Henderson
adb6b82340
doc: Update AUTHORS, CHANGES.md, and RELEASE_NOTES.md for ns-3.42
2024-05-29 17:10:00 +00:00
Juan Leon
831ecf4107
wifi: Add WifiPhyRxTraceHelper implementation
...
With contributions also from Hao Yin, Muyuan Shen, and Tom Henderson
2024-05-27 19:04:40 -07:00
Tom Henderson
f75345fa03
tcp ( fixes #966 ): Suppress cwnd growth when rate-limited
2024-05-26 14:32:46 +00:00
pagmatt
2bbcec0688
mobility: Add GeocentricConstantPosition mob model
2024-05-24 17:23:55 -07:00
Alberto Gallegos Ramonet
971b49dd60
Update CHANGES.md and RELEAD_NOTES.md
2024-05-23 11:33:58 +09:00
Alberto Gallegos Ramonet
f8ba7d643e
mobility: Adds a simple mobility example
2024-05-23 11:28:56 +09:00
Tom Henderson
3f03c91a77
tcp ( fixes #1085 ): Do not reset Cubic W_max upon timeout
2024-05-22 13:08:34 +00:00
Sébastien Deronne
49a6e2ef7b
Update RELEASE_NOTES.md
2024-05-15 08:33:38 +02:00
Stefano Avallone
dc4048ea49
Update RELEASE_NOTES.md
2024-05-10 19:04:17 +02:00
Sébastien Deronne
b869610e33
Update RELEASE_NOTES.md
2024-05-07 07:45:24 +02:00
Stefano Avallone
f3111932ad
wifi: FrameExchangeManager attributes can be set through WifiMacHelper
2024-05-06 14:22:11 +00:00
Stefano Avallone
4a4477a0be
wifi: Allow APs using different access parameters than STAs
2024-05-06 14:22:11 +00:00
Stefano Avallone
dd49dbfac8
wifi: ( fixes #1072 ) Enable using Txop attributes to set DCF/EDCA access parameters
2024-05-06 14:22:11 +00:00
Stefano Avallone
cb67e39e63
wifi: (Qos)Txop attributes can be set through WifiMacHelper
2024-05-06 14:22:11 +00:00
Gabriel Ferreira
d8174c1ac8
bindings,docs: Update docs and script to support Cppyy 3
2024-04-22 22:25:34 +02:00
Gabriel Ferreira
b656ab68f9
Update RELEASE_NOTES
2024-04-21 17:02:07 +00:00
Alberto Gallegos Ramonet
be193327a9
lr-wpan: LrWpan prefix shortening for enumerations, variables and structs
2024-04-21 10:51:53 +02:00
Alberto Gallegos Ramonet
287f73deee
lr-wpan: Adds standard version comments to MLME-GET.request function
2024-04-10 23:06:43 +02:00
Alberto Gallegos Ramonet
f4fd18fa50
lr-wpan: Adds MAC attribute identifiers
2024-04-04 15:01:14 +02:00
Alberto Gallegos Ramonet
fb358034cd
lr-wpan: Use Mac and PHY standard attribute ids
2024-03-26 12:28:08 +01:00
Sébastien Deronne
8dea1fbd84
Update CHANGES and RELEASE_NOTES to describe !1828
2024-03-16 09:06:26 +01:00
Tommaso Pecorella
c4810ddbd7
Start RELEASE_NOTES.md and CHANGES.md sections for new release
2024-02-13 08:04:05 -06:00
Tom Henderson
e5039092b3
Update availability in RELEASE_NOTES.md
2024-02-09 14:09:53 -08:00
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
17954bc114
wifi: Fix rate used to send BlockAckReq frames
...
Fixes a regression introduced with 1a8b3718
2024-02-01 18:57:27 +00:00
Stefano Avallone
95480a9c28
wifi: Do not report A-MPDU status if a BAR will be sent after BA timeout
2024-02-01 18:57:27 +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
Alberto Gallegos Ramonet
a56892a5f4
lr-wpan: Status enumeration fixes
2024-01-19 09:29:23 +09:00
Sébastien Deronne
2346044337
Update RELEASE_NOTES.md
2023-12-21 19:48:56 +01:00
Alberto Gallegos Ramonet
3f26052993
lr-wpan: DoDispose SIGSEGV and beacon fixes
2023-12-11 11:40:05 +09:00
Stefano Avallone
0d693ef45e
wifi: Stop A-MSDU aggregation if an A-MSDU is found in the queue
...
A-MSDUs with no assigned sequence number may be found in the queue
after an RTS/CTS failure.
2023-12-06 09:24:49 +01:00
Sébastien Deronne
28feec2d63
Update RELEASE_NOTES.md
2023-11-28 20:00:36 +01: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
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