Public Member Functions | |
UplinkSchedulerSimple (Ptr< BaseStationNetDevice > bs) | |
std::list< OfdmUlMapIe > | GetUplinkAllocations (void) const |
void | GetChannelDescriptorsToUpdate (bool &, bool &, bool &, bool &) |
Determines if channel descriptors sent in the current frame are required to be updated. | |
uint32_t | CalculateAllocationStartTime (void) |
void | AddUplinkAllocation (OfdmUlMapIe &ulMapIe, const uint32_t &allocationSize, uint32_t &symbolsToAllocation, uint32_t &availableSymbols) |
void | Schedule (void) |
void | ServiceUnsolicitedGrants (const SSRecord *ssRecord, enum ServiceFlow::SchedulingType schedulingType, OfdmUlMapIe &ulMapIe, const WimaxPhy::ModulationType modulationType, uint32_t &symbolsToAllocation, uint32_t &availableSymbols) |
void | ServiceBandwidthRequests (const SSRecord *ssRecord, enum ServiceFlow::SchedulingType schedulingType, OfdmUlMapIe &ulMapIe, const WimaxPhy::ModulationType modulationType, uint32_t &symbolsToAllocation, uint32_t &availableSymbols) |
bool | ServiceBandwidthRequests (ServiceFlow *serviceFlow, enum ServiceFlow::SchedulingType schedulingType, OfdmUlMapIe &ulMapIe, const WimaxPhy::ModulationType modulationType, uint32_t &symbolsToAllocation, uint32_t &availableSymbols) |
void | AllocateInitialRangingInterval (uint32_t &symbolsToAllocation, uint32_t &availableSymbols) |
void | SetupServiceFlow (SSRecord *ssRecord, ServiceFlow *serviceFlow) |
void | ProcessBandwidthRequest (const BandwidthRequestHeader &bwRequestHdr) |
void | InitOnce (void) |
void | OnSetRequestedBandwidth (ServiceFlowRecord *sfr) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::UplinkSchedulerSimple. |
static TypeId ns3::UplinkSchedulerSimple::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::UplinkSchedulerSimple.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::UplinkScheduler.