From 46da64063bdaaf1edc598f66dcb384f81a650c0d Mon Sep 17 00:00:00 2001 From: Yoshi <yoshio.inoue@jp.fujitsu.com> Date: Fri, 21 Apr 2017 14:04:56 +0900 Subject: [PATCH] add comment --- openair1/PHY/LTE_TRANSPORT/pucch.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openair1/PHY/LTE_TRANSPORT/pucch.c b/openair1/PHY/LTE_TRANSPORT/pucch.c index 9f19f0a57e..ab6cef6782 100755 --- a/openair1/PHY/LTE_TRANSPORT/pucch.c +++ b/openair1/PHY/LTE_TRANSPORT/pucch.c @@ -1865,6 +1865,9 @@ uint32_t rx_pucch(PHY_VARS_eNB *eNB, */ if(fmt!=pucch_format3) { /* PUCCH format3 */ + + // TODO + // "CQI/PMI/RI+ACK/NACK" will be supported in the future. if ((deltaPUCCH_Shift==0) || (deltaPUCCH_Shift>3)) { LOG_E(PHY,"[eNB] rx_pucch: Illegal deltaPUCCH_shift %d (should be 1,2,3)\n",deltaPUCCH_Shift); -- 2.26.2