Hello members,
I am studying (by simulating) about the LTE scheduling algorithms;
1. I found it very difficult to understand the implementation of the schedulers, in src/lte/model/pf-ff-mac-scheduler.cc, for example, without the document: "LTE MAC Scheduler Interface Specification published by the FemtoForum
[FFAPI].", which is mentioned in the design documentation of LTE, I tried to find the document on the link mentioned, but I couldn't. Can anybody point me to a link where this document or its update, or any other document important to understand the implementation is found?
2. I have simulated a topology, selected a scheduler for downlink. UDP is exchanged from the remote host to a UE, I don't understand why the uplink version of the scheduler; namely, the "DoSchedUlTriggerReq" method has to execute along with the "DoSchedDlTriggerReq" method, while my traffic is only downlink. I thought only "DoSchedDlTriggerReq" should execute.
3. I was looking where I could find the implementation of the metrics used by the scheduler type I selected above in the code, and where I can start to do some improvements for my project, but I lack the documentation published by FFAPI.