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
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