diff --git a/CHANGES.html b/CHANGES.html index 0f36c9e70..9602f5118 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -62,8 +62,6 @@ us a note on ns-developers mailing list.

  • SIMCLICK_GET_RANDOM_INT click-to-simulator command for ns-3 to drive Click's random number generation.
  • - -

    Changes to existing API:

    @@ -110,21 +107,6 @@ us a note on ns-developers mailing list.

  • TestCase constructor now requires TestDuration, old constructor marked deprecated
  • -
  • Changes in DSR API - -
  • Changes in LTE API
  • AnimationInterface method EnableIpv4RouteTracking returns reference to calling AnimationInterface object
  • - +
  • To make the API more uniform across the various + PropagationLossModel classes, the Set/GetLambda methods of the + FriisPropagationLossModel and TwoRayGroundPropagationLossModel + classes have been changed to Set/GetFrequency, and now a Frequency + attribute is exported which replaces the pre-existing Lambda + attribute. Any previous user code setting a value for Lambda should + be changed to set instead a value of Frequency = C / Lambda, with C + = 299792458.0.
  • Changes to build system:

    @@ -185,7 +174,14 @@ us a note on ns-developers mailing list.

    Changed behavior: