![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <WNS/scheduler/strategy/dsastrategy/DSAStrategy.hpp>#include <WNS/scheduler/strategy/dsastrategy/Fixed.hpp>#include <WNS/Positionable.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | wns |
| namespace | wns::scheduler |
| namespace | wns::scheduler::strategy |
| namespace | wns::scheduler::strategy::dsastrategy |
Classes | |
| class | wns::scheduler::strategy::dsastrategy::HighCwithHighI |
| DSA startegy equally distributing available resources between users. If there are n resources and m users: m1 = n mod m users get floor(n/m) + 1 resources, m - m1 users get floor(n/m) resources. The resources are then granted to a user by first increasing the subChannel number, then the timeSlot, then the spatialLayer. TODO: Make it configurable in which order time, frequency and space domain are used for resource sorting. More... | |
1.5.5