Anna Poon
3d1a2f36ac
traffic-control: Time logging changes
2020-11-29 08:49:46 -08:00
Anna Poon
9a7cc2445f
energy: Time arithmetic and logging changes
2020-11-29 08:47:04 -08:00
Jordan Dorham
b3bdd14ad5
wave: Time arithmetic and logging changes
...
With contributions from Kim Ferrari and Anna Poon.
2020-11-29 08:11:05 -08:00
Tommaso Zugno
0891fa9118
propagation: (merges !435 ) Channel condition model for vehicular scenarios
...
This work was done in collaboration with Zoraze Ali and Sandra Lagen.
2020-11-28 20:17:05 -08:00
Peter D. Barnes, Jr
29e691d342
applications: (merges !444 ) Report Tx bytes from UdpClient.
...
This is the send side counterpart to PacketSink::GetTotalRx
2020-11-28 12:08:31 -08:00
Tom Henderson
53fd77b0e8
Update CHANGES.html and RELEASE_NOTES
2020-11-27 21:22:20 -08:00
Tom Henderson
6619a8eef2
aodv: Update traces for time changes introduced in commit 7889786c
2020-11-27 21:16:47 -08:00
Peter D. Barnes, Jr
7889786c30
core: ( fixes #265 ) Time is not rounded when created from int64x64_t
2020-11-27 21:10:11 -08:00
Peter D. Barnes, Jr
2340fcf260
core: Time::RoundTo (unit) to round Time to any unit
...
Merge of !475
2020-11-27 17:59:51 -08:00
Peter D. Barnes, Jr
eb432c90a5
core: int64x64_t GetInt() and Round(), with test cases
...
Merge of !473
2020-11-27 16:54:51 -08:00
Tom Henderson
de9771c6aa
bindings: Update pybindgen version
2020-11-27 09:34:50 -08:00
kkoutlia
546b0701ab
lte: Remove unnecessary forward declaration
...
See MR !479
2020-11-27 09:47:12 +01:00
bbojovic
c12ef3987d
lte: ( fixes !273 ) When removing LC remove also its BSR
2020-11-24 12:45:11 +01:00
Rediet
6a7bc41022
wifi: Set BER threshold for Ideal remote manager to 1e-6
...
Otherwise the selected MCS (especially high order ones) would result in high PER
2020-11-22 14:01:13 +00:00
Rediet
c71bf93386
wifi: Report reception of BAR to WifiRemoteStationManager
2020-11-22 14:01:13 +00:00
Tom Henderson
9b0e632ac1
network: Rescan APIs
2020-11-18 19:24:48 -08:00
Jordan Dorham
200ae1d764
wifi: Time arithmetic changes
...
Implementation of time-arithmetic changes introduced in issue !348 .
Used method for printing time with a unit. Generally the changes follow this pattern:
`now.GetSeconds ()` --> `now.As (Time::S)`
2020-11-17 00:32:22 +00:00
Sébastien Deronne
77beef48af
network: Add references for radiotap headers
2020-11-15 20:23:10 +01:00
Sébastien Deronne
ed83b8fa3b
wifi: Add initial support for HE MU and HE MU Other User fields in radiotap header
2020-11-15 18:37:13 +00:00
Sébastien Deronne
2e22c3da6b
wifi: Add PCAP support for HE MU and HE TB PPDUs
2020-11-15 18:37:13 +00:00
Sébastien Deronne
247af3879c
Update RELEASE_NOTES
2020-11-15 19:29:21 +01:00
Sebastien Deronne
7f0048ef78
wifi: Rework calculations in NistErrorRateModel
2020-11-15 19:27:38 +01:00
Sebastien Deronne
c2d2c81623
wifi: Fix incorrect computation for 1024-QAM in NistErrorRateModel
2020-11-15 18:12:39 +00:00
Tom Henderson
d2e6a46ae0
wifi: Rescan APIs
2020-11-13 18:59:41 -08:00
Tom Henderson
e7d9dff35e
spectrum: Rescan APIs
2020-11-13 18:59:03 -08:00
Tom Henderson
07be4134c9
internet: Print numeric values
2020-11-13 16:21:29 -08:00
Sébastien Deronne
bdb3bfc22f
wifi: Add option to configure the OFDM transmit spectrum mask
2020-11-13 10:17:43 +01:00
Sébastien Deronne
644e5ee55c
Update CHANGES.html
2020-11-13 09:28:41 +01:00
Sébastien Deronne
d865245632
spectrum: Speed up computations in DEBUG builds (proposal from Rediet)
2020-11-12 13:02:11 +01:00
Sébastien Deronne
31a96f0f56
wifi: Extend OFDMA PHY tests to validate behavior when an interference is generated in a given RU
2020-11-12 13:02:11 +01:00
Sébastien Deronne
fe9da55228
wifi: Implement logic to compute PER/SNR per RU for HE MU
2020-11-12 13:02:11 +01:00
Sébastien Deronne
04015e2fd0
wifi: Compute and store received power per RU if PHY supports 802.11ax
2020-11-12 13:02:11 +01:00
Sébastien Deronne
d2546e47db
wifi: Add helper function to convert HE RU indexes to Spectrum model indexes
2020-11-12 13:02:11 +01:00
Sébastien Deronne
cd1a6dd457
wifi: Extend tests for Spectrum to verify correct filtering per band
2020-11-12 13:02:11 +01:00
Sébastien Deronne
8e60e03599
wifi: Extend PhyRxBegin trace to report received power per band
2020-11-12 13:02:11 +01:00
Sebastien Deronne
7d7bf0e0f8
wifi: Rework InterferenceHelper to handle calculations per [band start index; band stop index] pair
2020-11-12 13:02:11 +01:00
Sébastien Deronne
4e51fc0b9a
Update CHANGES.html to indicate API changes in WifiPhy to support MU transmissions
2020-11-12 12:26:49 +01:00
Sébastien Deronne
b54908d3d5
wifi: Add test suite for 802.11ax PHY OFDMA
2020-11-12 12:07:41 +01:00
Stefano Avallone
0537d167b1
wifi: Adapt the PhyTxPsduBegin trace to handle HE MU PPDUs
2020-11-12 11:00:06 +01:00
Rediet
9d67facba4
wifi: Generate PHY-RXSTART primitive for filtered PPDUs
...
Immediately followed by a FILTERED drop reason
2020-11-12 11:00:06 +01:00
Sébastien Deronne
f211a54ba8
wifi: Enable transmission of MU PPDUs
2020-11-12 11:00:06 +01:00
Sébastien Deronne
e1b6debe4d
wifi: Make use of the new CalculateTxDuration function to compute PPDU duration
2020-11-12 11:00:06 +01:00
Sébastien Deronne
587154d827
wifi: Adapt traces for HE MU transmissions
2020-11-12 11:00:05 +01:00
Sébastien Deronne
d9fd1381f7
wifi: Fill in NSS in recontructed TxVector
2020-11-12 11:00:05 +01:00
Sébastien Deronne
473d25e6b3
wifi: Extend WifiTxVector to set NSS per staId
2020-11-12 11:00:05 +01:00
Sébastien Deronne
b7e8820496
wifi: Handle reception of MU PPDUs
2020-11-12 11:00:05 +01:00
Sébastien Deronne
13bfdce61e
wifi: Extend WifiPpdu for MU transmissions
2020-11-12 11:00:05 +01:00
Sébastien Deronne
b70c85a25d
wifi: Extend WifiPhy::Send function to support MU transmissions
2020-11-12 11:00:05 +01:00
Sébastien Deronne
e068d50032
wifi: WifiPhy gets association STA ID from StaWifiMac
2020-11-12 11:00:05 +01:00
Sébastien Deronne
d16e1d4ad1
wifi: Add method in WifiPhy to extract the PSDU from the PPDU
2020-11-12 11:00:05 +01:00