aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/e1_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/e1_config.h')
-rw-r--r--include/openbsc/e1_config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/openbsc/e1_config.h b/include/openbsc/e1_config.h
deleted file mode 100644
index 538c0b09d..000000000
--- a/include/openbsc/e1_config.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _E1_CONFIG_H
-#define _E1_CONFIG_H
-
-#include <openbsc/gsm_data_shared.h>
-
-int e1_reconfig_ts(struct gsm_bts_trx_ts *ts);
-int e1_reconfig_trx(struct gsm_bts_trx *trx);
-int e1_reconfig_bts(struct gsm_bts *bts);
-
-#endif /* _E1_CONFIG_H */
-