Commit effea1a2 authored by Florian Kaltenberger's avatar Florian Kaltenberger

not scheduling regualr PDSCH

parent 72f98c54
......@@ -401,7 +401,7 @@ void gNB_dlsch_ulsch_scheduler(module_id_t module_idP,
// hardcoding dlsch to be in slot 1
if (!(slot_txP%num_slots_per_tdd)) {
if(slot_txP==0)
*dlsch_in_slot_bitmap = 0x3e;
*dlsch_in_slot_bitmap = 0x00;
else //this is never reached!?!
*dlsch_in_slot_bitmap = 0x00;
}
......
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