Commit 4ceac17c authored by Robert Schmidt's avatar Robert Schmidt

Shorten the sleep

sync_var is set in main() (which likely is wrong in that the L1 code
sync itself, and not require the help of main()).
parent dd3b3caf
......@@ -1953,7 +1953,7 @@ int nr_start_request(nfapi_pnf_config_t *config, nfapi_pnf_phy_config_t *phy, nf
}
while(sync_var<0) {
usleep(5000000);
usleep(50000);
printf("[PNF] waiting for OAI to be started\n");
}
......
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