Commit 34eda38c authored by Florian Kaltenberger's avatar Florian Kaltenberger

temporarily disabling UE dcireq as its not finished. PBCH encoding/decoding works in realtime now.

parent 5eb7f686
...@@ -687,7 +687,7 @@ static void *UE_thread_rxn_txnp4(void *arg) { ...@@ -687,7 +687,7 @@ static void *UE_thread_rxn_txnp4(void *arg) {
UE->dcireq.cc_id = 0; UE->dcireq.cc_id = 0;
UE->dcireq.frame = proc->frame_rx; UE->dcireq.frame = proc->frame_rx;
UE->dcireq.slot = proc->nr_tti_rx; UE->dcireq.slot = proc->nr_tti_rx;
UE->if_inst->dcireq(&UE->dcireq); //UE->if_inst->dcireq(&UE->dcireq);
#ifdef UE_SLOT_PARALLELISATION #ifdef UE_SLOT_PARALLELISATION
phy_procedures_slot_parallelization_nrUE_RX( UE, proc, 0, 0, 1, UE->mode, no_relay, NULL ); phy_procedures_slot_parallelization_nrUE_RX( UE, proc, 0, 0, 1, UE->mode, no_relay, NULL );
......
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