Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about retransmission #95

Closed
Jiacheng188 opened this issue Nov 22, 2022 · 2 comments
Closed

Question about retransmission #95

Jiacheng188 opened this issue Nov 22, 2022 · 2 comments

Comments

@Jiacheng188
Copy link

Hello,
I was debugging the source code when i found that the scheduler's method "scheduler->updateSchedulingInfo()" contains no code.
As this method is called after scheduling scheduleRacRequests and scheduleRetransmissions, I guess Simu5g model retransmission in other bands which is not used by current carrier, Am I right?

@giovanninardini
Copy link
Collaborator

Hello,

Simu5G models RAC requests and retransmissions in the same carrier as new transmissions.
Scheduling of new transmissions is performed by the schedule() function, which is invoked after scheduleRacRequests(), scheduleRetransmissions() and updateSchedulingInfo().

The updateSchedulingInfo() contains no code in the base LteScheduler class, but it can be redefined by derived modules, if needed. For example, the LteDrr module redefines the updateSchedulingInfo() function.

Best regards.
Giovanni

@Jiacheng188
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants