aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/handover.h3
-rw-r--r--openbsc/include/openbsc/signal.h10
2 files changed, 3 insertions, 10 deletions
diff --git a/openbsc/include/openbsc/handover.h b/openbsc/include/openbsc/handover.h
index 9d9a90b84..bd0d8ad6c 100644
--- a/openbsc/include/openbsc/handover.h
+++ b/openbsc/include/openbsc/handover.h
@@ -11,4 +11,7 @@ int bsc_handover_start(struct gsm_lchan *old_lchan, struct gsm_bts *bts);
/* clear any operation for this connection */
void bsc_clear_handover(struct gsm_subscriber_connection *conn, int free_lchan);
+/* Return the old lchan or NULL. This is meant for audio handling */
+struct gsm_lchan *bsc_handover_pending(struct gsm_lchan *new_lchan);
+
#endif /* _HANDOVER_H */
diff --git a/openbsc/include/openbsc/signal.h b/openbsc/include/openbsc/signal.h
index 598d470f5..fd13ac719 100644
--- a/openbsc/include/openbsc/signal.h
+++ b/openbsc/include/openbsc/signal.h
@@ -226,16 +226,6 @@ struct msc_signal_data {
struct osmo_msc_data *data;
};
-/* handover */
-enum signal_ho {
- S_HANDOVER_ACK,
-};
-
-struct ho_signal_data {
- struct gsm_lchan *old_lchan;
- struct gsm_lchan *new_lchan;
-};
-
/* SS_CCCH signals */
enum signal_ccch {
S_CCCH_PAGING_LOAD,