From 5cdad6fa04e2d0b2628de57da93330fc518858ce Mon Sep 17 00:00:00 2001 From: ZorazeAli Date: Fri, 22 May 2020 19:10:03 +0200 Subject: [PATCH] Update CHANGES.html --- CHANGES.html | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.html b/CHANGES.html index 578dabca9..a62c6c81f 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -84,6 +84,7 @@ transmitted.
  • Functions LteEnbPhy::ReceiveUlHarqFeedback and LteUePhy::ReceiveLteDlHarqFeedback are renamed to LteEnbPhy::ReportUlHarqFeedback and LteUePhy::EnqueueDlHarqFeedback, respectively to avoid confusion about their functionality. LteHelper is updated accordingly.
  • Now on, instead of uint8_t, uint16_t would be used to store a bandwidth value in LTE.
  • The preferred way to declare instances of CommandLine is now through a macro: COMMANDLINE (cmd). This enables us to add the CommandLine::Usage() message to the Doxygen for the program.
  • +
  • New ...FailSafe () variants of the Config is used to connect PDCP TraceSources of eNB and UE in RadioBearerStatsConnector class. It is required for the simulations using RLC SM where PDCP objects are not created for data radio bearers.
  • Changes to build system: