diff --git a/srslte/include/srslte/phch/dci.h b/srslte/include/srslte/phch/dci.h index b8e590516..dcc8cf215 100644 --- a/srslte/include/srslte/phch/dci.h +++ b/srslte/include/srslte/phch/dci.h @@ -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, diff --git a/srslte/lib/phch/dci.c b/srslte/lib/phch/dci.c index 49bf8681c..d3511bcdf 100644 --- a/srslte/lib/phch/dci.c +++ b/srslte/lib/phch/dci.c @@ -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,