Commit b0b8f7b6 authored by heshanyun's avatar heshanyun Committed by Haruki NAOI

to deal with the cpu 100% issue of pre_scd_task thread

(cherry picked from commit d528bb824d4515a61acaaf2eb35c0c659fc3a6db)
parent 98ab5026
......@@ -2138,6 +2138,7 @@ void *pre_scd_task( void *param ) {
}
if(old_subframe == eNB->subframe){
usleep(100);
continue;
}
......
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