* INTC Contribution to the O-RAN F Release for O-DU Low
[o-du/phy.git] / fhi_lib / lib / ethernet / ethdi.h
index dec93eb..5a5bf80 100644 (file)
@@ -73,8 +73,8 @@ enum xran_entities_id
 };
 
 static char *const entity_names[] = {
-    "ORAN O-DU sim app",
-    "ORAN O-RU sim app"
+    (char *)"ORAN O-DU sim app",
+    (char *)"ORAN O-RU sim app"
 };
 
 typedef int (*PROCESS_CB)(void * arg);