#include <ns3/ff-mac-csched-sap.h>#include <ns3/ff-mac-sched-sap.h>#include <ns3/ff-mac-scheduler.h>#include <ns3/lte-amc.h>#include <ns3/lte-common.h>#include <ns3/lte-ffr-sap.h>#include <ns3/nstime.h>#include <map>#include <set>#include <vector>
Include dependency graph for fdmt-ff-mac-scheduler.h:Go to the source code of this file.
Classes | |
| class | ns3::FdMtFfMacScheduler |
| Implements the SCHED SAP and CSCHED SAP for a Frequency Domain Maximize Throughput scheduler. More... | |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
| #define | HARQ_DL_TIMEOUT 11 |
| HARQ DL timeout. More... | |
| #define | HARQ_PROC_NUM 8 |
| number of HARQ processes More... | |
| #define | NO_SINR -5000 |
| value for SINR outside the range defined by FF-API, used to indicate that there is no CQI for this element More... | |
| #define HARQ_DL_TIMEOUT 11 |
HARQ DL timeout.
Definition at line 45 of file fdmt-ff-mac-scheduler.h.
| #define HARQ_PROC_NUM 8 |
number of HARQ processes
Definition at line 43 of file fdmt-ff-mac-scheduler.h.
| #define NO_SINR -5000 |
value for SINR outside the range defined by FF-API, used to indicate that there is no CQI for this element
Definition at line 40 of file fdmt-ff-mac-scheduler.h.