From aeea8540eaef8c82af1d4c2e3bd58341622e72b8 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sat, 9 Feb 2013 11:23:11 -0800 Subject: [PATCH] fix RELEASE_NOTES --- RELEASE_NOTES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index ee4821f4b..a10ba3727 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -22,6 +22,9 @@ To be determined New user-visible features ------------------------- +- ns-3-click: it's now possible to (i) have Click pull random numbers from + ns-3 and (ii) have ns-3 set "defines" in Click via the simulation file + (see src/click/examples/nsclick-defines.cc). Bugs fixed ---------- @@ -52,9 +55,6 @@ Supported platforms New user-visible features ------------------------- -- ns-3-click: it's now possible to (i) have Click pull random numbers from - ns-3 and (ii) have ns-3 set "defines" in Click via the simulation file - (see src/click/examples/nsclick-defines.cc). - Support several new LTE MAC schedulers developed in GSoC 2012 project. Those schedulers include FD-MT, TD-MT, TTA, FD-BET, TD-BET, FD-TBFQ, TD-TBFQ, PSS. Here, FD and TD mean frequency domain and time domain