fixed flexible harq pid len

master
Ismael Gomez 8 years ago
parent b1951ec850
commit 603639399c

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

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

Loading…
Cancel
Save