Commit 928dd902 authored by cig's avatar cig

Code cleanup

parent 78347090
...@@ -3885,7 +3885,6 @@ void *UE_thread_slot1_dl_processing(void *arg) { ...@@ -3885,7 +3885,6 @@ void *UE_thread_slot1_dl_processing(void *arg) {
} }
//printf("[slot1 dl processing] AbsSubframe %d.%d LLR Computation Start wait DCI %d\n",frame_rx,nr_tti_rx,wait); //printf("[slot1 dl processing] AbsSubframe %d.%d LLR Computation Start wait DCI %d\n",frame_rx,nr_tti_rx,wait);
/**** Pdsch Procedure Slot1 ****/ /**** Pdsch Procedure Slot1 ****/
// start slot1 thread for Pdsch Procedure (slot1) // start slot1 thread for Pdsch Procedure (slot1)
// do procedures for C-RNTI // do procedures for C-RNTI
...@@ -3973,7 +3972,6 @@ void *UE_thread_slot1_dl_processing(void *arg) { ...@@ -3973,7 +3972,6 @@ void *UE_thread_slot1_dl_processing(void *arg) {
#endif #endif
#endif #endif
if (pthread_mutex_lock(&proc->mutex_slot1_dl_processing) != 0) { if (pthread_mutex_lock(&proc->mutex_slot1_dl_processing) != 0) {
LOG_E( PHY, "[SCHED][UE] error locking mutex for UE RXTX\n" ); LOG_E( PHY, "[SCHED][UE] error locking mutex for UE RXTX\n" );
exit_fun("noting to add"); exit_fun("noting to add");
......
...@@ -402,7 +402,7 @@ int configure_fapi_dl_pdu(int Mod_idP, ...@@ -402,7 +402,7 @@ int configure_fapi_dl_pdu(int Mod_idP,
pdcch_pdu_rel15->dci_pdu.PayloadSizeBits[0]=nr_dci_size(dci_formats[0],rnti_types[0],pdcch_pdu_rel15->BWPSize); pdcch_pdu_rel15->dci_pdu.PayloadSizeBits[0]=nr_dci_size(dci_formats[0],rnti_types[0],pdcch_pdu_rel15->BWPSize);
fill_dci_pdu_rel15(pdcch_pdu_rel15,&dci_pdu_rel15[0],dci_formats,rnti_types,pdcch_pdu_rel15->BWPSize); fill_dci_pdu_rel15(pdcch_pdu_rel15,&dci_pdu_rel15[0],dci_formats,rnti_types,pdcch_pdu_rel15->BWPSize);
LOG_D(MAC, "DCI params: rnti %d, rnti_type %d, dci_format %d\n \ LOG_D(MAC, "DCI params: rnti %x, rnti_type %d, dci_format %d\n \
coreset params: FreqDomainResource %llx, start_symbol %d n_symb %d\n", coreset params: FreqDomainResource %llx, start_symbol %d n_symb %d\n",
pdcch_pdu_rel15->dci_pdu.RNTI[0], pdcch_pdu_rel15->dci_pdu.RNTI[0],
rnti_types[0], rnti_types[0],
......
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