NFAPI_TRACE(NFAPI_TRACE_INFO,"%s() eNB Cell %d is now configured\n",__FUNCTION__,CC_id);
NFAPI_TRACE(NFAPI_TRACE_INFO,"%s() eNB Cell %d is now configured\n",__FUNCTION__,CC_id);
}
}
do{
NFAPI_TRACE(NFAPI_TRACE_INFO,"%s() Waiting for eNB to become configured (by RRC/PHY) - need to wait otherwise NFAPI messages won't contain correct values\n",__FUNCTION__);
usleep(50000);
}while(eNB->configured!=1);
NFAPI_TRACE(NFAPI_TRACE_INFO,"%s() eNB is now configured\n",__FUNCTION__);
NFAPI_TRACE(NFAPI_TRACE_INFO,"%s() eNB is now configured\n",__FUNCTION__);
}
}
...
@@ -659,7 +655,7 @@ int phy_subframe_indication(struct nfapi_vnf_p7_config *config, uint16_t phy_id,
...
@@ -659,7 +655,7 @@ int phy_subframe_indication(struct nfapi_vnf_p7_config *config, uint16_t phy_id,