Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
22606 commits behind the upstream repository.
gabrielC's avatar
Gabriel authored
----------------------------------------------------------
bug 37

Ttile:
Sending side is as follows.
rar[3] = (((mcs&0x7)<<5)) | ((TPC&7)<<2) | ((ULdelay&1)<<1) | (cqireq&1);
So, 2 bit shift looks correct.

Bug Location:
ulsch->harq_processes[harq_pid]->TPC = (rar[3]>>3)&7;//rar->TPC;
----------------------------------------------------------
ad6d0ac5
History