Commit e289be95 authored by khadraou's avatar khadraou

bugfix

parent 0ef072c7
......@@ -1884,7 +1884,7 @@ void init_RU_proc(RU_t *ru) {
proc->instance_cnt_synch = -1; ;
proc->instance_cnt_FH = -1;
proc->instance_cnt_asynch_rxtx = -1;
proc->instance_cnt_ru = 1;
proc->instance_cnt_ru = -1;
proc->first_rx = 1;
proc->first_tx = 1;
proc->frame_offset = 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