Ns-3.14: Difference between revisions
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
= new feature reviews = | = new feature reviews = | ||
Still aiming for ns-3.14: | |||
* [http://codereview.appspot.com/4889046/ RED queues], [http://mailman.isi.edu/pipermail/ns-developers/2011-August/009255.html mailing list post] -> merged to ns-3-dev and is being kept there for now so as to not disturb the repository, but requires some relicensing of original BSD-licensed source before we should release it | |||
* LTE, buildings, and antenna models: several review requests are [http://mailman.isi.edu/pipermail/ns-developers/2012-March/010020.html here] | |||
** LTE merge is blocked by resolution of [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1352 this issue] | |||
* [http://codereview.appspot.com/4823051/ Dynamic Source Routing (DSR)] -> author is responding to some final comments | * [http://codereview.appspot.com/4823051/ Dynamic Source Routing (DSR)] -> author is responding to some final comments | ||
* [http:// | * [http://code.nsnam.org/pdbarnes/packet-tag-list/ Packet Tag List] | ||
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=454 TCP Echo] Code review [http://codereview.appspot.com/5654053/ here] | |||
* [ | |||
Other: | Other: | ||
* [http://codereview.appspot.com/4940041/ HTTP traffic generator] -> needs | * [http://codereview.appspot.com/4940041/ HTTP traffic generator] -> reviewed, needs revisions | ||
* [http://codereview.appspot.com/4875052/ DelayBox] -> author responding to comments | * [http://codereview.appspot.com/4875052/ DelayBox] -> author responding to comments | ||
* [http://codereview.appspot.com/4747046/ TDMA model] -> sliding to ns-3. | * [http://codereview.appspot.com/4747046/ TDMA model] -> sliding to ns-3.15? | ||
* [http://codereview.appspot.com/4517125/ BRITE Integration] -> sliding to ns-3. | * [http://codereview.appspot.com/4517125/ BRITE Integration] -> sliding to ns-3.15? | ||
* [http://codereview.appspot.com/4997043/ Poisson Pareto Burst Process] -> sliding to ns-3. | * [http://codereview.appspot.com/4997043/ Poisson Pareto Burst Process] -> sliding to ns-3.15?, author responding to comments | ||
* [http://codereview.appspot.com/5343044/ CLWPR (Cross Layer, Weighted, Position-based, Routing)] -> sliding to future | * [http://codereview.appspot.com/5343044/ CLWPR (Cross Layer, Weighted, Position-based, Routing)] -> sliding to future | ||
* [http://codereview.appspot.com/5314055/ CSMA module improvements] -> sliding to future | * [http://codereview.appspot.com/5314055/ CSMA module improvements] -> sliding to future | ||
* [http://codereview.appspot.com/5401042 GPSR (Greedy Perimeter Stateless Routing)] -> Posted for pre-review, presently missing test suite. | * [http://codereview.appspot.com/5401042 GPSR (Greedy Perimeter Stateless Routing)] -> Posted for pre-review, presently missing test suite. | ||
* [http://codereview.appspot.com/5615049/ Switched Ethernet Device] | * [http://codereview.appspot.com/5615049/ Switched Ethernet Device] | ||
* [http://codereview.appspot.com/5552055/ Finishing ns-3-click-mac extensions | * [http://codereview.appspot.com/5552055/ Finishing ns-3-click-mac extensions] -> Blocked by queue API resolution | ||
* [http://codereview.appspot.com/5452045/ TCP Options] | * [http://codereview.appspot.com/5452045/ TCP Options] | ||
* [http:// | * [http://mailman.isi.edu/pipermail/ns-developers/2012-January/009821.html Antenna Model patch] Author must rebase patch against Nicola's patch. | ||
* [http:// | |||
* [ | NSOC/GSOC code merges (seem to be slipping out of ns-3.14 timeframe): | ||
* [http://codereview.appspot.com/4685048/ Monitor mode support] ([http://codereview.appspot.com/5552055/ Update from Bjorn]) -> sliding to ns-3.14 | |||
* [http://codereview.appspot.com/4901055/ LTE RRC extension] -> sliding to ns-3.14 | |||
* [http://groups.google.com/group/ns-3-reviews/browse_thread/thread/512bf466d3cd5ec0?pli=1 UAN Mobility Model merge (from previous GSOC)] -> sliding to ns-3.14 | |||
** blocked on resolving changes to WaypointMobilityModel API | |||
= Bugs being worked = | = Bugs being worked = |
Revision as of 15:45, 21 March 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.14. No release manager has yet been appointed. The ns-3 release process is listed here and here.
Release schedule
The below schedule is based on a scheduled 4 months between releases.
- Wed Apr 4 -- new feature freeze, enter bug fixing stage
- Wed Apr 18 -- code freeze on ns-3-dev
- Wed Apr 25 -- ns-3.14 released
Proposed supported platforms
- Fedora 16, 17
- Ubuntu 11.10, 12.04
- Centos (5.8 and 6.2?)
- OS X Snow Leopard and Lion (maybe Mountain Lion?)
- FreeBSD 8.2, 9.0 (also with clang)
Packaging
- traditional ns-allinone-3.14.tar.bz2 packaging
- Fedora packaging as detailed by Vedran
new feature reviews
Still aiming for ns-3.14:
- RED queues, mailing list post -> merged to ns-3-dev and is being kept there for now so as to not disturb the repository, but requires some relicensing of original BSD-licensed source before we should release it
- LTE, buildings, and antenna models: several review requests are here
- LTE merge is blocked by resolution of this issue
- Dynamic Source Routing (DSR) -> author is responding to some final comments
- Packet Tag List
- TCP Echo Code review here
Other:
- HTTP traffic generator -> reviewed, needs revisions
- DelayBox -> author responding to comments
- TDMA model -> sliding to ns-3.15?
- BRITE Integration -> sliding to ns-3.15?
- Poisson Pareto Burst Process -> sliding to ns-3.15?, author responding to comments
- CLWPR (Cross Layer, Weighted, Position-based, Routing) -> sliding to future
- CSMA module improvements -> sliding to future
- GPSR (Greedy Perimeter Stateless Routing) -> Posted for pre-review, presently missing test suite.
- Switched Ethernet Device
- Finishing ns-3-click-mac extensions -> Blocked by queue API resolution
- TCP Options
- Antenna Model patch Author must rebase patch against Nicola's patch.
NSOC/GSOC code merges (seem to be slipping out of ns-3.14 timeframe):
- Monitor mode support (Update from Bjorn) -> sliding to ns-3.14
- LTE RRC extension -> sliding to ns-3.14
- UAN Mobility Model merge (from previous GSOC) -> sliding to ns-3.14
- blocked on resolving changes to WaypointMobilityModel API
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
- 938 Doxygen cleanup Vedran Miletić and Tom Henderson
- 962 path to attributes has bogus entries Nicola Baldo
- 1170 best practices for unused variables John Abraham and Andrey Mazo
- 1192 Some test cases fail to clean up properly (missing DoTeardown) Claudio Freire
- 1327-1331 packaging related enhancements Vedran Miletić and Gustavo Carneiro
- 1313 Stddev (average.h) returning NaN Mitch Watrous
- NetDevice queue feedback Ruben Merz, Frederic Urbani, and Tom Henderson