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

Delta Between Two Patch Sets: RELEASE_NOTES

Issue 132870043: Simple[NetDevice,Channel] - not that simple anymore (Closed)
Left Patch Set: Include the modified tests Created 9 years, 7 months ago
Right Patch Set: Doxygen and minor stuff Created 9 years, 6 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:
Right: Side by side diff | Download
« no previous file with change/comment | « CHANGES.html ('k') | src/internet/test/ipv4-fragmentation-test.cc » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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-dev 12 Release 3-dev
13 ============= 13 =============
14 14
15 Availability 15 Availability
16 ------------ 16 ------------
17 This release is not yet available. 17 This release is not yet available.
18 18
19 Supported platforms 19 Supported platforms
20 ------------------- 20 -------------------
21 21
22 New user-visible features 22 New user-visible features
23 ------------------------- 23 -------------------------
24 24
25 - The LTE module now supports the transport of the S1-U, X2-U and X2-C 25 - The LTE module now supports the transport of the S1-U, X2-U and X2-C
26 interfaces over emulated links via the new helper class EmuEpcHelper. 26 interfaces over emulated links via the new helper class EmuEpcHelper.
27 - CommandLine can now provide a shorthand argument name for any 27 - CommandLine can now provide a shorthand argument name for any
28 Attribute. 28 Attribute.
29 - SimpleNetDevice and SimpleChannel are not so simple anymore.·
30 SimpleNetDevice can be now a Broadcast or PointToPoint NetDevice,·
31 it can have a limited bandwidth and it uses an output queue.
32 - SimpleNetDevice and SimpleChannel can be installed in a node through·
33 an helper: SimpleNetDeviceHelper.
34
29 35
30 Bugs fixed 36 Bugs fixed
31 ---------- 37 ----------
32 38
33 - Bug 1762 - UE stuck in IDLE_CONNECTING because RRC CONN REQ is not transmitted 39 - Bug 1762 - UE stuck in IDLE_CONNECTING because RRC CONN REQ is not transmitted
34 - Bug 1831 - TcpSocket SlowStartThreshold is not a TraceSource 40 - Bug 1831 - TcpSocket SlowStartThreshold is not a TraceSource
35 - Bug 1854 - std::out_of_range Problem 41 - Bug 1854 - std::out_of_range Problem
36 - Bug 1893 - issue in DoSchedUlTriggerReq with harq 42 - Bug 1893 - issue in DoSchedUlTriggerReq with harq
37 - Bug 1921 - Icmpv6L4Protocol::ForgeEchoRequest returns a malformed packet 43 - Bug 1921 - Icmpv6L4Protocol::ForgeEchoRequest returns a malformed packet
38 - Bug 1930 - Use of invalid reference in OLSR RemoveLinkTuple 44 - Bug 1930 - Use of invalid reference in OLSR RemoveLinkTuple
(...skipping 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 to provide object extensibility 2202 to provide object extensibility
2197 2203
2198 - Add support for a BSD-style socket API for user applications 2204 - Add support for a BSD-style socket API for user applications
2199 2205
2200 Release 3.0.1 (2007/03/31) 2206 Release 3.0.1 (2007/03/31)
2201 ========================== 2207 ==========================
2202 2208
2203 - First public release; not yet pre-alpha. 2209 - First public release; not yet pre-alpha.
2204 2210
2205 - Simple UDP-based simulation script (examples/simple-p2p.cc) 2211 - 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