From bac671eda8f34918b7f71e6e42a3e92fac931efa Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 15 May 2018 14:39:19 +0200 Subject: tests: jibuf_test: Set some functions as static Change-Id: I3af6db3fd74d55c5e659132fc542f22478a55eb7 --- tests/jibuf/jibuf_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/jibuf/jibuf_test.c b/tests/jibuf/jibuf_test.c index 6e8c805..c0c24fd 100644 --- a/tests/jibuf/jibuf_test.c +++ b/tests/jibuf/jibuf_test.c @@ -619,7 +619,7 @@ static void test_rtp_marker(void) osmo_jibuf_delete(jb); } -void test_rtp_out_of_sync(unsigned int time_inc_ms, uint16_t seq_nosync_inc, uint32_t ts_nosync_inc, bool expect_drop) +static void test_rtp_out_of_sync(unsigned int time_inc_ms, uint16_t seq_nosync_inc, uint32_t ts_nosync_inc, bool expect_drop) { int min_delay = 60; struct msgb *msg; @@ -686,7 +686,7 @@ void test_rtp_out_of_sync(unsigned int time_inc_ms, uint16_t seq_nosync_inc, uin } -void test_skew(unsigned int skew_inc_us, bool skew_compensation) { +static void test_skew(unsigned int skew_inc_us, bool skew_compensation) { int min_delay = 40; unsigned int dropped = 0; struct msgb *msg; -- cgit v1.2.3