aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/handover.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/handover.h')
-rw-r--r--include/osmo-bts/handover.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/osmo-bts/handover.h b/include/osmo-bts/handover.h
new file mode 100644
index 00000000..1cf5d696
--- /dev/null
+++ b/include/osmo-bts/handover.h
@@ -0,0 +1,10 @@
+#pragma once
+
+enum {
+ HANDOVER_NONE = 0,
+ HANDOVER_ENABLED,
+ HANDOVER_WAIT_FRAME,
+};
+
+void handover_reset(struct gsm_lchan *lchan);
+