Commit ffca5124 authored by francescomani's avatar francescomani

Revert "fix warning"

This reverts commit 1c2c00f2.
parent 1c2c00f2
......@@ -879,7 +879,7 @@ void nr_pdcch_unscrambling(int16_t *z,
*/
uint16_t nr_dci_false_detection(uint64_t *dci,
int16_t *soft_in,
t_nrPolar_params *polar_param,
const t_nrPolar_params *polar_param,
int encoded_length,
int rnti) {
......@@ -922,7 +922,7 @@ uint8_t nr_dci_decoding_procedure(PHY_VARS_NR_UE *ue,
for (int k = 0; k < rel15->num_dci_options; k++) {
int dci_length = rel15->dci_length_options[k];
uint64_t dci_estimation[2]= {0};
t_nrPolar_params *currentPtrDCI = nr_polar_params(NR_POLAR_DCI_MESSAGE_TYPE, dci_length, L, 1, &ue->polarList);
const t_nrPolar_params *currentPtrDCI = nr_polar_params(NR_POLAR_DCI_MESSAGE_TYPE, dci_length, L, 1, &ue->polarList);
LOG_D(PHY, "Trying DCI candidate %d of %d number of candidates, CCE %d (%d), L %d\n", j, rel15->number_of_candidates, CCEind, CCEind*9*6*2, L);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment