Difference between revisions of "Ns-3.10"

From Nsnam
Jump to: navigation, search
(fix typo)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{TOC}}
 
{{TOC}}
This page summarizes the ongoing release planning for ns-3.10.  Josh Pelkey and Tom Henderson will manage the release.
+
This page summarizes the past release plans for ns-3.10.  ns-3.10 is immediately available for download [http://www.nsnam.org/releases/ns-allinone-3.10.tar.bz2 here]  The release managers were Tom Henderson Josh Pelkey.
 +
 
  
 
= Proposed Release Schedule =
 
= Proposed Release Schedule =
  
Please test our release candidates on your system, and provide
+
# December 23 -- [http://www.nsnam.org/releases/ns-allinone-3.10-RC1.tar.bz2 First release candidate] posted (feature/API freeze)
 
+
# December 31 -- [http://www.nsnam.org/releases/ns-allinone-3.10-RC2.tar.bz2 Second release candidate] posted (code freeze)
# December 23 -- First release candidate posted (feature/API freeze)
+
# January 3 -- [http://www.nsnam.org/releases/ns-allinone-3.10-RC3.tar.bz2 Third release candidate] posted (code and documentation freeze)
# December 30 -- Second release candidate posted (code freeze)
+
# January 3 -- Third release candidate posted (code and documentation freeze)
+
 
# January 5 -- ns-3.10 posted
 
# January 5 -- ns-3.10 posted
  
Line 25: Line 24:
 
* [http://codereview.appspot.com/1869054/show LTE support]
 
* [http://codereview.appspot.com/1869054/show LTE support]
  
= Bug list =
+
* <s>903/975 Tap bridge closure:  http://www.nsnam.org/bugzilla/show_bug.cgi?id=903; http://www.nsnam.org/bugzilla/show_bug.cgi?id=975</s>
 
+
* <s>WiMAX bugs (953, 985, 995)</s>
The documentation (manual) needs updating, and a conversion to Sphinx as discussed on the mailing list is pending.  This should be done by the RC2 timeframe.
+
* <s>Restore -r option to download.py:  http://www.nsnam.org/bugzilla/show_bug.cgi?id=555</s>
 
+
* <s>Config::Connect failure on powerpc:  http://www.nsnam.org/bugzilla/show_bug.cgi?id=1029 </s>
We're trying to get these bugs fixed before final code freeze (RC2).
+
 
+
* 903/975 Tap bridge closure:  http://www.nsnam.org/bugzilla/show_bug.cgi?id=903; http://www.nsnam.org/bugzilla/show_bug.cgi?id=975
+
** patch for review [http://www.nsnam.org/bugzilla/attachment.cgi?id=1019&action=edit here]
+
* WiMAX bugs (953, 985, 995)
+
* patch for bug 555-- DCF immediate access http://www.nsnam.org/bugzilla/show_bug.cgi?id=555
+
** needs further testing and verification
+
* Restore -r option to download.py:  http://www.nsnam.org/bugzilla/show_bug.cgi?id=555
+
* Config::Connect failure on powerpc:  http://www.nsnam.org/bugzilla/show_bug.cgi?id=1029  
+
** causing buildbot failure for powerpc
+
 
+
= Future work for ns-3.11 =
+
 
+
These items appear to be slipping to future releases.
+
 
+
== New features ==
+
 
+
* [http://codereview.appspot.com/1690056/show ns-3 click]
+
** minor block on GPL copyright issue (ported ns-2 code)
+
* [http://codereview.appspot.com/2104052/show Virtual Access Point (VAP) for WiFi]
+
** insufficient reviews
+
* [http://codereview.appspot.com/2135046/show GetRelativeVelocity() for MobilityModel]
+
** insufficient reviews
+
* [http://codereview.appspot.com/2173042/show PhySimWifi]
+
** insufficient reviews
+
* [http://codereview.appspot.com/2334041/show thread-safe implementation of ScheduleWithContext]
+
* [http://code.nsnam.org/bhurd/ns-3-openflow/ OpenFlow]
+
* [http://codereview.appspot.com/1587041/show simple wireless models]
+
* [http://codereview.appspot.com/1055041/show Jamming model]
+
* [http://codereview.appspot.com/850045/show MPLS]
+
* [http://mailman.isi.edu/pipermail/ns-developers/2010-February/007419.html TCP Vegas] (blocked by lack of progress on TCP congestion control architecture)
+
 
+
== Priority bugs ==
+
 
+
* bug 445 Class name rename Scalar->Dimensionless (issue 445) http://www.nsnam.org/bugzilla/show_bug.cgi?id=445
+
* bug 912-- modeling processing delays http://www.nsnam.org/bugzilla/show_bug.cgi?id=912
+
* bug 938-- missing Doxygen http://www.nsnam.org/bugzilla/show_bug.cgi?id=938
+
* bug 976-- floating point differences in the mobility code http://www.nsnam.org/bugzilla/show_bug.cgi?id=976
+
 
+
== Feature requests ==
+
  
Not likely for ns-3.10 but will carry forward to ns-3.11.
+
= Remaining issues =
  
* make spectrum model compatible with ns-3 WiFi
+
The documentation (manual) needs updating, and a conversion to Sphinx as discussed on the mailing list is pending. This should be done by the RC3 timeframe.
* ns-2 packet UID feature
+
* API for TOS bytes (issue 897) ''may wait for netfilter support''
+
* [http://codereview.appspot.com/3374041/ NetAnim trace hooks for wireless]
+
* Chord/DHT (authors are planning to revise code based on comments)
+
* app store and build system refactoring
+
* fragmentation for IPv4: being worked by Vedran Miletic
+
* TDMA wireless model
+
** being worked on by Hemanth Narra
+

Latest revision as of 20:00, 14 January 2011

Main Page - Current Development - Developer FAQ - Tools - Related Projects - Project Ideas - Summer Projects

Installation - Troubleshooting - User FAQ - HOWTOs - Samples - Models - Education - Contributed Code - Papers

This page summarizes the past release plans for ns-3.10. ns-3.10 is immediately available for download here The release managers were Tom Henderson Josh Pelkey.


Proposed Release Schedule

  1. December 23 -- First release candidate posted (feature/API freeze)
  2. December 31 -- Second release candidate posted (code freeze)
  3. January 3 -- Third release candidate posted (code and documentation freeze)
  4. January 5 -- ns-3.10 posted

Already merged

Remaining issues

The documentation (manual) needs updating, and a conversion to Sphinx as discussed on the mailing list is pending. This should be done by the RC3 timeframe.