fixed flexible harq pid len

This commit is contained in:
Ismael Gomez 2017-01-19 19:38:05 +01:00
parent b1951ec850
commit 603639399c
2 changed files with 2 additions and 2 deletions

View File

@ -47,6 +47,8 @@
#define SRSLTE_RAR_GRANT_LEN 20
SRSLTE_API extern int harq_pid_len;
typedef enum {
SRSLTE_DCI_FORMAT0 = 0,
SRSLTE_DCI_FORMAT1,

View File

@ -41,10 +41,8 @@
#include "dci_sz_table.h"
int harq_pid_len = 3;
/* Unpacks a DCI message and configures the DL grant object
*/
int srslte_dci_msg_to_dl_grant(srslte_dci_msg_t *msg, uint16_t msg_rnti,