From 4d1aace92064ccbc0c632a3b0680b84eab840e5a Mon Sep 17 00:00:00 2001 From: ZorazeAli Date: Fri, 10 May 2019 21:04:36 +0200 Subject: [PATCH] Update CHANGES.html and RELEASE_NOTES --- CHANGES.html | 10 ++++++++++ RELEASE_NOTES | 1 + 2 files changed, 11 insertions(+) diff --git a/CHANGES.html b/CHANGES.html index a830d02e3..b0674169d 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -124,6 +124,16 @@ us a note on ns-developers mailing list.

  • LTE RLC TM mode does not report anymore the layer-to-layer delay, as it misses (by standard) an header to which attach the timestamp tag. Users can switch to the PDCP layer delay measurements, which must be the same.
  • Token Bank Fair Queue Scheduler (ns3::FdTbfqFfMacScheduler) will not anymore schedule a UE, which does not have any RBG left after removng the RBG from its allocation map if the computed TB size is greater than the "budget" computed in the scheduler.
  • +
  • LTE module now supports the Radio Link Failure (RLF) functionality. This implementation introduced following key behavioral changes: + +

  • diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6219136de..12fe6d521 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -25,6 +25,7 @@ New user-visible features ------------------------- - (wifi) Preamble detection can now be modelled. - (wifi) 802.11ax spatial reuse is now supported. +- (lte) Radio Link Failure (RLF) functionality is now supported. Bugs fixed ----------