diff --git a/CHANGES.html b/CHANGES.html index 2fa7de792..50598c579 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -58,10 +58,14 @@ us a note on ns-developers mailing list.

  • Added FqPIE queue disc with L4S mode
  • Added the ability to configure the primary 20 MHz channel for 802.11 devices operating on channels of width greater than 20 MHz.
  • Added new ThompsonSamplingWifiManager rate control algorithm.
  • +
  • Added new PhasedArrayModel, providing a flexible interface for modeling a number of Phase Antenna Array (PAA) models.
  • Changes to existing API:

    Changes to build system:


    diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b36278f1a..7dc9ddd04 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -39,9 +39,12 @@ New user-visible features - (wifi) Add ThompsonSamplingWifiManager rate control algorithm. - (traffic-control) Added FqCobalt queue disc with L4S features and set associative hash. - (traffic-control) Added FqPIE queue disc with L4S mode. +- (antenna) Added PhasedArrayModel, providing a flexible interface for modeling a number of Phase Antenna Array (PAA) models +- (antenna) Improved the Angles class to be more robust and user-friendly. Bugs fixed ---------- +- (antenna) Fix random angle generation for the 3gpp channel model. Release 3.33 ============