diff --git a/openair1/PHY/defs.h b/openair1/PHY/defs.h
index d01edd1ba042f31b437aa8d73a65cea78c6a9cd6..0c61fe0bc74b91a1f4b97b403823963681779a8b 100755
--- a/openair1/PHY/defs.h
+++ b/openair1/PHY/defs.h
@@ -161,7 +161,7 @@ typedef enum {
   eNodeB_3GPP=0,    // classical eNodeB function
   eNodeB_3GPP_BBU,  // classical eNodeB function with transport interface
   NGFI_RRU_IF4,     // NGFI_RRU (NGFI remote radio-unit, currently split at common - ue_specific interface, IF4) 
-  NGFI_RCC_IF4,     // NGFI_RCC (NGFI radio cloud center, currently split at common - ue_specific interface, IF4) 
+  NGFI_RCC_IF4     // NGFI_RCC (NGFI radio cloud center, currently split at common - ue_specific interface, IF4) 
 } eNB_func_t;
   
 typedef struct UE_SCAN_INFO_s {