Commit Graph

124 Commits

Author SHA1 Message Date
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
Alberto Gallegos Ramonet
e442afd977 lr-wpan: Change CapabilityField to standard bitmap 2023-10-11 11:08:09 +09:00
Alberto Gallegos Ramonet
7ea7504476 lr-wpan: Fix PHY BUSY_RX -> RX_ON 2023-10-05 10:54:27 +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
4fdc985b5d Update availability in RELEASE_NOTES.md 2023-09-27 09:16:25 -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
Tommaso Pecorella
e836db7d96 ci: (fixes #929) Remove tests for clang++-6, g++-8, and Ubuntu 18.04. 2023-09-01 06:08:59 +00:00
Alberto Gallegos Ramonet
6bd3b08dc6 lr-wpan: Fix incorrect param in AssociateConfirm 2023-09-01 10:46:53 +09:00
Alberto Gallegos Ramonet
bb1e79423a lr-wpan: (fixes #944) Fix for-loop in PrintTxQueue(s) functions 2023-08-28 11:57:33 +09:00
Stefano Avallone
6c2f0bc739 Update RELEASE_NOTES.md 2023-08-26 21:52:59 +00: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
0b70ed0bce Update RELEASE_NOTES.md 2023-07-17 09:42:34 +02: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
10b9bc1af7 Update availability in RELEASE_NOTES.md 2023-07-05 09:31:46 -07:00
Tom Henderson
edba072126 doc: (fixes #927) Update Python installation instructions 2023-07-04 14:19:17 -07:00
Tom Henderson
2307990f1c Update CHANGES.md and RELEASE_NOTES.md 2023-06-27 20:41:20 -07:00
Sébastien Deronne
32bb441752 Update RELEASE_NOTES for wifi multiple RF interfaces support 2023-06-22 17:59:28 +02:00
Tom Henderson
a959eea3d5 wave: Remove wave module from codebase 2023-06-11 08:20:34 -07:00
Sébastien Deronne
8472e0ce23 Update RELEASE_NOTES.md 2023-06-07 20:03:01 +00:00
Tom Henderson
0d67c14b85 Update RELEASE_NOTES.md and CHANGES.md 2023-06-06 17:05:41 -07:00
Eduardo Almeida
334c164b75 core: (fixes #902) Fix vector inversion in AttributeContainerTestSuite::ReverseList() 2023-05-17 18:35:43 +01:00
Alberto Gallegos
e38be2fe4f lr-wpan: small fixes in MAC orphan scan 2023-05-15 11:18:51 +09:00
Sébastien Deronne
1709217907 Update RELEASE_NOTES.md 2023-05-11 20:56:57 +02:00
Stefano Avallone
62c41bdb30 Update RELEASE_NOTES.md 2023-05-05 19:17:01 +02:00
Stefano Avallone
f2dfc5999c Update RELEASE_NOTES.md 2023-05-04 06:15:30 +00:00
Stefano Avallone
c94bae8e58 wifi: (fixes #862) Cancel AssocReq timer upon dissociation 2023-05-02 08:30:41 +00:00
Tommaso Pecorella
8f43b2cc05 internet: Allow InternetStackHelper to be called on a node with IPv4 or IPv6 already installed 2023-04-28 00:44:45 +02:00
pagmatt
31b67e8cdd applications: Add Tx traces in UdpClient 2023-04-18 22:47:52 +00:00
Alberto Gallegos Ramonet
1c0423cf7d energy: Fix null harvester issue in EnergySource 2023-04-06 15:37:35 +09:00
Stefano Avallone
fcaffe8f51 wifi: (fixes #880) Init last busy structs at initialization time
Otherwise, channel changes done after Install() and before Initialize()
do not trigger an update of the last busy structs.
2023-04-05 22:39:31 +02:00
Alberto Gallegos
a3777c82f3 network: Add Mac16 and Mac64 functions 2023-04-02 13:05:14 +09:00
Alberto Gallegos
8aca64eacc lr-wpan: Add attributes to MLME-SET and MLME-GET 2023-04-01 18:15:04 +09:00
Alberto Gallegos Ramonet
1e49101c39 lr-wpan: Fixes issues during MAC scan 2023-03-30 12:03:36 +09:00
Alberto Gallegos
1083229fe1 network: Add ConvertToInt to Mac64Address 2023-03-28 12:10:18 +09:00
Alberto Gallegos Ramonet
8afeb5249c lr-wpan: Orphan scan support 2023-03-24 17:08:36 +09:00
Tom Henderson
038ed89573 Start RELEASE_NOTES.md and CHANGES.md sections for new release 2023-03-16 05:33:55 -07:00