Stefano Avallone
e25bb4ce39
wifi: Queue info are added to the queue info map upon enqueuing an MPDU
2023-04-06 11:14:14 +02:00
Stefano Avallone
aeb49457de
wifi: Make it easier to get the links over which an MPDU can be sent
2023-04-06 11:14:14 +02:00
Alberto Gallegos Ramonet
1c0423cf7d
energy: Fix null harvester issue in EnergySource
2023-04-06 15:37:35 +09:00
GermanAizek
d45803ff81
wimax: removed excess assignments and removed unused m_mobility
2023-04-06 06:26:13 +00:00
Giovanni Grieco
bf34f05109
examples: Remove unnecessary includes for unlinked modules
2023-04-06 06:14:29 +00:00
Stefano Avallone
fcaffe8f51
wifi: ( fixes #880 ) Init last busy structs at initialization time
...
Otherwise, channel changes done after Install() and before Initialize()
do not trigger an update of the last busy structs.
2023-04-05 22:39:31 +02:00
Sébastien Deronne
db2be4a9d9
wifi: Pass operating channel to WifiPpdu
2023-04-05 16:32:33 +00:00
Sébastien Deronne
a133d4c04d
wifi: Add missing operators to WifiPhyOperatingChannel
2023-04-05 16:32:33 +00:00
Tommaso Pecorella
5fc249a991
internet: refactor how headers are built during fragmentation
2023-04-04 07:53:50 +00:00
André Apitzsch
53ce443f79
test: Replace deprecated optparse
2023-04-03 13:43:19 +00:00
Alberto Gallegos Ramonet
5cbd4b9c8f
lr-wpan: Added macPanId to MAC SET GET attributes
2023-04-03 17:39:17 +09:00
Alberto Gallegos
a3777c82f3
network: Add Mac16 and Mac64 functions
2023-04-02 13:05:14 +09:00
Gabriel Ferreira
043199ce9d
build: prevent collision between homonymous ns-3 modules and dependencies
2023-04-01 10:05:00 -03:00
Alberto Gallegos
8aca64eacc
lr-wpan: Add attributes to MLME-SET and MLME-GET
2023-04-01 18:15:04 +09:00
pagmatt
0132e159df
antenna: Remove deprecated ComputeNorm declaration
2023-03-31 23:46:10 +00:00
Tom Henderson
174dbb7e1c
doc: Fix broken link on menu bar
2023-03-31 16:21:28 -07:00
Robert-ML
eb9448716b
wifi: Correct uint32_t division to double
2023-03-31 16:09:48 -07:00
Gabriel Ferreira
d9499afc72
build: properly propagate included directories from dependencies
2023-03-31 14:32:44 -03:00
Alberto Gallegos Ramonet
1e49101c39
lr-wpan: Fixes issues during MAC scan
2023-03-30 12:03:36 +09:00
Biljana Bojovic
eed35c2131
spectrum: Use uint32_t instead of uint8_t for m_rbNum and m_timeGranularity in TraceFadingLossModel
...
With NR we can have a larger number of RBs than we could have
in past with LTE. In LTE the maximum was 100RBs for 20MHz BW,
while in NR it could go e.g. up to 275.
Hence, uint8_t is not sufficient any more.
Similarly, m_timeGranularity needs to support higher values.
2023-03-29 09:59:10 +00:00
Alberto Gallegos
1083229fe1
network: Add ConvertToInt to Mac64Address
2023-03-28 12:10:18 +09:00
Raghuram
8a480ca500
Fixes Dark mode support(issue#829)
2023-03-26 23:27:09 +05:30
Gabriel Ferreira
8b8025e63c
build: inform that NS3_BINDINGS_INSTALL_DIR is meant for redistribution
2023-03-24 14:09:34 -03:00
Gabriel Ferreira
af1a66514a
build: pass Python information to CMake via the ns3 script
...
Allows use of different python installations on the same system.
2023-03-24 13:48:26 -03:00
Alberto Gallegos Ramonet
8afeb5249c
lr-wpan: Orphan scan support
2023-03-24 17:08:36 +09:00
Raghuram Kannan
e70609116a
core: ( fixes #855 ) Add caching to lognormal RNG
2023-03-23 16:39:47 +00:00
Tom Henderson
8a31ae62a2
doc: Update menu headers to include Installation guide
2023-03-20 21:21:39 -07:00
Eduardo Almeida
e96d1e0fac
ci: Unify clang-tidy and clang-tidy-diff jobs
2023-03-20 11:15:10 +00:00
Gabriel Ferreira
b085bae2bc
dsr: mark operator<<(std::ostream& os, const DsrOptionSRHeader& sr)
...
as [[maybe_unused]]
2023-03-20 02:14:44 +00:00
Gabriel Ferreira
540f48c55a
Fix additional typos
2023-03-20 02:14:44 +00:00
Gabriel Ferreira
eb3f436e26
spell-check: expand regex to split up [c|C]amelCase and Snake_Case.
2023-03-20 02:14:44 +00:00
André Apitzsch
69de0bc493
netanim: Add missing version updates
...
a7bdcafed9 didn't cover all.
2023-03-19 18:27:32 +00:00
Gabriel Ferreira
24459a6213
build: fix warning when python bindigns are disabled
2023-03-18 00:03:56 -03:00
Gabriel Ferreira
5cef90bc27
test: skip non-files when checking for dead urls in test-ns3.py
2023-03-17 23:58:33 -03:00
Gabriel Ferreira
fa477e061e
build: remove code intended for waf compatibility from the ns3 script
2023-03-17 23:58:33 -03:00
Gabriel Ferreira
cb736ec3eb
build: expose the installation docs option in the ns3 script
2023-03-17 23:58:33 -03:00
Alberto Gallegos Ramonet
7786a55ec4
network: Add Mac16Address constructor
2023-03-17 18:16:23 +09:00
André Apitzsch
05af2f45e0
Remove unused 'deprecated.h' includes
2023-03-16 14:58:02 +00:00
Tom Henderson
cc2552a166
core: Add deprecated for ns-3.39
2023-03-16 05:36:23 -07:00
Tom Henderson
038ed89573
Start RELEASE_NOTES.md and CHANGES.md sections for new release
2023-03-16 05:33:55 -07:00
Tom Henderson
491999186b
Merge ns-3.38-release branch
2023-03-15 15:52:07 -07:00
Tom Henderson
392e36833c
Update availability in RELEASE_NOTES.md
2023-03-15 15:45:30 -07:00
Tom Henderson
c3afcbc8a1
Update VERSION and documentation tags for ns-3.38 release
2023-03-15 15:44:31 -07:00
Tom Henderson
84639da240
Update CHANGES.md and RELEASE_NOTES.md
2023-03-14 07:13:27 -07:00
Tom Henderson
ea22cf2b77
Update AUTHORS for ns-3.38 release
2023-03-14 07:13:27 -07:00
Tom Henderson
9e4ee888e1
doc: Update ns-3 version in tutorial and installation references
2023-03-14 07:13:27 -07:00
Tom Henderson
3934e2d306
doc: Add Eigen3 installation guidance
2023-03-14 07:13:27 -07:00
Sébastien Deronne
2a75e50f53
wifi: Fix UID used in an MU-CTS trigger response on 2.4 GHz links
2023-03-13 18:40:03 +01:00
Tom Henderson
38b33903ba
openflow: Align Callback usage with signature in CommandLine class
2023-03-13 08:00:08 -07:00
Tom Henderson
a7bdcafed9
netanim: Update required netanim version
2023-03-13 07:59:58 -07:00