Commit Graph

15655 Commits

Author SHA1 Message Date
Tom Henderson
23cf8ce224 bindings: Update pybindgen version 2021-05-31 19:53:11 -07:00
Tom Henderson
1e40741a18 mesh: Rescan APIs 2021-05-31 19:46:10 -07:00
Tom Henderson
3e0d65c995 mesh: Change anonymous struct to a named struct
The typedef anonymous struct will not work with pybindgen; if a typedef
is desired, separately typedef the named struct to the same name.
2021-05-31 19:25:24 -07:00
Tom Henderson
af8816b357 mesh: Remove unnecessary forward declaration 2021-05-31 19:25:08 -07:00
Sébastien Deronne
6e1611b759 wave: Fix WaveHelper::EnableLogComponents 2021-05-31 18:03:24 +02:00
Tommaso Pecorella
a852612114 mesh: doxygen fixes 2021-05-30 02:14:47 +02:00
Tommaso Pecorella
6037d22531 topology-read: doxygen fixes 2021-05-29 21:02:37 +00:00
Tommaso Pecorella
03d7ffe186 config-store: fix doxygen update mishap 2021-05-29 18:25:29 +00:00
Tommaso Pecorella
19e698d01d config-store: doxygen updates 2021-05-29 18:08:44 +00:00
Stefano Avallone
a19d4fa3e2 wifi: Rescan python bindings 2021-05-29 18:50:12 +02:00
Stefano Avallone
f00a057155 wifi: WifiTxTimer::FeedTraceSource methods do not need to be template class members 2021-05-29 18:50:12 +02:00
Stefano Avallone
6d6837f645 wifi: Update documentation 2021-05-29 18:50:12 +02:00
Stefano Avallone
18dc734fba wifi: Fix a few leftovers 2021-05-29 18:50:12 +02:00
Stefano Avallone
1396844c4a wifi: Remove unused methods from BlockAckManager and QosTxop 2021-05-28 13:56:13 +02:00
Stefano Avallone
7fe39ba09c wifi: WifiTxParameters use correct size for a Packet 2021-05-28 13:56:13 +02:00
Stefano Avallone
c004791f17 wifi: Delay switch to unassociated state until end of RX
Otherwise, crashes may occur when receiving a MU frame, whose
reception requires the STA-ID.
2021-05-28 13:56:13 +02:00
Stefano Avallone
a6116d0bae wifi: NAV Reset event must be cancelled even if the PPDU has been filtered 2021-05-28 13:56:13 +02:00
Stefano Avallone
ad92bb8908 wifi: Add a Round Robin OFDMA scheduler 2021-05-28 13:56:13 +02:00
Stefano Avallone
84798a4d56 wifi: Add (de)association trace source to ApWifiMac 2021-05-28 13:56:13 +02:00
Stefano Avallone
b3fa5a6990 wifi: Add useful methods to class HeRu 2021-05-28 13:56:13 +02:00
Stefano Avallone
f99d624f5e wifi: Allow QosTxop to return its Access Category 2021-05-28 13:56:13 +02:00
Tommaso Pecorella
fa87c21c83 wave: doxygen fixes 2021-05-27 22:50:54 +00:00
Tommaso Pecorella
6f9225dfab applications: doxygen fixes 2021-05-27 21:52:29 +00:00
Tommaso Pecorella
4122e11a18 nix-vector-routing: doxygen fixes 2021-05-27 21:02:34 +00:00
Rediet
e27d87e971 lte: Update doc on integration of BLER curves
Remove obsolete references to Pem
2021-05-27 12:39:50 +00:00
Rediet
668a2de316 lte: Update links in model library references 2021-05-27 12:39:50 +00:00
ZorazeAli
7329cc2554 lte: Rescan APIs 2021-05-27 11:27:29 +02:00
ZorazeAli
ebfec2d7a7 lte: Pass complete PDCP SDU params from LtePdcpSapProvider to LtePdcp
See merge request !268
2021-05-27 11:26:25 +02:00
Tommaso Pecorella
77d6088608 ci: fix master doxygen fails 2021-05-27 00:36:44 +00:00
Rediet
867cc1981d wifi: (fixes #394) Obtain coherent Rx width for DSSS PhyEntity of HE-capable PHYs
Since the RxSpectrumModel is built using HE parameters
2021-05-26 11:07:09 +02:00
Rediet
5b6220c268 wifi: fix doxygen warnings in src/test/ns3wifi 2021-05-25 17:11:18 +02:00
Rediet
fe349e534b wifi: fix doxygen warnings in src/wifi/test
8 warnings left with templated TxopType
2021-05-25 17:11:16 +02:00
Rediet
fad6f02301 doc: Add alias for gitlab issues 2021-05-25 17:11:15 +02:00
Rediet
ce57ee91a3 wifi: fix doxygen warnings in src/wifi/examples 2021-05-25 17:11:14 +02:00
Rediet
2cd288b24d wifi: fix other doxygen warnings in src/wifi/model
3 warnings remaining with templated WifiTxTimer::FeedTraceSource
2021-05-25 17:11:06 +02:00
Rediet
337851d75e wifi: Clear doxy warnings for GET_XXX_MCS and GET_XXX_MODE macros
Move final column to macro definition to make us of SKIP_FUNCTION_MACRO
2021-05-25 17:06:03 +02:00
Tom Henderson
10ef08140a network: (fixes #404) Use Queue::Dispose() for SimpleNetDevice::DoDispose() 2021-05-22 13:43:29 -07:00
Tom Henderson
f34d4c5025 network: Add Queue::DoDispose method 2021-05-22 13:41:33 -07:00
Rediet
338f4c418e lte: fix crashing daily tests
Same logic as commit e6ca9be6fb
2021-05-21 08:34:59 +02:00
ZorazeAli
a51b72e375 lte: Add NotValid enum members for initialization 2021-05-21 08:34:47 +02:00
Rediet
e6ca9be6fb lte: Assign default values
Fixes crashing optimized/release builds with 'may be used uninitialized' error
2021-05-19 20:19:23 +00:00
Tom Henderson
936bb1168c wifi: Rescan Python bindings 2021-05-19 07:38:24 -07:00
Tom Henderson
fae6245933 wifi: Make destructor virtual for polymorphic class type 2021-05-19 07:36:39 -07:00
Sébastien Deronne
c55b3b0b37 wifi: Cleanup inherited and overriden comments in header files 2021-05-18 21:52:51 +02:00
Sébastien Deronne
97c772b053 wifi: Remove redundant virtual keywords 2021-05-18 19:18:22 +00:00
Sébastien Deronne
2f0d0229ce wifi: Use override keyword when necessary 2021-05-18 19:18:22 +00:00
Sébastien Deronne
b9db718c22 wifi: ApWifiMac does not need to hold whole lists of non-ERP STAs nor non-HT STAs 2021-05-18 19:51:41 +02:00
Alexander Krotov
8608166b6d wifi: enable ThompsonSamplingWifiManager logs in WifiHelper 2021-05-18 18:56:01 +03:00
Tommaso Pecorella
a13fe418ba ci: fix gcc-11 test 2021-05-16 18:06:58 +00:00
Tommaso Pecorella
2d150b0f6a ci: add gcc-11 jobs 2021-05-14 17:52:02 +00:00