You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The downlink and uplink scheduler logic requires the .Mac.ShouldSchedule flag. This is confusing when calling the Monster.scheduleUL() function as this does nothing unless the ShouldSchedule flag is set.
I propose the function scheduleUL/scheduleDL is to be independent from the flag, and thus not called if the flag is set to 0.
The text was updated successfully, but these errors were encountered:
As per the latest commit the check is now moved outside schedule functions in the EvolvedNodeB class and is moved to the monster.m simulation instead. The check is now done with a for loop.
The downlink and uplink scheduler logic requires the
.Mac.ShouldSchedule
flag. This is confusing when calling theMonster.scheduleUL()
function as this does nothing unless the ShouldSchedule flag is set.I propose the function
scheduleUL
/scheduleDL
is to be independent from the flag, and thus not called if the flag is set to 0.The text was updated successfully, but these errors were encountered: