added PUSCH TPC command to format0

master
Ismael Gomez 8 years ago
parent 69bfd114c5
commit e9baebd025

@ -445,14 +445,11 @@ int dci_format0_pack(srslte_ra_ul_dci_t *data, srslte_dci_msg_t *msg, uint32_t n
*y++ = data->ndi; *y++ = data->ndi;
// TCP commands not implemented // TCP command
*y++ = 0; srslte_bit_unpack(data->tpc_pusch, &y, 2);
*y++ = 0;
// DM RS not implemented // DM RS not implemented
*y++ = 0; srslte_bit_unpack(data->n_dmrs, &y, 3);
*y++ = 0;
*y++ = 0;
// CQI request // CQI request
*y++ = data->cqi_request; *y++ = data->cqi_request;

Loading…
Cancel
Save