Set C-RNTI when grant from RAR but no Msg3

This commit is contained in:
Ismael Gomez 2018-02-14 00:00:31 +01:00
parent d52c2402ff
commit 9acefc53f8
1 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,9 @@ private:
// Normal UL grant
} else {
if (grant->is_from_rar) {
grant->rnti = harq_entity->rntis->crnti;
}
// Request a MAC PDU from the Multiplexing & Assemble Unit
pdu_ptr = harq_entity->mux_unit->pdu_get(payload_buffer, grant->n_bytes[0], tti_tx, pid);
if (pdu_ptr) {