#include <ns3/log.h>
#include <ns3/pointer.h>
#include <ns3/integer.h>
#include <ns3/simulator.h>
#include <ns3/lte-amc.h>
#include <ns3/tdtbfq-ff-mac-scheduler.h>
#include <ns3/lte-vendor-specific-parameters.h>
Go to the source code of this file.
Classes | |
class | ns3::TdTbfqSchedulerMemberCschedSapProvider |
class | ns3::TdTbfqSchedulerMemberSchedSapProvider |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. |
Macros | |
#define | NO_SINR -5000 |
Functions | |
NS_LOG_COMPONENT_DEFINE ("TdTbfqFfMacScheduler") | |
ns3::NS_OBJECT_ENSURE_REGISTERED (TdTbfqFfMacScheduler) |
Variables | |
int | ns3::TdTbfqType0AllocationRbg [4] |
#define NO_SINR -5000 |
Definition at line 35 of file tdtbfq-ff-mac-scheduler.cc.
Referenced by ns3::TdTbfqFfMacScheduler::DoSchedUlCqiInfoReq(), ns3::TdTbfqFfMacScheduler::DoSchedUlTriggerReq(), and ns3::TdTbfqFfMacScheduler::EstimateUlSinr().
NS_LOG_COMPONENT_DEFINE | ( | "TdTbfqFfMacScheduler" | ) |