Difference between revisions of "Ns-3.12"

From Nsnam
Jump to: navigation, search
(Bugs being worked)
(Bugs being worked)
Line 69: Line 69:
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1163 1163 forgot to increment ephemeral port] (Adrian)
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1163 1163 forgot to increment ephemeral port] (Adrian)
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1164 1164 IPV4 TCP Bind an already used port failed but without setting errno]
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1164 1164 IPV4 TCP Bind an already used port failed but without setting errno]
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1165 1165 memset used with constant zero length parameter]
 
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1166 1166 ns-3 TCP DCE problems with RST] (Adrian)
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1166 1166 ns-3 TCP DCE problems with RST] (Adrian)
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1168 1168 BridgeNetDevice: Default ExpirationTime not realistic] (Gustavo)
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1168 1168 BridgeNetDevice: Default ExpirationTime not realistic] (Gustavo)
Line 84: Line 83:
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1217 1217 simple-odfm-wimax-phy creates UniformVariable in a critical path] (Flavio)
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1217 1217 simple-odfm-wimax-phy creates UniformVariable in a critical path] (Flavio)
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1218 1218 Supply a mechanism to build python binding for multi-version of python]
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1218 1218 Supply a mechanism to build python binding for multi-version of python]
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1220 1220 FdReader always stops with NS_FATAL_ERROR] (Tom G.)
+
* <s>[https://www.nsnam.org/bugzilla/show_bug.cgi?id=1220 1220 FdReader always stops with NS_FATAL_ERROR] (Tom G.)</s>
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1226 1226 Incomplete YansWifiChannel Python bindings]
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1226 1226 Incomplete YansWifiChannel Python bindings]
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1227 1227 TCP minRTO too low] (Adrian)
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1227 1227 TCP minRTO too low] (Adrian)
Line 92: Line 91:
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1238 1238 documentation]
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1238 1238 documentation]
 
* <s>[https://www.nsnam.org/bugzilla/show_bug.cgi?id=1239 1239 Add assertion that reference count never overflows]</s>
 
* <s>[https://www.nsnam.org/bugzilla/show_bug.cgi?id=1239 1239 Add assertion that reference count never overflows]</s>
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1240 1240 1240 remove monolithic python bindings from waf]
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1240 1240 remove monolithic python bindings from waf]
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1241 1241 1241 documentation]
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1241 1241 documentation]
 
* <s>[https://www.nsnam.org/bugzilla/show_bug.cgi?id=1243 1243 Exiting waf shell should not generate report on what modules are built]</s>
 
* <s>[https://www.nsnam.org/bugzilla/show_bug.cgi?id=1243 1243 Exiting waf shell should not generate report on what modules are built]</s>
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1246 1246 waf --enable-shared-and-static]
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1246 1246 config store needs examples and tests]
 +
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1247 1247 waf --enable-shared-and-static]
  
 
<s>Also, the collection of "set but not used" bugs (such as bugs 1147-1162).</s>  Note that the general solution for bug 1170 is still in work.
 
<s>Also, the collection of "set but not used" bugs (such as bugs 1147-1162).</s>  Note that the general solution for bug 1170 is still in work.

Revision as of 18:43, 16 August 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 ongoing release planning for ns-3.12. Tom Henderson, John Abraham, and Mitch Watrous will be jointly managing the release.

Proposed release schedule

  1. May 25 -- ns-3.11 posted, ns-3.12 open phase begins.
  2. Wed Aug 17 -- code freeze on ns-3-dev, ns-3.12 RC1 posted
  3. Wed Aug 24 -- ns-3.12 released

Please see Release Process concerning general aspects of the release schedule.

Proposed supported platforms

  • Ubuntu 11.04 (32/64 bit)
  • Ubuntu 10.04 LTS (64 bit)
  • Fedora Core 15 (32/64 bit)
  • Mac OS X Lion and Snow Leopard (32 bit)

Packaging

We will use ns-allinone-3.12.tar.bz2 packaging as before.

Contributors can also prepare rpms and debs, but these can occur after the release, and there are some lingering issues regarding these packages:

Release blockers

None at this time.

New features being considered for ns-3.12

These should be reviewed quickly to see if they can be integrated to this release.


Bugs being worked

We are trying to close these bugs for this release cycle (no guarantees that we will get them all):

Also, the collection of "set but not used" bugs (such as bugs 1147-1162). Note that the general solution for bug 1170 is still in work.

Also, the collection of RealtimeSimulatorImpl and TapBridge patches (Tom Goff is looking at):

Active reviews sliding past ns-3.12

These are not going to complete in time for the ns-3.12 release.

ns-3.12 features merged

ns-3.12 bugs fixed

This list needs updating.

Feature requests

This lists some features that have been requested but for which a patch is needed.

  • make spectrum model compatible with ns-3 WiFi
  • ns-2 packet UID feature
  • API for TOS bytes (issue 897) may wait for netfilter support
  • 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 and Tommaso Pecorella
  • TDMA wireless model
    • being worked on by Hemanth Narra
  • Netdevice queue state support
    • being worked on by Ruben Merz