From 3289526cdea14c1bbbb4a56afb7361866162aedb Mon Sep 17 00:00:00 2001 From: Raymond Knopp <raymond.knopp@eurecom.fr> Date: Fri, 29 Jun 2018 15:34:19 -0700 Subject: [PATCH] compilation ok. --- openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c index 4c957cddfe..61228e52c4 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c @@ -943,7 +943,7 @@ int check_dci_format1_1a_coherency(DCI_format_t dci_format, } } - if (dci_format == format1a && ((rnti==si_rnti) || (rnti==p_rnti) || (rnti==ra_rnti))) + if (dci_format == format1A && ((rnti==si_rnti) || (rnti==p_rnti) || (rnti==ra_rnti))) { NPRB = (TPC&1) + 2; switch (N_RB_DL) { @@ -961,7 +961,7 @@ int check_dci_format1_1a_coherency(DCI_format_t dci_format, break; } } - else if (dci_format == format1a) + else if (dci_format == format1A) { switch (N_RB_DL) { case 6: @@ -1002,7 +1002,7 @@ int check_dci_format1_1a_coherency(DCI_format_t dci_format, } - if(dci_format == format1a && rballoc > RIV_max) + if(dci_format == format1A && rballoc > RIV_max) { // LOG_I(PHY,"bad dci rballoc rballoc %d RIV_max %lld \n",rballoc, RIV_max); // DCI false detection -- GitLab