diff --git a/CHANGES.html b/CHANGES.html index 705b94d05..a830d02e3 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -89,6 +89,10 @@ us a note on ns-developers mailing list.

  • The trace sources BackoffTrace and CwTrace were moved from class QosTxop to base class Txop, allowing these values to be traced for DCF operation. In addition, the trace signature for BackoffTrace was changed from TracedValue to TracedCallback (callback taking one argument instead of two). Most users of CwTrace for QosTxop configurations will not need to change existing programs, but users of BackoffTrace will need to adjust the callback signature to match.
  • +
  • A new buffer has been introduced in the LteEnbRrc class. This buffer will be used by a target eNB during handover to buffer the packets comming from a source eNB on X2 inteface. The target eNB will buffer this data until it receives RRC Connection Reconfiguration Complete from a UE. +
  • +
  • New trace sources, namely DrbCreated, Srb1Created and DrbCreated have beed implemented in LteEnbRrc and LteUeRrc classes repectively. These new traces are used to improve the connection of the RLC and PDCP stats in the RadioBearerStatsConnector API. +
  • Changes to build system:


    diff --git a/RELEASE_NOTES b/RELEASE_NOTES index fdbb4b3fa..6219136de 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -36,6 +36,8 @@ Bugs fixed - Bug 2893 - lte: GetPgw in helper should be const - Bug 3027 - lte: S1 signalling is done before RRC connection establishment is finished - #11 - mobility: Rectangle::GetClosestSide returns the correct side also for positions outside the rectangle +- #53 - Token Bank Fair Queue Scheduler is creating a transmit opportunity of 0 bytes +- #54 - RadioBearerStats are not correctly connected Known issues ------------