Ns-3.15: Difference between revisions
Jump to navigation
Jump to search
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{TOC}} | {{TOC}} | ||
This page summarizes the ongoing release planning for ns-3.15 | This page summarizes the ongoing release planning for ns-3.15. The ns-3 release process is listed [http://www.nsnam.org/developers/release-process/ here] and [[Release Process | here]]. | ||
= Release schedule = | = Release schedule = | ||
# Wed Jul 25 -- new feature freeze | #<s>Wed Jul 25</s> -- new feature freeze</s> | ||
# Wed Aug 8 | #<s>Wed Aug 8</s> Wed Aug 22 -- code freeze on ns-3-dev | ||
# Wed Aug 15 -- ns-3. | #* bug 101 fixes are pending | ||
#<s>Wed Aug 15</s> Wed Aug 29-- ns-3.15 released | |||
Please test the [http://www.nsnam.org/release/ns-allinone-3.15.rc1.tar.bz2 latest release candidate]. | |||
= Proposed supported platforms = | = Proposed supported platforms = | ||
* Fedora Core 17 (32/64 bit) with g++-4.7.0 | |||
* Fedora Core 15 (64 bit) with g++-4.6.3 | |||
* Ubuntu 12.04 (32/64 bit) with g++-4.6.3 | |||
* Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3 | |||
* OS X Mountain Lion 10.7.4 with g++-4.2.1 | |||
* OS X Snow Leopard 10.6.8 with g++-4.2.1 | |||
* FreeBSD 8.2 (32 bit) with g++-4.2.1 | |||
* Cygwin 1.7.9-1 with g++-4.5.3 | |||
= Packaging = | = Packaging = | ||
Source tarball (tar.bz2). | |||
= new feature reviews = | = new feature reviews = | ||
== | == Sliding to ns-3.16 or later == | ||
These potential new features are sliding to ns-3.16. | |||
* Brian Panneton's antenna model updates http://mailman.isi.edu/pipermail/ns-developers/2012-April/010322.html | * Brian Panneton's antenna model updates http://mailman.isi.edu/pipermail/ns-developers/2012-April/010322.html | ||
Line 31: | Line 43: | ||
* Switched Ethernet device: http://codereview.appspot.com/5615049/ | * Switched Ethernet device: http://codereview.appspot.com/5615049/ | ||
* HTTP traffic generator: http://codereview.appspot.com/4940041/ | * HTTP traffic generator: http://codereview.appspot.com/4940041/ | ||
* GPSR: http://codereview.appspot.com/5401042 | |||
= Bugs being worked = | = Bugs being worked = | ||
Line 38: | Line 51: | ||
Bugs or issues involving things that are not related to protocol or channel models. | Bugs or issues involving things that are not related to protocol or channel models. | ||
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=101 101 RandomVariable enhancements] Mitch Watrous and Tom Henderson | * <s>[https://www.nsnam.org/bugzilla/show_bug.cgi?id=101 101 RandomVariable enhancements] Mitch Watrous and Tom Henderson </s> | ||
** Patchset 1: The basic change to the implementation and API: http://codereview.appspot.com/6305104/ | ** Patchset 1: The basic change to the implementation and API: http://codereview.appspot.com/6305104/ | ||
** Patchsets 2+: Changes to the models/helpers | ** Patchsets 2+: Changes to the models/helpers | ||
*** '''aodv:''' http://codereview.appspot.com/6436052 | *** '''aodv:''' http://codereview.appspot.com/6436052 | ||
*** '''applications:''' http://codereview.appspot.com/6421061 | *** '''applications:''' http://codereview.appspot.com/6421061 | ||
*** '''csma:''' http://codereview.appspot.com/6448069 | |||
*** '''dsdv:''' http://codereview.appspot.com/6444050 | |||
*** '''dsr:''' http://codereview.appspot.com/6449046 | *** '''dsr:''' http://codereview.appspot.com/6449046 | ||
*** '''internet:''' http://codereview.appspot.com/6442056 | |||
*** '''mobility:''' http://codereview.appspot.com/6443113 | |||
*** '''netanim:''' http://codereview.appspot.com/6453067 | |||
*** '''olsr:''' http://codereview.appspot.com/6450073 | |||
*** '''propagation + buildings:''' http://codereview.appspot.com/6441114 | |||
*** '''uan:''' http://codereview.appspot.com/6443073 | |||
*** '''wifi:''' http://codereview.appspot.com/6450087 | |||
*** '''wimax:''' http://codereview.appspot.com/6446093 | |||
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=582 582 Tags are not serialized and deserialized from Packet::Serialize and Packet::Deserialize] Peter Barnes | * [https://www.nsnam.org/bugzilla/show_bug.cgi?id=582 582 Tags are not serialized and deserialized from Packet::Serialize and Packet::Deserialize] Peter Barnes | ||
** Patchset 1: Add class Hash: generic hash function interface http://codereview.appspot.com/6357056/ | ** Patchset 1: Add class Hash: generic hash function interface http://codereview.appspot.com/6357056/ |
Latest revision as of 07:32, 27 August 2012
Main Page - Roadmap - Summer Projects - Project Ideas - Developer FAQ - Tools - Related Projects
HOWTOs - Installation - Troubleshooting - User FAQ - Samples - Models - Education - Contributed Code - Papers
This page summarizes the ongoing release planning for ns-3.15. The ns-3 release process is listed here and here.
Release schedule
Wed Jul 25-- new feature freezeWed Aug 8Wed Aug 22 -- code freeze on ns-3-dev- bug 101 fixes are pending
Wed Aug 15Wed Aug 29-- ns-3.15 released
Please test the latest release candidate.
Proposed supported platforms
- Fedora Core 17 (32/64 bit) with g++-4.7.0
- Fedora Core 15 (64 bit) with g++-4.6.3
- Ubuntu 12.04 (32/64 bit) with g++-4.6.3
- Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
- OS X Mountain Lion 10.7.4 with g++-4.2.1
- OS X Snow Leopard 10.6.8 with g++-4.2.1
- FreeBSD 8.2 (32 bit) with g++-4.2.1
- Cygwin 1.7.9-1 with g++-4.5.3
Packaging
Source tarball (tar.bz2).
new feature reviews
Sliding to ns-3.16 or later
These potential new features are sliding to ns-3.16.
- Brian Panneton's antenna model updates http://mailman.isi.edu/pipermail/ns-developers/2012-April/010322.html
- New IEEE 802.11b indoor wireless channel models for (HMM and BEAR)
- Longley-Rice and ITU terrain-aware propagation models
- TCP Echo Code review here, needs updating
- Finishing ns-3-click-mac extensions -> Blocked by queue API resolution
- Monitor mode support (Update from Bjorn)
- UAN Mobility Model merge (from previous GSOC)
- blocked on resolving changes to WaypointMobilityModel API
- Switched Ethernet device: http://codereview.appspot.com/5615049/
- HTTP traffic generator: http://codereview.appspot.com/4940041/
- GPSR: http://codereview.appspot.com/5401042
Bugs being worked
Simulation core
Bugs or issues involving things that are not related to protocol or channel models.
101 RandomVariable enhancements Mitch Watrous and Tom Henderson- Patchset 1: The basic change to the implementation and API: http://codereview.appspot.com/6305104/
- Patchsets 2+: Changes to the models/helpers
- aodv: http://codereview.appspot.com/6436052
- applications: http://codereview.appspot.com/6421061
- csma: http://codereview.appspot.com/6448069
- dsdv: http://codereview.appspot.com/6444050
- dsr: http://codereview.appspot.com/6449046
- internet: http://codereview.appspot.com/6442056
- mobility: http://codereview.appspot.com/6443113
- netanim: http://codereview.appspot.com/6453067
- olsr: http://codereview.appspot.com/6450073
- propagation + buildings: http://codereview.appspot.com/6441114
- uan: http://codereview.appspot.com/6443073
- wifi: http://codereview.appspot.com/6450087
- wimax: http://codereview.appspot.com/6446093
- 582 Tags are not serialized and deserialized from Packet::Serialize and Packet::Deserialize Peter Barnes
- Patchset 1: Add class Hash: generic hash function interface http://codereview.appspot.com/6357056/
- Patchset 2: Add hashes to TypeId. http://codereview.appspot.com/6344063/
- Patchset 3: Refactor PacketTagList http://codereview.appspot.com/6354061/
- 938 Doxygen cleanup Vedran Miletić and Tom Henderson
- 1192 Some test cases fail to clean up properly (missing DoTeardown) Claudio Freire
- NetDevice queue feedback Ruben Merz, Frederic Urbani, and Tom Henderson
- Object::Stop patch http://mailman.isi.edu/pipermail/ns-developers/2012-May/010392.html
Bugs in ns-3 models
Open bugs will be worked on a best-effort basis.