From bdcc8ecf66c30aa06d7609eb062bdbe6dd474853 Mon Sep 17 00:00:00 2001 From: Yoshi <yoshio.inoue@jp.fujitsu.com> Date: Tue, 25 Apr 2017 17:54:42 +0900 Subject: [PATCH] Adjust parameters --- openair1/PHY/LTE_TRANSPORT/pucch.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openair1/PHY/LTE_TRANSPORT/pucch.c b/openair1/PHY/LTE_TRANSPORT/pucch.c index 618593326a1..9a03c52c906 100755 --- a/openair1/PHY/LTE_TRANSPORT/pucch.c +++ b/openair1/PHY/LTE_TRANSPORT/pucch.c @@ -1829,16 +1829,17 @@ uint32_t rx_pucch(PHY_VARS_eNB *eNB, int16_t b[48]; //[bit] int16_t IP_CsData_allavg[NB_ANTENNAS_RX][12][4][2]; //[Antenna][Symbol][Nouse Cyclic Shift][Complex] int16_t payload_entity = -1; - int16_t DTXthreshold = 500; int16_t Interpw; int16_t payload_max; // TODO // When using PUCCH format3, it must be an argument of rx_pucch function uint16_t n3_pucch = 20; - uint16_t n3_pucch_array[NUMBER_OF_UE_MAX]; + uint16_t n3_pucch_array[NUMBER_OF_UE_MAX]={1}; + n3_pucch_array[0]=n3_pucch; uint8_t do_sr = 1; uint16_t crnti=0x1234; + int16_t DTXthreshold = 10; /* PUCCH format3 << */ if (first_call == 1) { -- GitLab