aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bsc_sccp.h3
-rw-r--r--include/msc_connection.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/include/bsc_sccp.h b/include/bsc_sccp.h
index f7489bb..82ba3ed 100644
--- a/include/bsc_sccp.h
+++ b/include/bsc_sccp.h
@@ -70,4 +70,7 @@ struct active_sccp_con *find_con_by_src_dest_ref(struct ss7_application *, struc
struct sccp_source_reference *dst_ref);
unsigned int sls_for_src_ref(struct ss7_application *, struct sccp_source_reference *ref);
+void app_resources_released(struct ss7_application *ss7);
+void app_clear_connections(struct ss7_application *ss7);
+
#endif
diff --git a/include/msc_connection.h b/include/msc_connection.h
index c7957ec..7d3d354 100644
--- a/include/msc_connection.h
+++ b/include/msc_connection.h
@@ -74,7 +74,7 @@ struct msc_connection *msc_connection_num(struct bsc_data *bsc, int num);
int msc_connection_start(struct msc_connection *msc);
/* MGCP */
-void mgcp_forward(struct msc_connection *msc, const uint8_t *data, unsigned int length);
+void msc_mgcp_reset(struct msc_connection *msc);
/* Called by the MSC Connection */
void msc_dispatch_sccp(struct msc_connection *msc, struct msgb *msg);