Commit 8fcf25cb authored by Sakthivel Velumani's avatar Sakthivel Velumani

added print msg

parent 54d36600
......@@ -1259,6 +1259,7 @@ void nr_dci_decoding_procedure0(int s,
//crc = (crc16(&dci_decoded_output[current_thread_id][0], sizeof_bits) >> 16) ^ extract_crc(&dci_decoded_output[current_thread_id][0], sizeof_bits);
LOG_DDD("... we end function dci_decoding() with crc=%x\n",crc);
LOG_DDD("... we have to replace this part of the code by polar decoding\n");
LOG_DDD("dci_estimation %lx\n",dci_estimation[0]);
#ifdef DEBUG_DCI_DECODING
LOG_DDD("(nr_dci_decoding_procedure0: crc =>%d\n",crc);
#endif //uint16_t tc_rnti, uint16_t int_rnti, uint16_t sfi_rnti, uint16_t tpc_pusch_rnti, uint16_t tpc_pucch_rnti, uint16_t tpc_srs__rnti
......
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