/* for compatibility keep environment variable usage */
/* for compatibility keep environment variable usage */
if(getenv("RFSIMULATOR")!=NULL){
if(getenv("RFSIMULATOR")!=NULL){
rfsimulator->ip=getenv("RFSIMULATOR");
rfsimulator->ip=getenv("RFSIMULATOR");
LOG_W(HW,"The RFSIMULATOR environment variable is deprecated and support will be removed in the future. Instead, add parameter --rfsimulator.serveraddr %s to set the server address. Note: the default is \"server\"; for the gNB/eNB, you don't have to set any configuration.\n",rfsimulator->ip);
LOG_I(HW,"Remove RFSIMULATOR environment variable to get rid of this message and the sleep.\n");