aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-12-01 22:28:59 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-12-01 23:04:27 +0100
commit81a8bf1039ba0064fda7d59226668cc4c94cc3a5 (patch)
tree63baf28ccab9af698e1d68a185dd11e4e5900cb5 /openbsc/include/openbsc/gsm_data.h
parent12e373c218cd8200e97a135a69930063f5774b16 (diff)
include: Small fixes to gsm_data.h
We don't really need openbsc/gsm_04_08.h or abis_rsl.h But we do need some definition from libosmocore Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 90a2f37f8..364eaf4f2 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -44,8 +44,6 @@ enum gsm_chreq_reason_t {
};
#include <osmocore/timer.h>
-#include <openbsc/gsm_04_08.h>
-#include <openbsc/abis_rsl.h>
#include <openbsc/system_information.h>
#include <openbsc/rest_octets.h>
#include <openbsc/mncc.h>
@@ -57,6 +55,9 @@ enum gsm_chreq_reason_t {
#include <osmocore/utils.h>
#include <osmocore/rxlev_stat.h>
+#include <osmocore/protocol/gsm_08_58.h>
+
+
#define TRX_NR_TS 8
#define TS_MAX_LCHAN 8