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 |
|
Eduardo Almeida
|
1884baab7d
|
Fix clang-tidy modernize-use-nullptr errors
|
2022-10-28 21:47:54 +01:00 |
|
Eduardo Almeida
|
7c182618ed
|
Fix clang-tidy readability-redundant-string-cstr warnings
|
2022-10-28 16:05:20 +00:00 |
|
Eduardo Almeida
|
219d958ee4
|
core, click, tap-bridge: Fix clang-tidy readability-string-compare warnings
|
2022-10-28 16:31:10 +01:00 |
|
Eduardo Almeida
|
fd6b26332f
|
tap-bridge: Remove duplicate #define in tap-creator.cc
|
2022-10-28 14:35:54 +00:00 |
|
Sébastien Deronne
|
75ea27ff5a
|
wifi: Fix WifiTxVector::DeriveRuAllocation in presence of center 26-tone RUs
|
2022-10-26 16:13:05 -07:00 |
|
Sébastien Deronne
|
abe882148c
|
wifi: Workaround for calling GetRxAllocation() on a temporary TXVECTOR
|
2022-10-26 16:12:35 -07:00 |
|
Gabriel Ferreira
|
0d6916f431
|
core: fix leak in CommandLineCharStarTestCase
|
2022-10-26 16:39:23 -03:00 |
|
Gabriel Ferreira
|
870b7fb349
|
core: fix docs and formatting
|
2022-10-26 01:56:58 -03:00 |
|
Gabriel Ferreira
|
12373157a4
|
bindings, docs: pass strings via char* to CommandLine.AddValue
And supplement memory-management issues section
|
2022-10-25 23:17:55 -03:00 |
|
Peter D. Barnes, Jr
|
dd6579213c
|
core: command-line: handle char* buffers
This is needed to interface with cppy
|
2022-10-25 23:17:55 -03:00 |
|
Peter D. Barnes, Jr
|
3ee7fde2c6
|
core: command-line: better test args
|
2022-10-26 00:04:43 +00:00 |
|
Peter D. Barnes, Jr
|
9174178cc2
|
core: refactor example to show initial and final as a table
|
2022-10-26 00:04:43 +00:00 |
|
Peter D. Barnes, Jr
|
8cef417ee1
|
core: (fixes #782) command-line: fix GetDefault
|
2022-10-26 00:04:43 +00:00 |
|
Peter D. Barnes, Jr
|
68557ec32a
|
core: command-line: clarify UserItemParse args
|
2022-10-26 00:04:43 +00:00 |
|
Peter D. Barnes, Jr
|
dc2e494e33
|
core: command-line: handle hard-coded options first
|
2022-10-26 00:04:43 +00:00 |
|
Peter D. Barnes, Jr
|
8361ff2111
|
core: command-line: update doxy
|
2022-10-26 00:04:43 +00:00 |
|
Peter D. Barnes, Jr
|
f0bce295fa
|
core: command-line: make more methods const
|
2022-10-26 00:04:43 +00:00 |
|
Peter D. Barnes, Jr
|
fc9fb7937c
|
core: command-line: refactor and modernize
|
2022-10-26 00:04:43 +00:00 |
|
Peter D. Barnes, Jr
|
95428c2882
|
core: command-line: pass strings by const ref
|
2022-10-26 00:04:43 +00:00 |
|
Peter D. Barnes, Jr
|
2dbcce2ddb
|
core: command-line: remove obsolete include
|
2022-10-26 00:04:43 +00:00 |
|
Eduardo Almeida
|
f50b180a1f
|
core, build: Fix filesystem library support detection
|
2022-10-25 20:36:05 +01:00 |
|
Eduardo Almeida
|
223dbf0277
|
core: Adjust clang-format guards of external files
|
2022-10-24 21:21:39 +01:00 |
|
Eduardo Almeida
|
df1dedfc9f
|
Revert "Convert tabs to spaces in files largely copied from elsewhere"
This reverts commit 6854e62de8.
|
2022-10-24 21:21:39 +01:00 |
|
Eduardo Almeida
|
bfb737a0d9
|
Remove unnecessary [[maybe_unused]] specifiers
|
2022-10-24 11:58:49 +00:00 |
|