|
|
@ -550,6 +550,7 @@ int srslte_ue_dl_decode_rnti(srslte_ue_dl_t *q,
|
|
|
|
switch(dci_msg.format) {
|
|
|
|
switch(dci_msg.format) {
|
|
|
|
case SRSLTE_DCI_FORMAT1:
|
|
|
|
case SRSLTE_DCI_FORMAT1:
|
|
|
|
case SRSLTE_DCI_FORMAT1A:
|
|
|
|
case SRSLTE_DCI_FORMAT1A:
|
|
|
|
|
|
|
|
case SRSLTE_DCI_FORMAT1C:
|
|
|
|
if (q->cell.nof_ports == 1) {
|
|
|
|
if (q->cell.nof_ports == 1) {
|
|
|
|
mimo_type = SRSLTE_MIMO_TYPE_SINGLE_ANTENNA;
|
|
|
|
mimo_type = SRSLTE_MIMO_TYPE_SINGLE_ANTENNA;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
@ -573,7 +574,6 @@ int srslte_ue_dl_decode_rnti(srslte_ue_dl_t *q,
|
|
|
|
|
|
|
|
|
|
|
|
/* Not implemented formats */
|
|
|
|
/* Not implemented formats */
|
|
|
|
case SRSLTE_DCI_FORMAT0:
|
|
|
|
case SRSLTE_DCI_FORMAT0:
|
|
|
|
case SRSLTE_DCI_FORMAT1C:
|
|
|
|
|
|
|
|
case SRSLTE_DCI_FORMAT1B:
|
|
|
|
case SRSLTE_DCI_FORMAT1B:
|
|
|
|
case SRSLTE_DCI_FORMAT1D:
|
|
|
|
case SRSLTE_DCI_FORMAT1D:
|
|
|
|
case SRSLTE_DCI_FORMAT2B:
|
|
|
|
case SRSLTE_DCI_FORMAT2B:
|
|
|
|