Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(327)

Delta Between Two Patch Sets: RELEASE_NOTES

Issue 4685048: Monitor mode support in ns-3
Left Patch Set: Removing redundant parameters sent up the stack Created 12 years, 8 months ago
Right Patch Set: Undoing redundant params, changed GetMonitorMode to IsMonitorMode Created 12 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « CHANGES.html ('k') | src/click/examples/nsclick-monitor.click » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 1
2 ns-3 RELEASE NOTES 2 ns-3 RELEASE NOTES
3 3
4 This file contains ns-3 release notes (most recent releases first).·· 4 This file contains ns-3 release notes (most recent releases first).··
5 5
6 All of the ns-3 documentation is accessible from the ns-3 website:· 6 All of the ns-3 documentation is accessible from the ns-3 website:·
7 http://www.nsnam.org including tutorials: http://www.nsnam.org/tutorials.html 7 http://www.nsnam.org including tutorials: http://www.nsnam.org/tutorials.html
8 8
9 Consult the file CHANGES.html for more detailed information about changed 9 Consult the file CHANGES.html for more detailed information about changed
10 API and behavior across ns-3 releases. 10 API and behavior across ns-3 releases.
11 11
12 Release 3.12 12 Release 3.12
13 =========== 13 ===========
14 14
15 Availability
16 ------------
17
18 Supported platforms
19 -------------------
20
15 New user-visible features 21 New user-visible features
16 ------------------------- 22 -------------------------
17 23
18 - API modifications in Wifi Rx stack to accomodate 802.11 radiotap header 24 - SpectrumChannel models now support the usage of single-frequency
19 support for monitor mode 25 propagation loss models based on the PropagationLossModel
26 class. These model can be used in conjunction with
27 the frequency-dependent propagation loss model based on the
28 SpectrumPropagationLossModel class already supported by
29 SpectrumChannel.·
30
31 - API modifications in Wifi Rx stack to accomodate 802.11 radiotap header
32 support for monitor mode
33
34
35 Bugs fixed
36 ----------
37 - bug 1033 - Mesh airtime-metric fixed
38 - bug 1102 - IPv4 header fragment offset field not set correctly
39 - bug 1123 - class MinMaxAvgTotalCalculator does not implement all methods
40 - bug 1141 - MeshWifiInterfaceMac adds supported modes to wrong remote station
41 - bug 1175 - shared libraries are not versioned
42 - bug 1192 - some test cases fail to clean up properly
43 - bug 1201 - UDP sockets need to set connected state before notifying the Conne ctionSucceeded callback
20 44
21 Release 3.11 45 Release 3.11
22 =========== 46 ===========
23 47
24 Availability 48 Availability
25 ------------ 49 ------------
26 This release is available from:· 50 This release is available from:·
27 http://www.nsnam.org/releases/ns-allinone-3.11.tar.bz2 51 http://www.nsnam.org/releases/ns-allinone-3.11.tar.bz2
28 52
29 Supported platforms 53 Supported platforms
(...skipping 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 to provide object extensibility 1295 to provide object extensibility
1272 1296
1273 - Add support for a BSD-style socket API for user applications 1297 - Add support for a BSD-style socket API for user applications
1274 1298
1275 Release 3.0.1 (2007/03/31) 1299 Release 3.0.1 (2007/03/31)
1276 ========================== 1300 ==========================
1277 1301
1278 - First public release; not yet pre-alpha. 1302 - First public release; not yet pre-alpha.
1279 1303
1280 - Simple UDP-based simulation script (examples/simple-p2p.cc) 1304 - Simple UDP-based simulation script (examples/simple-p2p.cc)
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b