aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/e1_config.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 15:15:32 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:26:13 +0200
commitc01647914b97ab8a1079330e36d0e1d024d3a804 (patch)
treedc22a90b524e2a5517805a8757016997db9eb12d /include/osmocom/bsc/e1_config.h
parent538635ad5d5564087d285eda042b0cad9610c70e (diff)
move include/openbsc to include/osmocom/bsc
Diffstat (limited to 'include/osmocom/bsc/e1_config.h')
-rw-r--r--include/osmocom/bsc/e1_config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/osmocom/bsc/e1_config.h b/include/osmocom/bsc/e1_config.h
new file mode 100644
index 000000000..909e3cc8a
--- /dev/null
+++ b/include/osmocom/bsc/e1_config.h
@@ -0,0 +1,11 @@
+#ifndef _E1_CONFIG_H
+#define _E1_CONFIG_H
+
+#include <osmocom/bsc/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 */
+