Commit Graph

14140 Commits

Author SHA1 Message Date
Eduardo Almeida
9b473e3333 core: Use unodered_map for LogComponent::ComponentList 2023-04-29 17:54:23 +01:00
Eduardo Almeida
f002b009a5 core: Find log component with std::map::find() 2023-04-29 17:54:23 +01:00
Eduardo Almeida
c62823effa core, internet, lte, spectrum: Add missing map header 2023-04-28 09:50:38 +01:00
Tommaso Pecorella
303113a80f internet: remove unused SetTcp (needed by NSC) 2023-04-28 00:44:45 +02:00
Tommaso Pecorella
8f43b2cc05 internet: Allow InternetStackHelper to be called on a node with IPv4 or IPv6 already installed 2023-04-28 00:44:45 +02:00
Giovanni Grieco
94f77ac492 wifi, core: remove std qualifier for fixed-width integers 2023-04-27 22:24:08 +00:00
Carlos Natalino
511132dd5c applications: (merges !1348) Add RxPage trace source to ThreeGppHttpClient 2023-04-25 12:15:11 +00:00
Stefano Avallone
e2f65b3626 wifi: MLO test uses multiple spectrum channels 2023-04-24 11:01:54 +00:00
Sébastien Deronne
cbb5afb0da wifi: Add test for multiple RF spectrum interfaces 2023-04-24 11:01:54 +00:00
Sébastien Deronne
6198df25c0 wifi: Extend helper to create multiple RF interfaces for spectrum PHY 2023-04-24 11:01:54 +00:00
Sébastien Deronne
f16877ee06 wifi: Rename SpectrumWifiPhy::SetChannel to SpectrumWifiPhy::AddChannel 2023-04-24 11:01:54 +00:00
Sébastien Deronne
8d5137d2e7 wifi: SpectrumWifiPhy can handle multiple spectrum PHY interfaces 2023-04-24 11:01:54 +00:00
Sébastien Deronne
55cfced88c wifi, spectrum: Define FrequencyRange 2023-04-24 11:01:54 +00:00
Sébastien Deronne
fb8ddb0d84 wifi: Hold RX spectrum model in spectrum PHY interface 2023-04-24 11:01:54 +00:00
Sébastien Deronne
8ef23543f7 wifi: Fix missing spectrum channel attached to spectrum PHYs in tests
Also, when setting an RF channel, we need to find a spectrum channel covering the RF channel
2023-04-24 11:01:54 +00:00
Sébastien Deronne
5c44a7ea01 wifi: Use spectrum PHY interface for TX 2023-04-24 11:01:54 +00:00
Sébastien Deronne
5a2a111174 wifi: Make sure spectrum PHY interface gets its channel set 2023-04-24 11:01:54 +00:00
Sébastien Deronne
548947f5f1 wifi: Cleanup SpectrumWifiPhy::CreateWifiSpectrumPhyInterface 2023-04-24 11:01:54 +00:00
Stefano Avallone
de5362e36b wifi: Update link IDs of container queues upon transmitting a frame
Fixes an issue reported by Sharan Naribole.
2023-04-20 11:20:40 +02:00
Stefano Avallone
e45249f1ce wifi: When blocking packets after ADDBA_REQUEST, use MLD/link address for TA if RA is an MLD/link address 2023-04-20 11:20:19 +02:00
Eduardo Almeida
1d59888a5b wifi: Convert WifiCodeRate to enum 2023-04-19 15:33:36 +00:00
pagmatt
31b67e8cdd applications: Add Tx traces in UdpClient 2023-04-18 22:47:52 +00:00
Stefano Avallone
dd7abf4cfb wifi: Remove unused WifiInformationElementVector 2023-04-17 16:31:15 +00:00
Stefano Avallone
b5476b8560 wifi: Remove unneeded WifiInformationElement::DeserializeIfPresent() variant 2023-04-17 16:31:15 +00:00
Stefano Avallone
73de010af5 wifi: Convert wifi-ie-fragment test to using the new mgt header 2023-04-17 16:31:15 +00:00
Stefano Avallone
01cd73b174 wifi: Port probe request and association request to the new mgt header 2023-04-17 16:31:15 +00:00
Stefano Avallone
19e376646e wifi: Port probe response and association response to the new mgt header 2023-04-17 16:31:15 +00:00
Stefano Avallone
95d2f74188 wifi: Add a unit test for WifiMgtHeader class 2023-04-17 16:31:15 +00:00
Stefano Avallone
6c29863c56 wifi: Add a base class for new management headers 2023-04-17 16:31:15 +00:00
Stefano Avallone
ba3019b3d8 wifi: Break the tight relationship between SupportedRated and ExtendedSupportedRates 2023-04-17 16:31:15 +00:00
Stefano Avallone
fda9fc490d wifi: There is no ERP Information in AssocResp frames 2023-04-17 16:31:15 +00:00
Stefano Avallone
e74ffdff6d wifi: Information Elements should define Print() instead of ostream operator 2023-04-17 16:31:15 +00:00
André Apitzsch
9a8a2640a8 olsr: Convert Willingness to enum 2023-04-16 16:06:26 +00:00
Karsten Heimann
d10004d006 propagation: fix height assignment in 3gpp propagation loss model 2023-04-16 12:01:38 +02:00
Tom Henderson
36ccdd7c98 wifi: Restrict selected attributes to ATTR_GET only 2023-04-15 16:52:10 +00:00
Tom Henderson
d38bcac1ab wifi: Fix clang-tidy warning 2023-04-13 15:51:52 -07:00
Tommaso Pecorella
bbd24ccdaa dsr: (fixes #884) Remove broken TxErrorCallback 2023-04-11 22:16:19 +00:00
Sébastien Deronne
867d960e3c wifi: Rename flag in HeSigHeader 2023-04-11 20:32:53 +00:00
Sébastien Deronne
06fe860a17 wifi: Cleanup MU user infos map from HePpdu 2023-04-11 20:32:53 +00:00
Sébastien Deronne
0d7bd988e0 wifi: add function to reconstruct per user information in TXVECTOR for DL OFDMA 2023-04-11 20:32:53 +00:00
Sébastien Deronne
27c99b5c5d wifi: Extend HeSigHeader::Print 2023-04-11 20:32:53 +00:00
Sébastien Deronne
1f4a9b74ec wifi: Fill HE-SIG-B PHY headers 2023-04-11 20:32:53 +00:00
Sébastien Deronne
47c000dcd8 wifi: Fix number of RUs per HE-SIG-B content channel 2023-04-11 20:32:53 +00:00
Sébastien Deronne
95153be77b wifi: Fix HE-SIG-B content channels for 2x996 tones RU 2023-04-11 20:32:53 +00:00
Sébastien Deronne
3723c047e3 wifi: Fix STA-ID order in WifiTxVector::GetContentChannels and GetContentChannels::DeriveRuAllocation 2023-04-11 20:32:53 +00:00
Sébastien Deronne
24669e3f58 wifi: Move some HE-SIG-B related functions to HePpdu 2023-04-11 20:32:53 +00:00
Sebastien Deronne
13083552c0 wifi: Add HE-SIG-B-MCS to HE-SIG-A for HE MU PPDU 2023-04-11 20:32:53 +00:00
Sébastien Deronne
8c702556f6 wifi: Fix HE-SIG-A PHY header for HE MU and HE TB PPDUs 2023-04-11 20:32:53 +00:00
Sebastien Deronne
a46944f8c6 wifi: Cleanup unused fields in HE-SIG-A PHY header 2023-04-11 20:32:53 +00:00
Sebastien Deronne
40102a0617 wifi: Fix FORMAT field in HE-SIG-A PHY header for HE TB PPDUs 2023-04-11 20:32:53 +00:00