Scheduling Algorithms #780
Replies: 2 comments 10 replies
-
srsRAN_Project currently support Round-Robin and Proportional Fair scheduling. Round-Robin is used by default. In order to use PF scheduler you can configure it as follows:
|
Beta Was this translation helpful? Give feedback.
-
Hello, I am trying to simulate the Proportional Fair (PF) scheduling algorithm, but I am observing the same behavior as Round Robin (RR) scheduling. I suspect the reason is that all User Equipment (UEs) are receiving the same Channel Quality Indicator (CQI) values, even when I modify the channel path loss parameters. Since the PF algorithm relies on CQI values for scheduling decisions, I believe this issue is preventing it from functioning correctly.
I would appreciate any guidance on resolving this issue. Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone.
I am experimenting with scheduling algorithms for different use cases, most of the work has been mainly theoretical. Can i ask which scheduling algorithms does srsRAN currently support and how do i configure them for deployment scenarios since they are not available on the configuration files.
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions