From 603639399cf828287c44b208a0cf6c4e2c153d45 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Thu, 19 Jan 2017 19:38:05 +0100 Subject: [PATCH] fixed flexible harq pid len --- srslte/include/srslte/phch/dci.h | 2 ++ srslte/lib/phch/dci.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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,