Commit 60e017e7 authored by Vaibhav Shrivastava's avatar Vaibhav Shrivastava Committed by Vijay C

Changes of schedule_SIB1_BR segmentation fault fix

parent 997196fb
......@@ -1266,7 +1266,9 @@ schedule_SI(module_id_t module_idP, frame_t frameP, sub_frame_t subframeP)
}
}
schedule_SIB1_BR(module_idP, frameP, subframeP);
schedule_SI_BR(module_idP, frameP, subframeP);
if(RC.ss.mode == SS_ENB) {
schedule_SIB1_BR(module_idP, frameP, subframeP);
schedule_SI_BR(module_idP, frameP, subframeP);
}
stop_meas(&eNB->schedule_si);
}
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