aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libtrau/rtp_proxy.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-24 13:25:38 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-24 13:25:38 +0200
commitf142c9790780b06ddc6f58eba8c39134c9ba31e3 (patch)
tree173b12fe3dd2c0a5abdbc11860bd46bccbdecd3b /openbsc/src/libtrau/rtp_proxy.c
parentcdc59ff5ccd55459068391da5e7b533fa9324842 (diff)
prepare gsm_data.h header file sharing with osmo-bts
This should not introduce any functional changes, it just re-arranges some definitions in the header file, and introduces the ROLE_BSC define that we enable for the BSC-specific fields.
Diffstat (limited to 'openbsc/src/libtrau/rtp_proxy.c')
-rw-r--r--openbsc/src/libtrau/rtp_proxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libtrau/rtp_proxy.c b/openbsc/src/libtrau/rtp_proxy.c
index 86d562418..4c5f12eb5 100644
--- a/openbsc/src/libtrau/rtp_proxy.c
+++ b/openbsc/src/libtrau/rtp_proxy.c
@@ -34,6 +34,7 @@
#include <osmocom/core/select.h>
#include <openbsc/debug.h>
#include <openbsc/rtp_proxy.h>
+#include <openbsc/mncc.h>
/* attempt to determine byte order */
#include <sys/param.h>