Tom Henderson
73c106911d
network: Remove deprecated methods
2021-07-31 07:48:30 -07:00
Sandra Lagen
a4598e8236
antenna: Extend UniformPlanarArray to have a configurable polarization slant angle
...
see MR !674
2021-07-30 18:20:03 +02:00
Tommaso Pecorella
8bf71f305e
aodv: fix code style
2021-07-26 21:45:15 +00:00
Tommaso Pecorella
961e2782aa
aodv: restore tests functionality
2021-07-26 23:42:47 +02:00
Gabriel Ferreira
a17b86cdd5
wifi: reuse NiChangesPerBand iterators
2021-07-22 09:49:49 -03:00
Stefano Avallone
cd400c6e17
spectrum: Fix more doxygen warnings
2021-07-22 10:58:33 +02:00
Stefano Avallone
4048708fa1
wifi: RxPowerWattPerChannelBand objects are moved to Event objects
2021-07-22 07:29:42 +00:00
Stefano Avallone
5d10cbdc91
wifi: Pass RxPowerWattPerChannelBand objects by reference
2021-07-22 07:29:42 +00:00
Stefano Avallone
3a70eaf365
spectrum: Add SpectrumModel move constructor
2021-07-22 07:29:42 +00:00
Sharan Naribole
66103475c0
spectrum: Update SpectrumModel constructor arguments
...
Add const & qualifier to SpectrumModel constructor arguments
2021-07-22 07:29:42 +00:00
Stefano Avallone
ac6c4c2e69
core: Create<>() forwards parameters to constructors
...
Just like CreateObject does.
2021-07-22 07:29:42 +00:00
Stefano Avallone
2492614707
Variable length arrays are not supported by C++
2021-07-22 07:29:42 +00:00
Gabriel Ferreira
d821acaf85
wifi: speed up SpectrumWifiPhy::StartRx
2021-07-22 07:26:01 +00:00
Stefano Avallone
84a42ee26d
spectrum: Fix doxygen warning
2021-07-21 15:45:14 +02:00
Tom Henderson
e780523fa6
doc: Update documentation about making releases
2021-07-14 12:14:27 -07:00
Tom Henderson
4b27025236
Update release files to start next release
2021-07-14 08:44:59 -07:00
Tom Henderson
fd075f6ec2
Merge ns-3.34-release branch
2021-07-14 08:41:07 -07:00
Tom Henderson
3fab3cf057
Update availability in RELEASE_NOTES
2021-07-14 08:35:58 -07:00
Tom Henderson
c50aaf707d
Update VERSION and documentation tags for ns-3.34 release
2021-07-14 08:34:25 -07:00
Tom Henderson
9df8ef4b29
doc: Update ns-3 version in tutorial examples
2021-07-14 08:16:40 -07:00
Tom Henderson
9319cdd791
Update CHANGES.html and RELEASE_NOTES
2021-07-12 17:44:39 -07:00
Stefano Avallone
8da68b5976
wifi: Fix typo in channel access manager test
2021-07-09 11:03:21 +02:00
Tom Henderson
98ea4c63ee
wifi: Rescan python bindings
2021-07-08 16:32:30 -07:00
Davide Magrin
f85f54d51e
wifi: handle modulation not supported in StartRx
...
This commit avoids triggering the abort in WifiPhy::GetPhyEntity in case
a device receives a signal using a modulation class that is not
supported. We achieve this by not calling WifiPhy::GetPhyEntity
altogether: checks related to sensitivity and overlap with the primary
20 MHz channel are now performed without relying on PhyEntity, thanks to
a refactoring moving GetTransmissionChannelWidth from PhyEntity to
WifiPpdu and moving PhyEntity::CanReceivePpdu to
WifiPpdu::CanBeReceived.
2021-07-07 20:45:50 +02:00
Tom Henderson
594e8c95cc
tap-bridge: Update sample scripts for lxc API changes
2021-07-06 12:38:21 -07:00
Tom Henderson
5f7da1310e
tap-bridge: ( fixes #427 ) Remove use of YansWifiPhyHelper::Default
...
Suggested fix by treeoph
2021-07-06 12:36:39 -07:00
Sébastien Deronne
01ec842867
wifi: Fix wrong GI configuration in wifi-manager-example
2021-07-05 21:03:09 +02:00
Sébastien Deronne
c5a0f35503
wifi: Do not log each time WifiMacQueue::TtlExceeded is entered
2021-07-05 21:02:59 +02:00
Stefano Avallone
171d1978d8
wifi: wifi-he-network example uses YansWifiPhy by default (again)
2021-07-02 11:26:06 +02:00
Stefano Avallone
465eaf1acc
wifi: Fix usage of YansErrorRateModel with MU transmissions
2021-07-02 11:26:01 +02:00
Tom Henderson
667715cac4
bindings: Rescan all APIs
2021-06-24 16:35:40 -07:00
Stefano Avallone
a0608513aa
wifi: Fix build of wave bindings
2021-06-24 13:47:40 +02:00
Tom Henderson
8ec0db6998
Update AUTHORS list
2021-06-23 11:03:02 -07:00
Vivek Jain
ea745ff59e
tcp: fix BBR doxygen warnings
2021-06-22 12:08:28 -07:00
Vivek Jain
779fe3d42b
tcp: trace BBR mode using literal array
2021-06-22 12:08:28 -07:00
Sébastien Deronne
b2050ae19a
wifi: Fix typo
2021-06-22 20:57:59 +02:00
Tommaso Pecorella
838dfe26ec
ci: increase the private runners timeout to 12h
2021-06-21 18:35:05 +00:00
Tommaso Pecorella
ea43eca749
waf: clarify --disable-werror option
2021-06-21 18:32:59 +00:00
Stefano Avallone
2250ef0d5c
wifi: Rescan python bindings
2021-06-21 12:19:06 +02:00
Christophe Delahaye
a6766323cc
propagation: Fix typos in three-gpp-propagation-loss-model
2021-06-19 07:57:07 -07:00
Stefano Avallone
d056cb8fe8
wifi: ( fixes #417 ) Improve the fix of commit 561ed7cf
...
When an ADDBA Response is received, the recipient may be a "QoS
blocked destination" and hence any MPDU to retransmit would not
be returned by PeekNextMpdu. Use PeekByTidAndAddress instead.
2021-06-19 13:06:56 +00:00
Tommaso Pecorella
30803961f1
doc: fix doxygen warning report
2021-06-18 21:21:34 +00:00
Stefano Avallone
9cf45f9d43
wifi: Enforce the correct limit on max A-MPDU size for HE PPDUs
2021-06-18 10:20:33 +02:00
Sharan Naribole
5767159db8
wifi: Set correct max A-MPDU size for HE PPDUs
2021-06-18 10:17:29 +02:00
Tommaso Pecorella
0bde83553b
sixlowpan: avoid extra fragment of zero size
2021-06-17 22:47:36 +00:00
Tommaso Pecorella
f580b27f09
ci: fix doxygen generation script
2021-06-17 22:28:01 +00:00
Tom Henderson
5b4a8ebb30
openflow: Restore dependency on Boost headers
2021-06-17 12:09:25 -07:00
Peter D. Barnes, Jr
09d2a6e9c6
build: ( fixes #52 ) Fix and standardize boost detection
2021-06-17 12:09:25 -07:00
Tommaso Pecorella
5c73ae4ccb
ci: simplify doxygen warnings script
2021-06-16 22:49:21 +00:00
Tommaso Pecorella
ebe65d501e
doc: workaround for Mac/Linux sed differences
2021-06-16 22:47:29 +00:00