Sebastien Deronne
bd20e8d2d5
wifi: Fix number of bits to express channel width in HeRu
2024-06-22 10:40:34 +02:00
Sébastien Deronne
eb5bbffb42
wifi: Cleanup GetPrimaryChannelNumber
2024-06-22 10:40:34 +02:00
Sébastien Deronne
00842cdd42
wifi: Directly call WifiPhy::GetPrimaryChannelNumber
2024-06-22 10:40:34 +02:00
Sébastien Deronne
6289cd92c3
wifi: Use new overloaded variant of WifiPhy::SetOperatingChannel in association manager
2024-06-22 10:40:34 +02:00
Sébastien Deronne
d5ba1b98f1
wifi: Avoid logs in getter functions
2024-06-22 10:40:34 +02:00
Sebastien Deronne
13e0e370e4
wifi: Cleanup unused function
2024-06-22 10:40:34 +02:00
Eduardo Almeida
b582418e9e
mobility: ( fix #1101 ) Use std::abs() instead of abs()
2024-06-21 15:32:36 +00:00
Andreas Boltres
5cde4cf435
flow-monitor ( fixes #1097 ): add logging of max. and min. packet delay in FlowMonitor
2024-06-20 20:15:58 +00:00
Tommaso Pecorella
861f2079d2
doc: ( fixes #1102 ) remove InetSocketAddress ToS functions from the documentation
2024-06-20 21:23:06 +02:00
Eduardo Almeida
5196b962be
spectrum: Use std::array instead of std::vector for array constants
2024-06-20 18:42:31 +01:00
Tolik Zinovyev
92173503ec
core: replace #define'd HP_MAX_64 with static constexpr.
2024-06-19 19:59:54 +00:00
Eduardo Almeida
9621afd8f2
ci: Skip .base-build job if no source code or configurations are changed
2024-06-18 18:17:47 +01:00
Sébastien Deronne
6dfd7f10f0
core: Extend attribute container serialization test for a vector of tuples
2024-06-17 18:13:20 +00:00
Sébastien Deronne
03e3633fc6
core: Fix typo in attribute container test suite
2024-06-17 18:13:20 +00:00
Tom Henderson
f782008854
wifi: Clarify an assert's likely cause
2024-06-16 09:28:44 -07:00
Gabriel Ferreira
116021aae2
build: Bump required Apple Clang version for std::bind_front support
2024-06-15 13:43:25 +02:00
Gabriel Ferreira
90e9349ee5
github: Run MacOS CI job on latest and oldest runners available
2024-06-15 13:03:47 +02:00
Gabriel Ferreira
7d4c7014b5
github: Remove CodeQL job
...
Failing due to lack of disk space
2024-06-15 12:49:48 +02:00
Tom Henderson
b899c1056f
wifi: Fix valgrind warning about uninitialized value
2024-06-10 19:59:02 +00:00
Tommaso Pecorella
2274255ae1
lte: remove test artifacts from main directory
2024-06-10 10:39:52 +02:00
Eduardo Almeida
0e48e6ce28
Fix formatting of Doxygen verbatim blocks and add missing tags
...
Co-authored-by: Peter D. Barnes, Jr <barnes26@llnl.gov >
2024-06-07 17:31:32 +00:00
Eduardo Almeida
3044f437ad
dsr: Enable Doxygen blocks and remove invalid \unsupported tag
2024-06-07 17:31:32 +00:00
Eduardo Almeida
493af3b0ea
network, tc, tcp: Change Doxygen verbatim blocks to code block
2024-06-07 17:31:32 +00:00
Eduardo Almeida
0d0fed27f2
flow-monitor: Fix formatting of SerializeToXmlStream()
2024-06-05 12:19:42 +01:00
Kakadus1
781f96eb94
core: Replace TYPE_NAME_GET_DEFINE with TYPENAMEGET_DEFINE
2024-06-04 20:43:50 +00:00
André Apitzsch
1e2c304973
core: Add deprecated for ns-3.43
2024-06-04 18:21:11 +00:00
Gabriel Ferreira
ae248726dc
build: Remove cppyy guard for ARM-based Macs
2024-06-04 14:58:11 +00:00
Alberto Gallegos Ramonet
8ce1fe1597
lr-wpan: Beacon improvements and fixes
2024-06-04 17:21:19 +09:00
Nakayama Kenjiro
3c4019304a
build: Enable BSD support
2024-06-02 07:46:55 +00: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
3b15ceaef2
Merge ns-3.42-release branch
2024-05-29 15:09:52 -07:00
Tom Henderson
ab4cce021d
Update VERSION and documentation tags for ns-3.42 release
2024-05-29 14:27:37 -07:00
Tom Henderson
5493e7115c
doc: Update ns-3 version in tutorial and installation references
2024-05-29 17:10:00 +00: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
Eduardo Almeida
d696de6086
spectrum: Remove "m_" prefix from array constants
2024-05-29 15:17:12 +01:00
Eduardo Almeida
3336901ecd
spectrum: ( fixes #1093 ) Move arrays to implementation file
2024-05-29 15:03:56 +01:00
Eduardo Almeida
a21c218a15
spectrum: Improve formatting of three-gpp-channel-mode.cc
2024-05-29 13:07:08 +01:00
Chan Ruihua
90634468bb
tcp: ( fixes #735 ) BBR fails to discard invalid samples
2024-05-28 06:28:10 -07:00
Vivek Jain
27e00bcd2c
tcp: Rename BBR method
2024-05-28 06:21:09 -07:00
Vivek Jain
b42856bf1a
tcp: Rename Min RTT variable in BBR code
2024-05-28 06:21:09 -07:00
Vivek Jain
0b9063eb5b
tcp: Remove unused variables from BBR code
2024-05-28 06:21:09 -07:00
Tom Henderson
8282f5dc83
wifi: WifiPhyRxTraceHelper documentation
2024-05-27 19:04:46 -07:00
Tom Henderson
038387315b
wifi: Add wifi-phy-rx-trace-example.cc program
2024-05-27 19:04:46 -07:00
Juan Leon
aa026542eb
wifi: Add WifiPhyRxTraceHelper unit test
2024-05-27 19:04:46 -07: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
Juan Leon
57be118e43
wifi: Add new Phy trace sources and drop error code
...
* WifiPhyStateHelper::RxOutcome and WifiPhy::PhyRxPpduDrop
* WifiPhyRxfailureReason::SIGNAL_DETECTION_ABORTED_BY_TX
2024-05-27 19:04:18 -07:00
Juan Leon
49e0dc3d89
wifi: Add new signal transmission and arrival traces
2024-05-27 18:55:36 -07:00
Eduardo Almeida
898bf57daa
propagation: Fix clang-tidy readability-static-definition-in-anonymous-namespace warning
2024-05-27 15:12:17 +01:00
Rui Chen
06a0874647
build: Prevent the redefinition of stdlib_pch target in release builds
...
```
-- Precompiled headers were enabled
CMake Error at build-support/macros-and-definitions.cmake:1272 (add_library):
add_library cannot create ALIAS target "stdlib_pch" because another target
with the same name already exists.
Call Stack (most recent call first):
CMakeLists.txt:149 (process_options)
```
Signed-off-by: Rui Chen <rui@chenrui.dev >
2024-05-26 21:48:38 +00:00
Zili Meng
99e521d4be
tcp ( fixes #580 ): Adjust the pacing rate in TcpBbr
2024-05-26 21:46:21 +00:00