Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
142 stars 81 forks source link

UE retransmission issue #128

Closed Jiacheng188 closed 1 year ago

Jiacheng188 commented 1 year ago

Dear author, the code in NRMacUE::handleSelfMessage indicates that if there is no retransmission, the normal scheduling can be performed. I wonder if the size of the MAC PDU needed to be retransmitted and the current granted bytes are considered in the retransmission procedure?

giovanninardini commented 1 year ago

I would say that the retransmission procedure is carried out like the normal scheduling procedure. The gNB's scheduler assigns a grant whose size depends on the MAC PDU size to be retransmitted and the latest CQI.

Jiacheng188 commented 1 year ago

Thank you!