Commit Graph

15737 Commits

Author SHA1 Message Date
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
Peter D. Barnes, Jr
c9e04bf619 doc: treat empty -f or -m argument as matching nothing
Also remove extraneous '(' from blacklist RE.
2021-06-16 20:35:05 +00:00
Stefano Avallone
ae813507d2 wifi: RrMultiUserScheduler sets BSS color on DL MU PPDUs 2021-06-16 11:21:36 +02:00
Tommaso Pecorella
4aae49c568 network: Bit serialization and deserialization 2021-06-16 08:10:52 +00:00
Tom Henderson
8114216d03 wifi: Rescan Python bindings 2021-06-15 21:41:51 -07:00
Stefano Avallone
48cde39c58 wifi: Remove unused WifiPhy::GetPpduFieldDuration method 2021-06-15 13:12:11 +02:00
Stefano Avallone
a4e48a6bb7 wifi: Fix the wifi-primary-channels test for channel width of 160 MHz 2021-06-15 13:12:11 +02:00
Stefano Avallone
0ad40e64bc wifi: Make use of RU PHY indices 2021-06-15 13:12:11 +02:00
Stefano Avallone
1ba3ed7c16 wifi: PHY sets RU PHY index upon sending an MU PPDU 2021-06-15 13:12:11 +02:00
Stefano Avallone
898e8a9daa wifi: Add PHY index to HE RUs 2021-06-15 13:12:07 +02:00
Stefano Avallone
6634f8b7ee wifi: Make HeRu::RuSpec a class
So that the values of its fields remain coherent with one another.
This is needed to introduce the RU PHY index field.
2021-06-15 13:09:13 +02:00
Stefano Avallone
23c62af29f wifi: Fix coding of RU Allocation subfield in Trigger Frames
The bit indicating the primary/secondary 80 MHz channel is the
least significant bit in the field (instead of the most significant one).
2021-06-15 13:09:13 +02:00
Stefano Avallone
280e7800ca wifi: Initialize list of stations held by RrMultiUserScheduler 2021-06-15 13:09:13 +02:00
Stefano Avallone
d5bf97887b wifi: Extend wifi-he-networks example to show OFDMA usage 2021-06-15 13:09:07 +02:00
Tom Henderson
25e0d01d28 mpi: (fixes #394) Documentation improvements for running examples 2021-06-13 16:16:45 -07:00
Chappidi Yoga Satwik
9be114ca71 build: (Fixes #352) Handle multiple attempts to configure C++ standard
Merges !577 with some final edits from Tom Henderson

* Allows C++ standard present in CXXFLAGS to override the default standard
* Prioritizes --cxx-standard argument over CXXFLAGS=-std if both are set
* Raises configuration error if the configured C++ standard is not supported
2021-06-13 14:40:26 -07:00
Tom Henderson
a5230ff41a wifi: Add copyright and license to reference files 2021-06-12 17:30:57 -07:00
Tom Henderson
6dfa845a93 wifi: Reduce program line size of Bianchi example 2021-06-12 17:30:57 -07:00
Tom Henderson
5003e1b1da wifi: Address code review comments of Bianchi example 2021-06-12 17:30:57 -07:00
Sébastien Deronne
2463be83ce wifi: Add 802.11ax theoretical values for 40, 80 and 160 MHz channels widths to wifi-bianchi example 2021-06-12 17:30:57 -07:00