aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/e1_config.h
diff options
context:
space:
mode:
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);