Commit Graph

162 Commits

Author SHA1 Message Date
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
kkoutlia
4412bdd4cd Update CHANGES.md 2023-05-18 23:53:24 +00:00
kkoutlia
53217384c9 buildings: Include Low/High building penetration losses 2023-05-18 22:52:27 +00:00
Alberto Gallegos
e38be2fe4f lr-wpan: small fixes in MAC orphan scan 2023-05-15 11:18:51 +09:00
Eduardo Almeida
371c1e4407 Group the misspelling API changes in CHANGES.md 2023-04-28 14:58:03 +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
Eduardo Almeida
1d59888a5b wifi: Convert WifiCodeRate to enum 2023-04-19 15:33:36 +00:00
pagmatt
31b67e8cdd applications: Add Tx traces in UdpClient 2023-04-18 22:47:52 +00:00
André Apitzsch
9a8a2640a8 olsr: Convert Willingness to enum 2023-04-16 16:06:26 +00:00
Gabriel Ferreira
6e66cc3ae9 network: over-provision 100 bytes for Buffer allocations
Saves up 10 million allocations in wifi-he-network --simulationTime=0.25 --frequency=5 --useRts=0 --minExpectedThroughput=6 --maxExpectedThroughput=844
2023-04-08 14:15:19 -03:00
Gabriel Ferreira
d9924eced9 internet: reuse routing callbacks in Ipv4L3Protocol::Receive and Ipv6L3Protocol::Receive
Saves up 31 million allocations in wifi-he-network --simulationTime=0.25 --frequency=5 --useRts=0 --minExpectedThroughput=6 --maxExpectedThroughput=844
2023-04-08 14:11:37 -03:00
Stefano Avallone
5b6083250c Update CHANGES.md 2023-04-06 11:40:42 +02:00
Alberto Gallegos Ramonet
5cbd4b9c8f lr-wpan: Added macPanId to MAC SET GET attributes 2023-04-03 17:39:17 +09: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
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
Gabriel Ferreira
540f48c55a Fix additional typos 2023-03-20 02:14:44 +00:00
Tom Henderson
038ed89573 Start RELEASE_NOTES.md and CHANGES.md sections for new release 2023-03-16 05:33:55 -07:00
Tom Henderson
84639da240 Update CHANGES.md and RELEASE_NOTES.md 2023-03-14 07:13:27 -07:00
Tom Henderson
df20f5f5e8 doc: Fix errors found by codespell and aspell 2023-03-09 11:45:15 -08:00
Biljana Bojovic
3875b4002d doc: Update CHANGES.md and RELEASE_NOTES.md to include MR!1269 information 2023-03-03 21:15:50 +01:00
Alberto Gallegos Ramonet
c85819b502 lr-wpan: (fixes #636) Ext address, short address and manual assoc adjustments 2023-02-27 14:33:28 +09:00
Alberto Gallegos Ramonet
5d0948a7c7 lr-wpan: Add rx Sensitivity configuration support 2023-02-27 12:17:11 +09:00