Commit Graph

13720 Commits

Author SHA1 Message Date
Eduardo Almeida
cfcf8c0c5c traffic-control: Fix implicit bool conversion in CodelQueueDiscTestItem ctor
Defaults to 0, similarly to the other test suites
2022-11-21 07:52:15 +00:00
Eduardo Almeida
fd6188871d traffic-control: Remove the protocol parameter from cobalt test suite
Defaults to 0, similarly to the other test suites
2022-11-21 07:52:15 +00:00
Tommaso Pecorella
0077121649 internet: (fixes #579) remove TcpWestwood model 2022-11-21 01:52:57 +00:00
Eduardo Almeida
33b9f5fe7a internet: Fix non-standard use of ternary operator 2022-11-20 20:36:38 +00:00
Wouter Overmeire
83f6edb44e tcp: Fix documentation typo 2022-11-20 12:33:03 -08:00
Stefano Avallone
68200622ef wifi: Fix 6 GHz band starting frequency for RNR element 2022-11-20 13:25:40 +00:00
Sébastien Deronne
6f67d61683 wifi: Do not allow HE TB with 800ns guard interval 2022-11-20 13:25:40 +00:00
Stefano Avallone
b1bf40f409 wifi: Fix guard interval for BlockAck frames sent in TB PPDUs 2022-11-20 13:25:40 +00:00
Stefano Avallone
4705aa9f3b wifi: Remove unused GetChannelWidthForTransmission functions 2022-11-20 13:25:40 +00:00
Stefano Avallone
de079ece9e wifi: Rate managers use the new WifiPhy::GetTxBandWidth() method 2022-11-20 13:25:40 +00:00
Stefano Avallone
c50240c097 wifi: Add a PHY method to get the bandwidth of a transmission
...which takes into account the width of the operating channel,
the maximum width resulting from the selected modulation class
and an additional maximum allowed bandwidth provided as argument.
2022-11-20 13:25:40 +00:00
Stefano Avallone
c71b0de4a4 wifi: Make GetMaximumChannelWidth() a function of the modulation class instead of standard
Also, move it to wifi-phy-common
2022-11-20 13:25:40 +00:00
Tommaso Pecorella
5db180c609 internet: Fix IPv6 src address glitch when receiving redirects 2022-11-19 23:27:22 +01:00
Tom Henderson
fbe0786cd9 internet: Remove obsolete PendingData model 2022-11-16 17:09:48 -08:00
Sébastien Deronne
99fc2390c4 wifi: Fix wrongly committed file 2022-11-16 21:47:19 +01:00
Sébastien Deronne
3f3c3583d2 wifi: Fix valgrind issues 2022-11-16 21:36:01 +01:00
Sébastien Deronne
9ac4410af2 wifi: WifiTxVector does no longer need to be passed together with WifiPpdu 2022-11-14 19:50:48 +00:00
Sébastien Deronne
558587e166 wifi: Reconstruct TXVECTOR from received PPDU only once 2022-11-14 19:50:48 +00:00
Sébastien Deronne
39e0455735 wifi: Prepare OFDMA TX power power and PSD before scheduling HE portion of MU PPDUs 2022-11-14 19:50:48 +00:00
Sébastien Deronne
d58ecd42b4 wifi: Do no longer hold RU PHY index in HeRu 2022-11-14 19:50:48 +00:00
Sébastien Deronne
ea8860e75f wifi: Do no longer copy WifiPpdu for HE portion of MU transmissions 2022-11-14 19:50:48 +00:00
Sébastien Deronne
343d37778f wifi: Do not longer copy the WifiPpdu for each RX PHY (for now we can always use the WifiPpdu from the TX PHY) 2022-11-14 19:50:48 +00:00
Sébastien Deronne
f834a6e389 wifi: Simplify Copy functions in PPDU classes 2022-11-14 19:50:48 +00:00
Sébastien Deronne
7714b2d201 wifi: Cleanup unused parameter in WifiSpectrumSignalParameters 2022-11-14 19:50:48 +00:00
Sébastien Deronne
c71b7be773 wifi: Remove log in getter 2022-11-13 14:58:12 +01:00
Sébastien Deronne
d0197e1147 wifi: Fix 10 MHz offset in center frequencies for 6 GHz channels 2022-11-13 13:16:04 +00:00
André Apitzsch
c41057b47e netanim: Add helper function to update the size of a node
This function allows passing a pointer to update the size of a node,
like it is already available for updating the color or description of a
node.
2022-11-12 19:04:21 -08:00
André Apitzsch
adcc13e93c applications: (merges !995) Unify handling of 'MaxPackets attribute is zero'
Treat zero max packets as infinite as PacketSocketClient already does.
2022-11-12 17:51:41 -08:00
Tom Henderson
40ec1d7a21 Remove NS_DEPRECATED_3_35 methods 2022-11-12 17:07:29 -08:00
Tom Henderson
6d4eff6961 Remove NS_DEPRECATED_3_34 methods 2022-11-12 17:07:29 -08:00
Gabriel Arrobo
095313c9cb network: Improve Doxygen in delay-jitter-estimation.h 2022-11-12 18:49:23 +00:00
Gabriel Arrobo
28e4d6d8a9 network, examples: Use TimestampTag from network module 2022-11-12 18:17:48 +00:00
Gabriel Arrobo
829e5869f8 network: Add TimestampTag 2022-11-12 18:17:47 +00:00
Tommaso Pecorella
0346179372 network: allow graceful failure on creation of Ipv[4,6]Address from string 2022-11-11 10:18:25 +00:00
Stefano Avallone
a1b2f2a22c wifi: Reduce collision probability in wifi-mac-ofdma test 2022-11-10 19:33:41 +01:00
Eduardo Almeida
acab6a38e8 lte: Mark deleted constructors as deleted 2022-11-09 14:06:53 +00:00
Tommaso Pecorella
e8c0c7036f lte: fix missing header in test 2022-11-03 09:21:17 +01:00
Tommaso Pecorella
9c391961b2 lte: remove deprecated sprintf from test 2022-11-02 23:44:38 +01:00
Tom Henderson
89a6e7f370 core: add deprecated for ns-3.37 2022-11-02 07:02:14 -07:00
Eduardo Almeida
8a9b096aef config-store: Fix clang-tidy warnings 2022-10-29 14:37:57 +01:00
Eduardo Almeida
175be782d1 click: Fix clang-tidy warnings 2022-10-29 14:37:46 +01:00
Eduardo Almeida
f2a871566e openflow: Fix clang-tidy warnings 2022-10-29 14:37:24 +01:00
Gabriel Ferreira
ae5d44ce62 core: fix system-path.cc formatting 2022-10-29 09:18:53 -03:00
Peter D. Barnes, Jr
0157675e40 core: command-line: char* buffers fixups 2022-10-29 05:42:54 +00:00
Gabriel Ferreira
8a0eba7c03 core: fix nullptr comparison in system-path.cc 2022-10-29 02:32:29 -03:00
Eduardo Almeida
d9ffa55a69 olsr: Fix formatting of commented code 2022-10-28 21:48:03 +01:00
Eduardo Almeida
b8fb0fcfc8 Fix clang-diagnostics-unused-but-set-variable warnings 2022-10-28 21:48:03 +01:00
Eduardo Almeida
0eedaf34a0 network: Fix variable type declarations 2022-10-28 21:48:03 +01:00
Eduardo Almeida
f8516626df core, config-store, stats: Fix clang-tidy modernize-use-override warnings 2022-10-28 21:47:54 +01:00
Eduardo Almeida
902e1d43b3 fd-net-device: Fix clang-tidy readability-isolate-declaration warnings 2022-10-28 21:47:54 +01:00