Difference between revisions of "Ns-3.15"

From Nsnam
Jump to: navigation, search
(start ns-3.15 page)
 
(Simulation core)
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{TOC}}
 
{{TOC}}
  
This page summarizes the ongoing release planning for ns-3.15.  No release manager is yet appointed.  The ns-3 release process is listed [http://www.nsnam.org/developers/release-process/ here] and [[Release Process | here]].
+
This page summarizes the ongoing release planning for ns-3.15.  The ns-3 release process is listed [http://www.nsnam.org/developers/release-process/ here] and [[Release Process | here]].
  
 
= Release schedule =
 
= Release schedule =
  
# Wed Jul 25 -- new feature freeze
+
#<s>Wed Jul 25</s> -- new feature freeze</s>
# Wed Aug 8 -- code freeze on ns-3-dev
+
#<s>Wed Aug 8</s> Wed Aug 22  -- code freeze on ns-3-dev
# Wed Aug 15 -- ns-3.14 released
+
#* bug 101 fixes are pending
 +
#<s>Wed Aug 15</s> Wed Aug 29-- ns-3.15 released
 +
 
 +
Please test the [http://www.nsnam.org/release/ns-allinone-3.15.rc1.tar.bz2 latest release candidate].
  
 
= Proposed supported platforms =
 
= Proposed supported platforms =
  
TBD
+
* Fedora Core 17 (32/64 bit) with g++-4.7.0
 +
* Fedora Core 15 (64 bit) with g++-4.6.3
 +
* Ubuntu 12.04 (32/64 bit) with g++-4.6.3
 +
* Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
 +
* OS X Mountain Lion 10.7.4 with g++-4.2.1
 +
* OS X Snow Leopard 10.6.8 with g++-4.2.1
 +
* FreeBSD 8.2 (32 bit) with g++-4.2.1
 +
* Cygwin 1.7.9-1 with g++-4.5.3
  
 
= Packaging =
 
= Packaging =
  
TBD
+
Source tarball (tar.bz2).
  
 
= new feature reviews =
 
= new feature reviews =
  
== Aiming for ns-3.15 ==
+
== Sliding to ns-3.16 or later ==
 +
 
 +
These potential new features are sliding to ns-3.16.
  
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=454 TCP Echo]  Code review [http://codereview.appspot.com/5654053/ here]
+
* Brian Panneton's antenna model updates http://mailman.isi.edu/pipermail/ns-developers/2012-April/010322.html
 +
* [http://codereview.appspot.com/6201059/ New IEEE 802.11b indoor wireless channel models for (HMM and BEAR)]
 +
* [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/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://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)]  
 
* [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
 +
* Switched Ethernet device:  http://codereview.appspot.com/5615049/
 +
* HTTP traffic generator:  http://codereview.appspot.com/4940041/
 +
* GPSR:  http://codereview.appspot.com/5401042
  
 
= Bugs being worked =
 
= Bugs being worked =
Line 33: Line 51:
 
Bugs or issues involving things that are not related to protocol or channel models.
 
Bugs or issues involving things that are not related to protocol or channel models.
  
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=101 101 RandomVariable enhancements] Mitch Watrous and Tom Henderson   
+
* <s>[https://www.nsnam.org/bugzilla/show_bug.cgi?id=101 101 RandomVariable enhancements] Mitch Watrous and Tom Henderson  </s>
 +
** Patchset 1:  The basic change to the implementation and API:  http://codereview.appspot.com/6305104/
 +
** Patchsets 2+:  Changes to the models/helpers
 +
*** '''aodv:'''  http://codereview.appspot.com/6436052
 +
*** '''applications:''' http://codereview.appspot.com/6421061
 +
*** '''csma:'''  http://codereview.appspot.com/6448069
 +
*** '''dsdv:'''  http://codereview.appspot.com/6444050
 +
*** '''dsr:'''  http://codereview.appspot.com/6449046
 +
*** '''internet:'''  http://codereview.appspot.com/6442056
 +
*** '''mobility:''' http://codereview.appspot.com/6443113
 +
*** '''netanim:'''  http://codereview.appspot.com/6453067
 +
*** '''olsr:'''  http://codereview.appspot.com/6450073
 +
*** '''propagation + buildings:''' http://codereview.appspot.com/6441114
 +
*** '''uan:'''  http://codereview.appspot.com/6443073
 +
*** '''wifi:'''  http://codereview.appspot.com/6450087
 +
*** '''wimax:'''  http://codereview.appspot.com/6446093
 +
* [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 2: Add hashes to TypeId. http://codereview.appspot.com/6344063/
 +
** 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
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=938 938 Doxygen cleanup] Vedran Miletić and Tom Henderson
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1192 1192 Some test cases fail to clean up properly (missing DoTeardown)] Claudio Freire
 
* [https://www.nsnam.org/bugzilla/show_bug.cgi?id=1192 1192 Some test cases fail to clean up properly (missing DoTeardown)] Claudio Freire
 
* [http://codereview.appspot.com/4664057/ NetDevice queue feedback] Ruben Merz, Frederic Urbani, and Tom Henderson
 
* [http://codereview.appspot.com/4664057/ NetDevice queue feedback] Ruben Merz, Frederic Urbani, and Tom Henderson
 
** explained here:  http://mailman.isi.edu/pipermail/ns-developers/2011-July/009170.html
 
** explained here:  http://mailman.isi.edu/pipermail/ns-developers/2011-July/009170.html
 +
* Object::Stop patch http://mailman.isi.edu/pipermail/ns-developers/2012-May/010392.html
  
 
== Bugs in ns-3 models ==
 
== Bugs in ns-3 models ==
  
TBD
+
[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.

Latest revision as of 07:32, 27 August 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.15. The ns-3 release process is listed here and here.

Release schedule

  1. Wed Jul 25 -- new feature freeze</s>
  2. Wed Aug 8 Wed Aug 22 -- code freeze on ns-3-dev
    • bug 101 fixes are pending
  3. Wed Aug 15 Wed Aug 29-- ns-3.15 released

Please test the latest release candidate.

Proposed supported platforms

  • Fedora Core 17 (32/64 bit) with g++-4.7.0
  • Fedora Core 15 (64 bit) with g++-4.6.3
  • Ubuntu 12.04 (32/64 bit) with g++-4.6.3
  • Ubuntu 10.04.4 LTS (64 bit) with g++-4.4.3
  • OS X Mountain Lion 10.7.4 with g++-4.2.1
  • OS X Snow Leopard 10.6.8 with g++-4.2.1
  • FreeBSD 8.2 (32 bit) with g++-4.2.1
  • Cygwin 1.7.9-1 with g++-4.5.3

Packaging

Source tarball (tar.bz2).

new feature reviews

Sliding to ns-3.16 or later

These potential new features are sliding to ns-3.16.

Bugs being worked

Simulation core

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

Bugs in ns-3 models

Open bugs will be worked on a best-effort basis.