# HG changeset patch # User Tom Henderson # Date 1368141421 25200 # Node ID 070273fe1cd52dc2a67548d79c6542d656172eba # Parent d32c4a047cfc38b4cd485e18b0f1e3627f237db0 update CHANGES.html diff -r d32c4a047cfc -r 070273fe1cd5 CHANGES.html --- a/CHANGES.html Thu May 09 14:50:43 2013 -0700 +++ b/CHANGES.html Thu May 09 16:17:01 2013 -0700 @@ -62,8 +62,6 @@
  • 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 @@
  • 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 @@

    Changed behavior: