aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/rtp_proxy.h
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/include/openbsc/rtp_proxy.h
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/include/openbsc/rtp_proxy.h')
-rw-r--r--openbsc/include/openbsc/rtp_proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/rtp_proxy.h b/openbsc/include/openbsc/rtp_proxy.h
index 3b208c3e8..94d2579ff 100644
--- a/openbsc/include/openbsc/rtp_proxy.h
+++ b/openbsc/include/openbsc/rtp_proxy.h
@@ -27,6 +27,8 @@
#include <osmocom/core/linuxlist.h>
#include <osmocom/core/select.h>
+#include <openbsc/mncc.h>
+
#define RTP_PT_GSM_FULL 3
#define RTP_PT_GSM_HALF 96
#define RTP_PT_GSM_EFR 97