[PATCH 4/6] fix some "implicit declaration" warnings in libtrau

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Alexander Huemer alexander.huemer at xx.vu
Sun Sep 4 22:32:36 UTC 2011


---
 openbsc/include/openbsc/libtrau/trau_upqueue.h |    6 ++++++
 openbsc/src/libtrau/rtp_proxy.c                |    1 +
 openbsc/src/libtrau/trau_mux.c                 |    1 +
 3 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 openbsc/include/openbsc/libtrau/trau_upqueue.h

diff --git a/openbsc/include/openbsc/libtrau/trau_upqueue.h b/openbsc/include/openbsc/libtrau/trau_upqueue.h
new file mode 100644
index 0000000..686d796
--- /dev/null
+++ b/openbsc/include/openbsc/libtrau/trau_upqueue.h
@@ -0,0 +1,6 @@
+#ifndef _TRAU_UPQUEUE_H
+#define _TRAU_UPQUEUE_H
+
+void trau_tx_to_mncc(struct gsm_network *net, struct msgb *msg);
+
+#endif /* _TRAU_UPQUEUE_H */
diff --git a/openbsc/src/libtrau/rtp_proxy.c b/openbsc/src/libtrau/rtp_proxy.c
index 11560d2..4e7fe05 100644
--- a/openbsc/src/libtrau/rtp_proxy.c
+++ b/openbsc/src/libtrau/rtp_proxy.c
@@ -35,6 +35,7 @@
 #include <openbsc/libcommon/debug.h>
 #include <openbsc/libtrau/rtp_proxy.h>
 #include <openbsc/libmsc/mncc.h>
+#include <openbsc/libtrau/trau_upqueue.h>
 
 /* attempt to determine byte order */
 #include <sys/param.h>
diff --git a/openbsc/src/libtrau/trau_mux.c b/openbsc/src/libtrau/trau_mux.c
index b8f4bba..5567b34 100644
--- a/openbsc/src/libtrau/trau_mux.c
+++ b/openbsc/src/libtrau/trau_mux.c
@@ -29,6 +29,7 @@
 #include <osmocom/abis/e1_input.h>
 #include <openbsc/libcommon/debug.h>
 #include <osmocom/core/talloc.h>
+#include <openbsc/libtrau/trau_upqueue.h>
 
 /* this corresponds to teh bit-lengths of the individual codec
  * parameters as indicated in Table 1.1 of TS 06.10 */
-- 
1.7.6.1





More information about the OpenBSC mailing list