Fix RNTI in Msg3 after non-contention HO in PCAP

This commit is contained in:
Ismael Gomez 2018-02-16 11:37:57 +01:00
parent 9322804ef9
commit 90fe4a218b
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ private:
generate_retx(tti_tx, action);
}
if (harq_entity->pcap && grant) {
if (grant->is_from_rar) {
if (grant->is_from_rar && harq_entity->rntis->temp_rnti) {
grant->rnti = harq_entity->rntis->temp_rnti;
}
harq_entity->pcap->write_ul_crnti(pdu_ptr, grant->n_bytes[0], grant->rnti, get_nof_retx(), tti_tx);