aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/trau_mux.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/trau_mux.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/trau_mux.h')
-rw-r--r--openbsc/include/openbsc/trau_mux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/trau_mux.h b/openbsc/include/openbsc/trau_mux.h
index 0149cee05..9936ba184 100644
--- a/openbsc/include/openbsc/trau_mux.h
+++ b/openbsc/include/openbsc/trau_mux.h
@@ -28,6 +28,10 @@
* optimization to routing them externally.
*/
+#include <stdint.h>
+#include <openbsc/gsm_data.h>
+#include <openbsc/mncc.h>
+
/* map a TRAU mux map entry */
int trau_mux_map(const struct gsm_e1_subslot *src,
const struct gsm_e1_subslot *dst);