lte: update design documentation after removing ALL_UL_CQI filter

This commit is contained in:
Zoraze Ali
2018-09-06 16:16:38 +02:00
parent 9d5d5ecd19
commit ee06a32879

View File

@@ -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