Commit Graph

13444 Commits

Author SHA1 Message Date
Sébastien Deronne
df1aa12ab9 wifi: m_phyListener should be null before calling DcfManager::SetupPhyListener 2018-04-01 10:51:32 +02:00
Sébastien Deronne
8bc0849a9b wifi: Add 802.11ax supported MCS indexes provided by HeCapabilities IE 2018-04-01 10:51:19 +02:00
Sébastien Deronne
4f05f5f8df wifi: Print supported MCS in HtOperation IE 2018-04-01 10:51:02 +02:00
Sébastien Deronne
6d142d9cd2 wifi: Print ExtendedCapabilities IE and fix issues when used with non-VHT STA 2018-04-01 10:51:01 +02:00
Jörg Christian Kirchhof
1ef9c0dd26 build: (fixes #2902) missing modules cause Waf to run indefinitely 2018-03-30 09:24:09 -07:00
Sébastien Deronne
edf0c9395f wifi: Fix small typo in documentation 2018-03-30 10:31:52 +02:00
Sébastien Deronne
38ccd3f45e wifi: Use uint8_t for channel width in Ideal wifi manager 2018-03-30 10:22:38 +02:00
Sébastien Deronne
7660d90b21 wifi: use uint8_t for mcsIndex in MinstrelHt wifi manager to silent compilation warnings 2018-03-30 10:18:08 +02:00
Robert Ammon
2da548660d wifi: Eliminate some more Visual Studio compiler warnings 2018-03-29 21:26:57 +02:00
Sébastien Deronne
776c285b45 Rescan bindings 2018-03-29 05:58:13 +02:00
Sébastien Deronne
b93ad1156a examples: Fix some Visual Studio compiler warnings (based on Robert Ammon's patch) 2018-03-28 16:58:25 +02:00
Sébastien Deronne
700af34685 wifi: Removed unused Fast and Super Fast ACKs 2018-03-28 14:26:33 +02:00
Sébastien Deronne
9047f6f9af wifi: Remove unused functions 2018-03-28 14:25:33 +02:00
Sébastien Deronne
7a7b8a1156 wifi: Set NTx to 1 in TxVector for broadcast data frames 2018-03-28 14:01:05 +02:00
Sébastien Deronne
f325e3bd83 wifi: Extend insertion operator in HtOperation IE 2018-03-28 13:58:13 +02:00
Sébastien Deronne
84e2c5a3ef wifi: Fix typos in InterferenceHelper and extend regression for test-interference-helper 2018-03-28 12:58:07 +02:00
Sébastien Deronne
c929eb79d2 wifi: Remove useless extraction operators in wifi IEs 2018-03-28 12:44:36 +02:00
Sébastien Deronne
a91bad4d6a wifi: Rework GetAddress to GetDestinationAddress in WifiMacQueueItem 2018-03-28 12:29:54 +02:00
Sébastien Deronne
562ed45672 examples: Cleanup ssid setting in multirate wireless example 2018-03-28 12:27:56 +02:00
Sébastien Deronne
b0e8d12ac9 wifi: Add WifiMode to ascii traces 2018-03-28 12:25:06 +02:00
Peter D. Barnes, Jr.
43ef986a4d core: Visual Studio compiler warnings (based on Robert Ammon's patch) 2018-03-27 19:19:12 -07:00
Tom Henderson
a945f59c97 Update release_steps.txt 2018-03-22 19:31:09 -07:00
Tom Henderson
77115f1280 Update getting started section in tutorial 2018-03-22 19:30:35 -07:00
Tom Henderson
58cc90c854 Update release files to start next release 2018-03-22 19:21:34 -07:00
Tom Henderson
9a94bdcdfb Added tag ns-3.28 for changeset 82d130348a36 2018-03-22 19:14:57 -07:00
Tom Henderson
75f6501d4d Update AUTHORS, CHANGES.html, RELEASE_NOTES for ns-3.28 2018-03-19 10:40:32 -07:00
Stefano Avallone
2909ec18fd traffic-control: add TBF chapter to Makefile 2018-03-16 09:44:12 +01:00
Tom Henderson
0d5b1028cb test: Fix typo in test list 2018-03-15 14:15:54 -07:00
Tom Henderson
d2b7db2a02 traffic-control: Add chapter to Makefile 2018-03-15 13:10:28 -07:00
Viyom
58cb65c475 internet: Add documentation chapter for UDP 2018-03-15 13:09:08 -07:00
Manuel Requena
98ad0ae58b lte: Clarify that CA presently works in downlink only 2018-03-15 12:39:52 -07:00
Alexander Afanasyev
d8066ab152 build: Remove newlines in task description 2018-03-14 22:05:53 -07:00
Tom Henderson
07ea712723 build: (fixes #2884) Remove code duplication in contrib/wscript 2018-03-14 22:01:41 -07:00
Tom Henderson
c2a9b2e56b bindings: Rescan all bindings 2018-03-14 20:38:59 -07:00
Peter D. Barnes, Jr.
04ad743a8c mpi: Fix bug which aborted execution when calling Simulator::Run multiple times 2018-03-14 15:25:35 -07:00
Tom Henderson
f05603f02f csma: (fixes # 2872) Packet copy in CsmaChannel breaks netanim tracing 2018-03-10 09:16:56 -08:00
Tom Henderson
7eba2f5462 uan: Remove unimplemented method 2018-03-10 09:09:00 -08:00
Tom Henderson
cd9040655f documentation: (partial fix #2887) TracedValueCallback signatures 2018-03-10 08:43:58 -08:00
Stefano Avallone
ef0df6b476 documentation: Add a tutorial section about ns-3 queues 2018-03-09 14:18:54 +01:00
Sébastien Deronne
b2a2539d17 wifi: Fixes wrong guard band for transmissions using DSSS/HR-DSSS 2018-03-08 21:30:32 +01:00
Sébastien Deronne
b062d4a43b Remove double header inclusions 2018-03-08 21:30:31 +01:00
Manuel Requena
b5e7c937ff lte: Fix default value of numberOfRA-Preambles according to 3GPP spec 2018-03-08 12:55:58 +01:00
Manuel Requena
cb88b3caea lte: (fixes #2899) Inconsistent type for variable cellForWhichToReportCGI 2018-03-08 12:54:54 +01:00
Manuel Requena
536c5a8696 lte: (fixes #2898) Coding issue in function RrcAsn1Header::DeserializeRachConfigCommon 2018-03-08 12:53:07 +01:00
Getachew Redieteab
96f280cdfe wifi: Modify wifi-trans-example to handle fix for bug 2826 2018-03-07 22:22:25 +01:00
Getachew Redieteab
08e8241a0e wifi: Fix incorrect bash formatting in wifi-trans-example.sh 2018-03-07 22:19:29 +01:00
Tommaso Pecorella
f1bcee6ea4 flow-monitor: python3 example compatibility fix 2018-03-06 14:44:42 -06:00
Tommaso Pecorella
eb8063fae5 python: fix examples for python 3.6 2018-03-06 14:16:20 -06:00
Tommaso Pecorella
2cb872f436 internet: (fixes #2890) Icmpv4 "ECHO" is defined in system-wide headers 2018-03-06 13:32:01 -06:00
Tom Henderson
c833e3d1cf wifi: Doxygen fix (thanks to Muhammad Asif Khan) 2018-03-05 21:42:47 -08:00