From 9a46d48763172a4f6221dc285574b5d4f3a3a088 Mon Sep 17 00:00:00 2001 From: laurent <laurent.thomas@open-cells.com> Date: Fri, 22 Feb 2019 16:45:20 +0100 Subject: [PATCH] fix CI result in polartest --- openair1/PHY/CODING/TESTBENCH/polartest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair1/PHY/CODING/TESTBENCH/polartest.c b/openair1/PHY/CODING/TESTBENCH/polartest.c index 7e294a8230..1b46cab3c1 100644 --- a/openair1/PHY/CODING/TESTBENCH/polartest.c +++ b/openair1/PHY/CODING/TESTBENCH/polartest.c @@ -146,7 +146,7 @@ int main(int argc, char *argv[]) { double modulatedInput[coderLength]; //channel input double channelOutput[coderLength]; //add noise int16_t channelOutput_int16[coderLength]; - t_nrPolar_params currentPtr = nr_polar_params(polarMessageType, testLength, aggregation_level); + t_nrPolar_params *currentPtr = nr_polar_params(polarMessageType, testLength, aggregation_level); #ifdef DEBUG_DCI_POLAR_PARAMS uint32_t dci_pdu[4]; memset(dci_pdu,0,sizeof(uint32_t)*4); -- 2.26.2