Commit 0f5a8084 authored by Robert Schmidt's avatar Robert Schmidt

smaller sleep

parent b3e8a236
...@@ -1862,8 +1862,8 @@ int nr_start_request(nfapi_pnf_config_t *config, nfapi_pnf_phy_config_t *phy, n ...@@ -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); pthread_mutex_unlock(&nfapi_sync_mutex);
} }
while(sync_var<0) { while(false) {
usleep(5000000); usleep(50000);
printf("[PNF] waiting for OAI to be started\n"); 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