Difference between revisions of "Ns-3.16"

From Nsnam
Jump to: navigation, search
(new feature reviews)
(Proposed supported platforms)
 
(28 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
= Release schedule =
 
= Release schedule =
  
* Wed Nov 21 -- new feature freeze
+
The ns-3.16 release (originally scheduled for Dec 12) has been delayed.  The new anticipated date is Fri Dec 21.
* Wed Dec 5 -- code freeze on ns-3-dev
+
 
* Wed Dec 12 -- ns-3.16 released
+
* <s>Wed Nov 21 -- new feature freeze</s>
 +
* <s>Fri Dec 7 -- code freeze on ns-3-dev</s>
 +
** <s>a few more patches to marshal in</s>
 +
* Wed Dec 12 -- <s>ns-3.16 released</s> Delayed due to issues discussed on the mailing list.
 +
* Mon Dec 17 -- First release candidate posted
 +
* Thurs Dec 20 -- <s>ns-3.17 released if no issues found</s> Second [http://www.nsnam.org/release/ns-allinone-3.16.rc2.tar.bz2 release candidate posted].
 +
* Fri Dec 21 -- ns-3.16 planned release date.
  
 
= Proposed supported platforms =
 
= Proposed supported platforms =
  
TBD (recent versions of OS X, Linux, and FreeBSD)
+
* Linux Ubuntu 12.10
 +
* Linux Fedora 17 (also 18 beta)
 +
* Linux Ubuntu 12.04 LTS
 +
* Ubuntu 10.04.3 LTS
 +
* Mac OS X Mountain Lion 10.8.2
 +
* FreeBSD 9.0 amd64
 +
* FreeBSD 8.2
  
 
= Packaging =
 
= Packaging =
  
Source tarball (tar.bz2).
+
Source tarball ns-allinone-3.16.tar.bz2.
  
= new feature reviews =
+
Bake has been deferred to ns-3.17; we'll use the existing build system.
  
* bake:  [http://www.nsnam.org/wiki/index.php/BakeIntegration wiki description]
+
= new features =
* Low resolution radio model: [http://codereview.appspot.com/5466046 code review]
+
 
* Brian Panneton's antenna model updates http://mailman.isi.edu/pipermail/ns-developers/2012-April/010322.html
+
* LTE MAC Schedulers by Dizhi Zhou (GSoC 2012):  http://codereview.appspot.com/6591047
* [http://codereview.appspot.com/6201059/ New IEEE 802.11b indoor wireless channel models for (HMM and BEAR)]
+
* BRITE topology generator integration:  http://codereview.appspot.com/6499120/
* [http://codereview.appspot.com/6192052/ Longley-Rice and ITU terrain-aware propagation models]
+
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=454 TCP Echo]  Code review [http://codereview.appspot.com/5654053/ here], needs updating
+
* [http://codereview.appspot.com/5552055/ Finishing ns-3-click-mac extensions]  -> Blocked by queue API resolution
+
* [http://codereview.appspot.com/4685048/ Monitor mode support] ([http://codereview.appspot.com/5552055/ Update from Bjorn])
+
* [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
+
* Switched Ethernet device:  http://codereview.appspot.com/5615049/
+
* HTTP traffic generator:  http://codereview.appspot.com/4940041/
+
* GPSR:  http://codereview.appspot.com/5401042
+
* TMix and Delaybox:  http://code.google.com/p/tmix-ns3/
+
  
 
= Bugs being worked =
 
= Bugs being worked =
  
== Simulation core ==
+
* <s>555: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=555 DCF immediate access bug] Daniel L.</s>
 
+
* 582: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=582 Tags are not serialized and deserialized from Packet::Serialize and Packet::Deserialize] Peter Barnes
Bugs or issues involving things that are not related to protocol or channel models.
+
 
+
* [http://codereview.appspot.com/6497052 1237 Code cleanup related to includes] Vedran Miletić
+
* [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/
** Patchset 2: Add hashes to TypeId. http://codereview.appspot.com/6344063/
+
** Patchset 2: Add hashes to TypeId. http://codereview.appspot.com/6344063/ <- being held out of ns-3.16
 
** Patchset 3: Refactor PacketTagList  http://codereview.appspot.com/6354061/
 
** Patchset 3: Refactor PacketTagList  http://codereview.appspot.com/6354061/
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=938 938 Doxygen cleanup] Vedran Miletić and Tom Henderson
+
** these have been deferred to ns-3.17
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1192 1192 Some test cases fail to clean up properly (missing DoTeardown)] Claudio Freire
+
* 954: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=954 changing the simulation time resolution] Peter Barnes
* [http://codereview.appspot.com/4664057/ NetDevice queue feedback] Ruben Merz, Frederic Urbani, and Tom Henderson
+
** proposing to back out of ns-3-dev
** explained here: http://mailman.isi.edu/pipermail/ns-developers/2011-July/009170.html
+
* <s>1342: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1342 tcp test case failure] Brian Swenson</s>
* Object::Stop patch http://mailman.isi.edu/pipermail/ns-developers/2012-May/010392.html
+
* 1456: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1456 update openflow distribution] Tom Henderson
* FdReader device refactoring (Alina Quereilhac)
+
* <s>1501: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1501 Tcp test crash] Brian Swenson</s>
 
+
* 1502: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1502 Shutdown on tcp socket seems to misbehave] Brian Swenson
== Bugs in ns-3 models ==
+
* <s>1516: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1516 GtkConfigStore does not show read-only attributes] Mitch Watrous</s>
 
+
* 1520: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1520 config paths not documented in Doxygen for CsmaChannel (possibly others)] Mitch Watrous
[https://www.nsnam.org/bugzilla/buglist.cgi?bug_status=__open__&content=&product=&query_format=specific&order=bug_id%20DESC&query_based_on= Open bugs] will be worked on a best-effort basis.
+
** mostly fixed
 +
* 1522: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1522 jitter needed on Ipv4 ARP WaitReply timer] Daniel L.
 +
* <s>1525: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1525 Linker error with mpi on Mac 10.8] Peter Barnes/Brian Swenson</s>
 +
* <s>1531: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1531 Crash when using NS_LOG in destructors of static objects] Peter Barnes</s>
 +
* 1540: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1540 bake not building click correctly] Daniel Camara/Mitch Watrous
 +
* 1542: [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1542 adapt waf to find bake-built libraries] Mitch Watrous

Latest revision as of 07:30, 20 December 2012

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.16. The ns-3 release process is listed here and here.

Release schedule

The ns-3.16 release (originally scheduled for Dec 12) has been delayed. The new anticipated date is Fri Dec 21.

  • Wed Nov 21 -- new feature freeze
  • Fri Dec 7 -- code freeze on ns-3-dev
    • a few more patches to marshal in
  • Wed Dec 12 -- ns-3.16 released Delayed due to issues discussed on the mailing list.
  • Mon Dec 17 -- First release candidate posted
  • Thurs Dec 20 -- ns-3.17 released if no issues found Second release candidate posted.
  • Fri Dec 21 -- ns-3.16 planned release date.

Proposed supported platforms

  • Linux Ubuntu 12.10
  • Linux Fedora 17 (also 18 beta)
  • Linux Ubuntu 12.04 LTS
  • Ubuntu 10.04.3 LTS
  • Mac OS X Mountain Lion 10.8.2
  • FreeBSD 9.0 amd64
  • FreeBSD 8.2

Packaging

Source tarball ns-allinone-3.16.tar.bz2.

Bake has been deferred to ns-3.17; we'll use the existing build system.

new features

Bugs being worked