Stefano Avallone
826867e9fa
wifi: Add an EHT FEM attribute to use Duration/ID to early detect a TXOP end
2025-08-17 14:07:53 +00:00
Sébastien Deronne
9438c2c212
Update RELEASE_NOTES.md
2025-08-16 01:23:11 +02:00
Sébastien Deronne
cabd04fad3
network, wifi: Allow more it_present words in radiotap header
...
Provided bit 31 of the it_present field is not set, the data for fields specified in the it_present bitmask immediately follow the radiotap header. If it is set, then more it_present words follow and the radiotap data follows after the it_present word that has bit 31 unset.
2025-08-16 01:23:11 +02:00
Sébastien Deronne
222eaa14fb
network, wifi: The size of the ieee80211_radiotap_header should be set first for correct alignment calculations
2025-08-16 01:23:11 +02:00
Sébastien Deronne
4da2fbfca2
network: Fix alignment for TSFT radiotap subfield
2025-08-16 01:23:11 +02:00
Sébastien Deronne
17708181bb
network: Better to use assert for unimplemented fields
...
Alignment is anyway not correct, let's not spend time on fixing fields that are currently not used
2025-08-16 01:23:11 +02:00
Tom Henderson
3ec58a20d1
test: Fix off-by-one reporting of test number
2025-08-13 22:17:09 +00:00
Shashwat Patni
f9a293fc15
internet: ( fixes #1251 ) Fix GlobalRouting not checking for longest prefix
2025-08-07 23:48:37 +00:00
Stefano Avallone
401b6a54f3
wifi: Fix valgrind issue with the wifi MAC queue test
2025-08-07 21:47:54 +00:00
shashwat
fb3510cee2
internet: Add Ptr<Node> member to SPFVertex
2025-08-08 01:29:24 +05:30
Shashwat Patni
685c075a9d
internet: fix valgrind error in globalrouting caused by 3ff4a45
2025-08-07 22:23:55 +05:30
Alberto Gallegos Ramonet
f4df5ef538
lr-wpan: Add figures folder to doc
2025-08-06 12:10:30 +09:00
Aditya
6efce7a934
internet: ( fixes #809 ) Solves IPv4,6 Raw Socket Fragmentation Issue
2025-08-05 13:09:03 +00:00
Alberto Gallegos Ramonet
0fee46ce13
antenna: Reformat sphinx doc and make it uniform to other docs
2025-08-05 16:06:01 +09:00
shashwat
91717fd8d1
internet: Add GlobalRoutingProtocol testcase
2025-08-04 18:17:09 +00:00
shashwat
d1134f2b43
internet: Add Tests for GlobalRouteManagerImpl testsuite
2025-08-04 18:17:09 +00:00
shashwat
0984797a75
internet: Document Known Limitations for GlobalRouting
2025-08-04 22:46:13 +05:30
Shashwat Patni
3ff4a45e75
internet: Do NOT Add identical route entries in Routing table for GlobalRouting
2025-08-03 16:39:10 +05:30
Stefano Avallone
a17161947b
wifi: Fix comment after changes in 3e3ff336
2025-07-29 14:47:51 +00:00
Stefano Avallone
0e19f579e6
wifi: Pass link ID to Txop::NotifyOff()
2025-07-29 14:47:51 +00:00
Stefano Avallone
604a241172
wifi: Do not flush queues when a PHY is set to off
...
The PHY operating on a link that is not setup is set to off, which
should not lead us to flush the queues.
2025-07-29 14:47:51 +00:00
Stefano Avallone
b8808dcb9d
wifi: Add a unit test for WifiMacQueue flush operation
2025-07-29 14:47:51 +00:00
Stefano Avallone
5128d699f4
wifi: WifiMacQueue Remove() shall remove items from blocked container queues
...
otherwise, we are unable to completely flush a queue
2025-07-29 14:47:51 +00:00
Stefano Avallone
60725a119b
wifi: Add a parameter to scheduler GetNext() to skip blocked container queues
2025-07-29 14:47:51 +00:00
Stefano Avallone
eefc7bba31
wifi: Use a scoped enum for receiver address types
2025-07-29 14:47:51 +00:00
DavisRobertson1
2c504d3a3c
wifi: Fix OR operation with m_incrRetryCountUnderBa
...
It should be outside of the second argument passed to
GetBaAgreementEstablishedAsOriginator(). Otherwise will likely return BA agreement
(or lack thereof) for the wrong tid and RSM attribute IncrementRetryCountUnderBa
will not work properly.
2025-07-28 15:23:08 +02:00
Alberto Gallegos Ramonet
69dd55744f
zigbee: Add multicast related setters and getters to headers
2025-07-24 12:10:25 +09:00
Your Name
6da57a6099
codespell: Update codespell to skip svg files
2025-07-23 02:37:03 +08:00
Eduardo Almeida
a026bc3aed
zigbee: Add missing header
2025-07-17 12:03:33 +01:00
shashwat
6cbbf04672
internet: ( fixes #1232 ) Add a function to reset routerId in GlobalRouteManager
2025-07-15 20:00:23 +05:30
shashwat
851e8b37cc
internet: ( fixes #1232 ) Make routerId a static private member of GlobalRouteManager
2025-07-15 20:00:23 +05:30
Alberto Gallegos Ramonet
9231d8bf04
zigbee: Add group table
2025-07-15 10:58:38 +09:00
Gabriel Ferreira
f3f1fc2c49
examples: ( fixes #1146 ) Fix three-gpp-v2v-channel-example and plotting script
...
Pass tx params copy to ComputeSnr, to prevent pathloss to be incorrectly accumulated over time
2025-07-10 15:35:18 +02:00
Gabriel Ferreira
8ed3efb7fa
network: ( fixes #1038 ) Move header-serialization-test.h file from tests to utils directory
2025-07-10 11:54:45 +02:00
Gabriel Ferreira
e17dd0b050
core: MSVC compatibility patches
2025-07-09 19:32:54 +02:00
Gabriel Ferreira
f6efd47de6
mobility: Export Mobility model for MSVC compatibility
2025-07-03 14:03:46 -04:00
Gabriel Ferreira
f702b9cb62
lte: Move UE_MEASUREMENT_REPORT_DELAY to .cc files for MSVC compatibility
2025-07-03 14:03:46 -04:00
Jared Ivey
ddd3db65e2
aodv: Move NS_LOG_APPEND_CONTEXT statement after includes
2025-07-03 14:03:46 -04:00
Gabriel Ferreira
d8ec5caa60
build: Disable inlining and increase stack size on ClangCL/MSVC
2025-07-03 14:03:46 -04:00
Alberto Gallegos Ramonet
875ede5ad3
doc: Remove socket lines from routing.dia
2025-07-03 21:36:24 +09:00
Hugo Le Dirach
5931d5f005
Doc : Update routing overview image documentation
2025-07-03 09:20:39 +00:00
Gabriel Ferreira
cdbb632c6a
core, test: Print example-as-test as example-as-test, instead of examples
...
Avoids confusion regarding manually passing a test as a test-suite name (-s) or an actual example names (-e)
2025-07-02 09:56:45 +02:00
Gabriel Ferreira
b8f5dbcab1
test: Filter examples-to-run.py examples by name, and allow custom arguments
2025-07-02 09:56:45 +02:00
Gabriel Ferreira
9fdd151ba8
doc: Add best practices section to contributing guide
2025-07-02 06:50:37 +00:00
Gabriel Ferreira
691bae6c92
build: Add --compile-or-die option to the ns3 script
2025-07-02 06:50:37 +00:00
Alberto Gallegos Ramonet
2e880016c2
lr-wpan: Pass headers by references in PD-DATA.indication to subfunctions to reduce wasteful copies
2025-06-30 16:52:55 +09:00
Alberto Gallegos Ramonet
a0d3f50f59
lr-wpan: Simplify PD-DATA.indication (ACK handle)
2025-06-30 16:20:55 +09:00
shashwat
5cc5c00619
internet: Add EcmpRouteCalculation testcase for GlobalRouting
2025-06-26 22:39:40 +05:30
shashwat
ad089436ac
internet: ( fixes #1243 ) Change NextHopCalculation from Network to Attached Router
2025-06-26 22:39:40 +05:30
Arnav Kapoor
3df0d403e9
doc: ( fixes #1238 ) Improve Time section documentation with example and SetResolution explanation
2025-06-25 23:31:42 +00:00