aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-10-08 17:56:33 +0200
committerMax <msuraev@sysmocom.de>2017-10-08 18:40:09 +0200
commitec33b0397f5d71248c5834513d4be7b9b0e46366 (patch)
treea0f132d846759d742243c13f8647364caf8079ea /include/osmo-bts/gsm_data.h
parent8a89c7d3c327c3594c8dc6251179c0e66b1ba3e5 (diff)
Remove build dependency on legacy OpenBSC
* copy-paste gsm_data_shared.* from OpenBSC master * remove corresponding configure check and option * remove .deb dependency Actual refactoring with removal of unnecessary structures/parts, moving common OpenBSC/OsmoBSC parts into libraries etc. are left for further patches. Current patch will make coexistence with *BSC easier and will simplify our build infrastructure. Change-Id: I9f004fb5c4c1db29d4792dfd281d388c7063da13 Related: OS#1923
Diffstat (limited to 'include/osmo-bts/gsm_data.h')
-rw-r--r--include/osmo-bts/gsm_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index aeac4b29..dcffcf65 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -133,7 +133,7 @@ enum lchan_ciph_state {
#define bts_role_bts(x) ((struct gsm_bts_role_bts *)(x)->role)
-#include "openbsc/gsm_data_shared.h"
+#include <osmo-bts/gsm_data_shared.h>
void lchan_set_state(struct gsm_lchan *lchan, enum gsm_lchan_state state);
int conf_lchans_as_pchan(struct gsm_bts_trx_ts *ts,