Commit 16ae39dc authored by Robert Schmidt's avatar Robert Schmidt

smaller sleep

parent 1b587ec8
......@@ -1862,8 +1862,8 @@ int nr_start_request(nfapi_pnf_config_t *config, nfapi_pnf_phy_config_t *phy, n
pthread_mutex_unlock(&nfapi_sync_mutex);
}
while(sync_var<0) {
usleep(5000000);
while(false) {
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