Giovanni Grieco
89512e79bd
lte: Do not log LteEnbRrc GetTypeId method execution
2023-09-23 07:41:08 -07:00
Giovanni Grieco
ae258175c8
point-to-point-helper: Remove redundant information in log msg
2023-09-23 07:41:08 -07:00
Giovanni Grieco
cc50a0a3cb
lte: log messages for packet tracing at eNB RRC
2023-09-23 07:41:08 -07:00
Giovanni Grieco
a42aa4e80e
ipv6-static-routing: Downgrade log message to function level
2023-09-23 07:41:08 -07:00
Sébastien Deronne
9f3296bf16
Update CHANGES.md and RELEASE_NOTES.md
2023-09-23 01:42:16 +00:00
Sébastien Deronne
20d7ae5669
wifi: Update limitations listed in documentation
2023-09-23 01:42:16 +00:00
Tom Henderson
593f1ddd8e
wifi: (issue #776 ) Temporarily disable failing tests
2023-09-22 22:11:21 +00:00
Tom Henderson
bceab38aa6
internet: ( fixes #956 ) Avoid sending RS when link goes down
2023-09-22 16:06:23 +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
Tommaso Pecorella
061c4f7941
sixlowpan: harmonize test names
2023-09-22 09:29:06 +00:00
Stefano Avallone
a258189f07
wifi: Nullify callback when disposing SpectrumWifiPhy
2023-09-22 11:15:20 +02:00
Gabriel Ferreira
73ab46ea5e
test: add option to rerun failed tests only
2023-09-21 11:59:07 -03:00
Gabriel Ferreira
a280df7013
wifi: add missing includes of <algorithm>
2023-09-21 11:56:48 -03:00
Gabriel Ferreira
ecc513b969
ci: run cppyy job more frequently
2023-09-20 16:49:09 -03:00
Gabriel Ferreira
9b36e5ae2f
examples: add missing ActiveProbing setting in wifi-ap.py
2023-09-20 16:45:13 -03:00
Tommaso Pecorella
59985e5557
build: simplify modules dependencies
2023-09-20 13:00:31 +02:00
Tommaso Pecorella
bb61a17906
mobility: ( fixes #955 ) use allowed symbols in test name
2023-09-19 22:43:05 +00:00
Eduardo Almeida
0306cae347
mpi: Remove lingering semicolon
2023-09-19 00:49:00 +01: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
Sébastien Deronne
e01d56abbc
wifi: Extend design documentation for multiple spectrum PHY interfaces
2023-09-18 20:36:16 +02:00
Sébastien Deronne
d5eb41a2c7
wifi: Remove need to set channel switching delay to zero in SpectrumWifiPhyMultipleInterfacesTest
2023-09-18 20:36:16 +02:00
Sébastien Deronne
3843003361
wifi: Cleanup trick in SpectrumWifiPhyMultipleInterfacesTest to have all interfaces active
2023-09-18 20:36:15 +02:00
Sébastien Deronne
b1b21c4883
wifi: Configure interfaces of all spectrum PHYs when the channel of one instance has changed
2023-09-18 20:36:15 +02:00
Sébastien Deronne
063e7adce5
wifi: Add callback to notify spectrum channel has switched
2023-09-18 20:36:15 +02:00
Sébastien Deronne
3b5d3e22df
wifi: Add function to configure a spectrum PHY interface to cover a given spectrum portion
2023-09-18 20:36:15 +02:00
Sébastien Deronne
6330b774f0
wifi: Rework spectrum PHY to support spectrum model reset of an non-active interface
2023-09-18 20:36:12 +02:00
Sébastien Deronne
8b43585b16
wifi: Rework tests for multiple spectrum PHY interfaces to rely on helpers
2023-09-18 20:24:20 +02:00
Sébastien Deronne
fe21da9843
wifi: Always track signals from inactive PHY interfaces by default
2023-09-18 20:24:20 +02:00
Sébastien Deronne
052288e8cd
wifi: Add test to verify interfaces configuration using spectrum PHY helper
2023-09-18 20:24:19 +02:00
Sébastien Deronne
2eedb41ad0
wifi: Add function to retrieve interfaces attached to the spectrum PHY
2023-09-18 20:24:19 +02:00
Sébastien Deronne
954d184bdd
wifi: Add function in helper to reset interfaces mapping to PHY instances
2023-09-18 20:24:18 +02:00
Sharan Naribole
5439c98fe5
wifi: Extend helper to configure mapping between spectrum PHY interfaces and PHY instances
2023-09-18 20:24:18 +02:00
Sébastien Deronne
58ce22aa2f
wifi: Reduce code duplication in SpectrumWifiPhyHelper
2023-09-18 20:24:18 +02:00
Sébastien Deronne
ef76e67861
wifi: Do not add band filter twice
2023-09-18 20:24:18 +02:00
Sébastien Deronne
754165eb40
wifi: DoChannelSwitch should not be public
2023-09-18 20:24:18 +02:00
Sébastien Deronne
cfef4966bb
wifi: Remove unnecessary log in getter
2023-09-18 20:24:18 +02:00
Sébastien Deronne
33f7260ae1
wifi: Enable logs for helpers in WifiHelper::EnableLogComponents
2023-09-18 20:24:18 +02:00
Sébastien Deronne
0d12e750e8
wifi: Rename to reflect there might be multiple PHYs handled by helpers
2023-09-18 20:24:17 +02:00
Eduardo Almeida
b3fc36dc9a
internet,olsr,wimax: Remove unused typedef
2023-09-18 00:37:00 +01:00
Eduardo Almeida
1f438ce6f4
Fix clang-tidy modernize-use-auto warnings
2023-09-18 00:36:46 +01:00
Eduardo Almeida
df4dd4a99d
doc: Update coding-style.rst with modernize-use-auto check
2023-09-18 00:36:39 +01:00
Eduardo Almeida
56cff28645
clang-tidy: Add check modernize-use-auto
2023-09-18 00:36:30 +01:00
Eduardo Almeida
1ae0d7ea22
Fix clang-tidy warnings (detected by clang-tidy-18)
2023-09-17 22:10:09 +00:00
Eduardo Almeida
aedd34ca8f
Fix local #include headers by removing the "ns3/" prefix
2023-09-17 17:19:59 +01:00
Eduardo Almeida
1e939ef891
check-style: Add check for #include headers from same module with "ns3/" prefix
2023-09-17 15:59:43 +01:00
Ben Lee
74353c1d68
antenna: add test cases for WrapTo* functions
2023-09-17 02:24:29 +02:00
Tommaso Pecorella
fade296958
antenna: ( fixes #889 ) Improve WrapTo* functions
2023-09-17 02:24:29 +02:00
Tommaso Pecorella
578c471f6a
mobility: ( fixes #943 ) fix node direction change when node is in a corner
...
Improvement thanks Gabriel Ferreira (gabrielcarvfer@gmail.com )
2023-09-17 01:06:06 +02:00
Tommaso Pecorella
d47680bb9e
mobility: add corner detection to rectangle
...
Improvements thanks to Gabriel Ferreira (gabrielcarvfer@gmail.com )
2023-09-17 01:06:06 +02:00