inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
136 stars 109 forks source link

DRR scheduler respects no more than 5 transmitters #22

Open kunterbunt opened 6 years ago

kunterbunt commented 6 years ago

I have >5 D2D pairs (1 transmitter and 1 receiver per pair). They communicate over UDP and want to send 100B every 0.5ms, so their buffers are always full. DRR is used for scheduling.

I am saving which resources are granted to which UE every TTI. I have found that up to 5 transmitters each one gets an even share of the resource over time (1/numTx). If there's more than 5, then the remaining ones are not respected.

screenshot