From ee06a328796f9c33ea12a906a764da2be1787efe Mon Sep 17 00:00:00 2001 From: Zoraze Ali Date: Thu, 6 Sep 2018 16:16:38 +0200 Subject: [PATCH] lte: update design documentation after removing ALL_UL_CQI filter --- src/lte/doc/source/lte-design.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lte/doc/source/lte-design.rst b/src/lte/doc/source/lte-design.rst index 7287514a4..27183b980 100644 --- a/src/lte/doc/source/lte-design.rst +++ b/src/lte/doc/source/lte-design.rst @@ -524,7 +524,6 @@ The scheduler interface include an attribute system called ``UlCqiFilter`` for m - ``SRS_UL_CQI`` for storing only SRS based CQIs. - ``PUSCH_UL_CQI`` for storing only PUSCH based CQIs. - - ``ALL_UL_CQI`` for storing all the CQIs received. It has to be noted that, the ``FfMacScheduler`` provides only the interface and it is matter of the actual scheduler implementation to include the code for managing these attributes (see scheduler related section for more information on this matter). @@ -1030,7 +1029,6 @@ The scheduler implements the filtering of the uplink CQIs according to their nat - ``SRS_UL_CQI``: only SRS based CQI are stored in the internal attributes. - ``PUSCH_UL_CQI``: only PUSCH based CQI are stored in the internal attributes. - - ``ALL_UL_CQI``: all CQIs are stored in the same internal attribute (i.e., the last CQI received is stored independently from its nature). @@ -1287,7 +1285,6 @@ The scheduler implements the filtering of the uplink CQIs according to their nat - ``SRS_UL_CQI``: only SRS based CQI are stored in the internal attributes. - ``PUSCH_UL_CQI``: only PUSCH based CQI are stored in the internal attributes. - - ``ALL_UL_CQI``: all CQIs are stored in the same internal attribute (i.e., the last CQI received is stored independently from its nature). Channel and QoS Aware Scheduler