Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9170 )

Change subject: tests: jibuf_test: Set some functions as static
......................................................................

tests: jibuf_test: Set some functions as static

Change-Id: I3af6db3fd74d55c5e659132fc542f22478a55eb7
---
M tests/jibuf/jibuf_test.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



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 @@
        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_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;

--
To view, visit https://gerrit.osmocom.org/9170
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3af6db3fd74d55c5e659132fc542f22478a55eb7
Gerrit-Change-Number: 9170
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to