Stefano Avallone
|
fe141a64d7
|
wifi: Add MediumSyncDelay attributes to EHT configuration
|
2023-10-12 07:06:31 +00:00 |
|
Stefano Avallone
|
bf7cf39231
|
wifi: Support setting no max number of TXOPs during medium access recovery
Also, methods related to the Common Info field of the Basic variant MLE
are moved to the corresponding struct.
|
2023-10-12 07:06:31 +00:00 |
|
Stefano Avallone
|
4fc5162f97
|
wifi: Default EMLSR Manager switches main PHY back to its previous link
...when a TXOP ends, if the aux PHYs do not switch link
|
2023-10-12 07:06:31 +00:00 |
|
Stefano Avallone
|
f38712dc3c
|
wifi: Re-enable short slot time (if needed) after EMLSR link switch
|
2023-10-12 07:06:31 +00:00 |
|
Stefano Avallone
|
67098b925b
|
wifi: EMLSR Manager passes more notifications to subclasses
|
2023-10-12 07:06:31 +00:00 |
|
Stefano Avallone
|
f030fb8d7c
|
wifi: Define struct for parameters of test cases in EMLSR unit test
|
2023-10-12 07:06:31 +00:00 |
|
Stefano Avallone
|
b902ded5dc
|
wifi: Add header file for wifi EMLSR test
|
2023-10-12 07:06:31 +00:00 |
|
Stefano Avallone
|
163c603fdd
|
wifi: EMLSR Manager limits the max modulation class supported by aux PHYs
|
2023-10-12 07:06:31 +00:00 |
|
Stefano Avallone
|
bb0d4f694e
|
wifi: Make some EmlsrManager attributes not modifiable after construction
|
2023-10-12 07:06:31 +00:00 |
|
Stefano Avallone
|
8558da228b
|
wifi: Enable setting the max modulation class supported by PHY
|
2023-10-12 07:06:31 +00:00 |
|
Eduardo Almeida
|
1b1654536d
|
utils: Remove extra new lines in the files created by create-module.py
|
2023-10-11 11:53:14 +00:00 |
|
Eduardo Almeida
|
2ab0550da8
|
Fix entry in CHANGES.md
|
2023-10-11 12:01:43 +01:00 |
|
Alberto Gallegos Ramonet
|
e442afd977
|
lr-wpan: Change CapabilityField to standard bitmap
|
2023-10-11 11:08:09 +09:00 |
|
Tommaso Pecorella
|
f392502d9d
|
csma: use const on transmitted packets
|
2023-10-11 01:46:36 +02:00 |
|
Eduardo Almeida
|
7fbd63e085
|
utils: Fix README Markdown linting issues
|
2023-10-09 22:16:18 +00:00 |
|
Eduardo Almeida
|
6c87965ae2
|
scratch: Add nested-subdir/ to list of non-ignored dirs of .gitignore
|
2023-10-08 14:33:24 +01:00 |
|
André Apitzsch
|
00604f18e1
|
test: Remove Python2 fallback
|
2023-10-08 01:57:46 +00:00 |
|
André Apitzsch
|
f426a0749a
|
test: use early return
|
2023-10-08 01:57:46 +00:00 |
|
André Apitzsch
|
933e0587f6
|
util: Don't use types as variable names + use early return
|
2023-10-07 16:13:39 +00:00 |
|
Gabriel Ferreira
|
c77aba9cbc
|
mpi: initialize MPI_Request with MPI_REQUEST_NULL
Fixes compatibility issue with Mpich
|
2023-10-06 22:16:41 -03:00 |
|
Eduardo Almeida
|
8268dd5c34
|
check-style: Add .git/ and remove .vscode/ from list of directories to skip
|
2023-10-06 18:55:26 +00:00 |
|
Eduardo Almeida
|
706f6771a9
|
check-style: Refactor manual checks to reduce duplicate code
|
2023-10-06 18:55:26 +00:00 |
|
Eduardo Almeida
|
738729e0ab
|
check-style: Fix documentation and add usage example for modified files
|
2023-10-06 15:05:39 +00:00 |
|
Alberto Gallegos Ramonet
|
7ea7504476
|
lr-wpan: Fix PHY BUSY_RX -> RX_ON
|
2023-10-05 10:54:27 +09:00 |
|
Eduardo Almeida
|
8a0dae335a
|
core, wimax: Fix clang-tidy readability-implicit-bool-conversion warnings
|
2023-10-04 18:56:25 +00:00 |
|
Eduardo Almeida
|
53c8c975b2
|
core: Simplify code of RealtimeSimulatorImpl::Run()
Thanks to Peter Barnes
|
2023-10-04 17:19:47 +00:00 |
|
Eduardo Almeida
|
b1f2afc372
|
core: (fixes #812) Fix variable overwrite in RealtimeSimulatorImpl::Run()
Thanks to Peter Barnes
|
2023-10-04 17:19:47 +00:00 |
|
Eduardo Almeida
|
da6c3e5e03
|
ci: Join two calls to check-style-clang-format.py in one line
|
2023-10-03 12:42:32 +01:00 |
|
Eduardo Almeida
|
c4c866aa97
|
check-style: Allow passing multiple paths as argument
|
2023-10-03 12:42:32 +01:00 |
|
Tommaso Pecorella
|
2d0a2f564a
|
network: clarify socket creation error message
|
2023-10-03 10:25:19 +02:00 |
|
Eduardo Almeida
|
59246fb83d
|
Fix spelling typos
|
2023-10-03 00:32:07 +01:00 |
|
Tom Henderson
|
56dd03f376
|
doc: Make small update and fix a typo
|
2023-09-27 14:55:37 -07:00 |
|
Tom Henderson
|
f2a092cb63
|
core: Add deprecated for ns-3.41
|
2023-09-27 14:45:20 -07:00 |
|
Tom Henderson
|
8191b6e963
|
Start RELEASE_NOTES.md and CHANGES.md sections for new release
|
2023-09-27 14:43:35 -07:00 |
|
Tom Henderson
|
72ccf96f3b
|
Merge ns-3.40-release branch
|
2023-09-27 09:29:01 -07:00 |
|
Tom Henderson
|
4fdc985b5d
|
Update availability in RELEASE_NOTES.md
|
2023-09-27 09:16:25 -07:00 |
|
Tom Henderson
|
da2fcbdd76
|
Update VERSION and documentation tags for ns-3.40 release
|
2023-09-27 09:15:22 -07:00 |
|
Tom Henderson
|
5e0ab22db3
|
Revert version strings to ns-3-dev
|
2023-09-27 09:11:52 -07:00 |
|
André Apitzsch
|
83b6a43fd2
|
openflow: Fix error: variable 's' declared with deduced type 'auto' cannot appear in its own initializer
|
2023-09-26 15:38:33 +00:00 |
|
Gabriel Ferreira
|
f8d6c67046
|
ci: remove tags from cppyy jobs
|
2023-09-26 10:08:44 -03:00 |
|
Tom Henderson
|
dfbe8428e6
|
Update ns-3 version in tutorial and installation references
|
2023-09-24 17:45:42 +00:00 |
|
Tom Henderson
|
eea138247c
|
Update AUTHORS, CHANGES.md, and RELEASE_NOTES.md for ns-3.40
|
2023-09-24 17:45:42 +00:00 |
|
Tom Henderson
|
8e579ecd62
|
netanim: Update installation documentation
|
2023-09-24 17:45:42 +00:00 |
|
Giovanni Grieco
|
eb43c44dec
|
lte: add INFO messages at RRC, PDCP, RLC layers
|
2023-09-23 07:41:08 -07:00 |
|
Giovanni Grieco
|
360bef23f2
|
lte: add log messages at EpcEnbApplication send/recv
|
2023-09-23 07:41:08 -07:00 |
|
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 |
|