aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/transaction.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/transaction.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/transaction.h')
-rw-r--r--openbsc/include/openbsc/transaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/transaction.h b/openbsc/include/openbsc/transaction.h
index c008a968d..acb2e6c8b 100644
--- a/openbsc/include/openbsc/transaction.h
+++ b/openbsc/include/openbsc/transaction.h
@@ -5,6 +5,7 @@
#include <openbsc/gsm_subscriber.h>
#include <osmocom/core/linuxlist.h>
#include <openbsc/gsm_04_11.h>
+#include <openbsc/mncc.h>
/* One transaction */
struct gsm_trans {