Ns-3.14: Difference between revisions

From Nsnam
Jump to navigation Jump to search
Line 28: Line 28:
* [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
* [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, buildings, and antenna models:  several review requests are [http://mailman.isi.edu/pipermail/ns-developers/2012-March/010020.html here]
** Antenna patch will review and merge hopefully by 1 April
** Antenna patch requires resolution of comments in the Rietveld issue tracker
** LTE merge is blocked by resolution of [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1352 this issue]
** LTE merge is blocked by resolution of [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1352 this issue]
** Buildings merge is being refactored for 1) the separation of pathloss models, and 2) the re-use of position allocators for the buildings allocator
* [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://code.nsnam.org/safe/ns-3-rng/file/dbdb95ae0805/src/core/model/random-variable-stream.h Random Variable Stream]
** need to generate code review; plan is to not touch RandomVariable or any models for ns-3.14
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=454 TCP Echo]  Code review [http://codereview.appspot.com/5654053/ here]
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=454 TCP Echo]  Code review [http://codereview.appspot.com/5654053/ here]
* [http://codereview.appspot.com/5452045/ TCP Options]  
* netanim (added to download.py).  Proposed patch [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1403 here]
* netanim (added to download.py)


Other:
Other:
* [http://codereview.appspot.com/5452045/ TCP Options (just the encoding of the options in the header)]
* [http://codereview.appspot.com/4940041/ HTTP traffic generator] -> reviewed, needs revisions
* [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
Line 56: Line 55:
* [http://groups.google.com/group/ns-3-reviews/browse_thread/thread/512bf466d3cd5ec0?pli=1 UAN Mobility Model merge (from previous GSOC)]  
* [http://groups.google.com/group/ns-3-reviews/browse_thread/thread/512bf466d3cd5ec0?pli=1 UAN Mobility Model merge (from previous GSOC)]  
** blocked on resolving changes to WaypointMobilityModel API
** blocked on resolving changes to WaypointMobilityModel API
* [http://code.nsnam.org/safe/ns-3-rng/file/dbdb95ae0805/src/core/model/random-variable-stream.h Random Variable Stream]
** need to generate code review and may slip to ns-3.15; plan is to not touch RandomVariable or any models for ns-3.14


= Bugs being worked =
= Bugs being worked =

Revision as of 06:21, 9 April 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. Tom Henderson and Tommaso Pecorella will be managing the release. The ns-3 release process is listed here and here.

Release schedule

  1. Wed Apr 4 -- new feature freeze, enter bug fixing stage <- considering to slip this to include additional features
  2. Wed Apr 18 -- code freeze on ns-3-dev
  3. 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)
  • Cygwin?

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
    • Antenna patch requires resolution of comments in the Rietveld issue tracker
    • LTE merge is blocked by resolution of this issue
    • Buildings merge is being refactored for 1) the separation of pathloss models, and 2) the re-use of position allocators for the buildings allocator
  • Dynamic Source Routing (DSR) -> author is responding to some final comments
  • TCP Echo Code review here
  • netanim (added to download.py). Proposed patch here

Other:

NSOC/GSOC code merges (seem to be slipping out of ns-3.14 timeframe):

  • Random Variable Stream
    • need to generate code review and may slip to ns-3.15; plan is to not touch RandomVariable or any models for ns-3.14

Bugs being worked

Simulation core

Bugs or issues involving things that are not related to protocol or channel models.

Bugs in ns-3 models