aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc_sigtran.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc_sigtran.h')
-rw-r--r--openbsc/include/openbsc/osmo_bsc_sigtran.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc_sigtran.h b/openbsc/include/openbsc/osmo_bsc_sigtran.h
index 37085b653..c57783dc8 100644
--- a/openbsc/include/openbsc/osmo_bsc_sigtran.h
+++ b/openbsc/include/openbsc/osmo_bsc_sigtran.h
@@ -20,6 +20,8 @@
#pragma once
+#include <openbsc/bsc_msc_data.h>
+
/* Allocate resources to make a new connection oriented sigtran connection
* (not the connection ittself!) */
enum bsc_con osmo_bsc_sigtran_new_conn(struct gsm_subscriber_connection *conn, struct bsc_msc_data *msc);
@@ -35,5 +37,11 @@ int osmo_bsc_sigtran_send(struct osmo_bsc_sccp_con *conn, struct msgb *msg);
* locally, when a connection is closed by the MSC */
int osmo_bsc_sigtran_del_conn(struct osmo_bsc_sccp_con *sccp);
+/* Send reset to MSC */
+void osmo_bsc_sigtran_tx_reset(struct bsc_msc_data *msc);
+
+/* close all open connections */
+void osmo_bsc_sigtran_reset(struct bsc_msc_data *msc);
+
/* Initalize osmo sigtran backhaul */
int osmo_bsc_sigtran_init(struct llist_head *mscs);