Solved bug: Added TPC pack for DCI format 2A

This commit is contained in:
Xavier Arteaga 2017-12-04 17:49:44 +01:00
parent 0bb789b1cd
commit a2a7411509
1 changed files with 2 additions and 2 deletions

View File

@ -1040,8 +1040,8 @@ int dci_format2AB_pack(srslte_ra_dl_dci_t *data, srslte_dci_msg_t *msg, uint32_t
} }
// pack TPC command for PUCCH (not implemented) /* TCP command for PUCCH */
y+=2; srslte_bit_unpack(data->tpc_pucch, &y, 2);
/* harq process number */ /* harq process number */
srslte_bit_unpack(data->harq_process, &y, HARQ_PID_LEN); srslte_bit_unpack(data->harq_process, &y, HARQ_PID_LEN);