aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-16 22:35:30 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:27 +0100
commitc5200fcb354b7c70cf0c1198abf10281906c3aad (patch)
tree534265b6842b87e9c5450836fe4b7cb9d1860922 /include
parentab7c601118ef19414e8c83fe7f93415f5061b04c (diff)
ss7: Move the linkset up/down into the ss7_app, move some code around
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);