aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/e1_config.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-13 23:22:03 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-14 12:15:40 +0100
commit104851632d7609a89b6cc9384a6f5da04e7cec52 (patch)
tree20ed8f77ee013c71686ade4adb5472801931b45e /include/osmocom/bsc/e1_config.h
parent87592b8967c6af0aa3f90bd1acac81ef1863c6e8 (diff)
libcommon: join gsm_data_shared.* into gsm_data.*
The separation of gsm_data_shared.* from gsm_data.* historically allowed compiling parts of it into osmo-bts, which we have dropped since (osmo-bts has its own copy now). Even though gsm_data.* now becomes rather large by it, remove the legacy separation to get rid of the "shared" naming, which is no longer meaningful. A future patch might separate into meaningful smaller bits, if we get the time. Change-Id: Ie247bc492efb331871d970c56700595ad3f7e201
Diffstat (limited to 'include/osmocom/bsc/e1_config.h')
-rw-r--r--include/osmocom/bsc/e1_config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/osmocom/bsc/e1_config.h b/include/osmocom/bsc/e1_config.h
index 909e3cc8a..d8d23c31e 100644
--- a/include/osmocom/bsc/e1_config.h
+++ b/include/osmocom/bsc/e1_config.h
@@ -1,7 +1,9 @@
#ifndef _E1_CONFIG_H
#define _E1_CONFIG_H
-#include <osmocom/bsc/gsm_data_shared.h>
+struct gsm_bts_trx_ts;
+struct gsm_bts_trx;
+struct gsm_bts;
int e1_reconfig_ts(struct gsm_bts_trx_ts *ts);
int e1_reconfig_trx(struct gsm_bts_trx *trx);