From 79b7b8ad0f3d44c1d12c8a2646617a8d5b042a19 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Fri, 6 Oct 2017 13:36:13 +0200 Subject: [PATCH] minor --- openair2/PHY_INTERFACE/IF_Module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openair2/PHY_INTERFACE/IF_Module.c b/openair2/PHY_INTERFACE/IF_Module.c index 6935dcd46a9..d3694af1de6 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; -- GitLab