diff --git a/openair2/PHY_INTERFACE/IF_Module.c b/openair2/PHY_INTERFACE/IF_Module.c
index 6935dcd46a9a22e8addd2d803809941e5c92086e..d3694af1de67714fe1acf8edc3f7a45085096114 100644
--- a/openair2/PHY_INTERFACE/IF_Module.c
+++ b/openair2/PHY_INTERFACE/IF_Module.c
@@ -176,7 +176,7 @@ static void append_string(char *t)
   put(0);
 }
 
-void dump_ul(UL_IND_t *u)
+static void dump_ul(UL_IND_t *u)
 {
   int i;
 
@@ -254,7 +254,7 @@ static char *UL_PDU_TYPE(int x)
   return "UNKNOWN";
 }
 
-void dump_dl(Sched_Rsp_t *d)
+static void dump_dl(Sched_Rsp_t *d)
 {
   int i;