aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_stp.c
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 /src/main_stp.c
parentab7c601118ef19414e8c83fe7f93415f5061b04c (diff)
ss7: Move the linkset up/down into the ss7_app, move some code around
Diffstat (limited to 'src/main_stp.c')
-rw-r--r--src/main_stp.c26
1 files changed, 14 insertions, 12 deletions
diff --git a/src/main_stp.c b/src/main_stp.c
index 594e2b0..11c9ecc 100644
--- a/src/main_stp.c
+++ b/src/main_stp.c
@@ -98,18 +98,6 @@ void mtp_link_set_forward_isup(struct mtp_link_set *set, struct msgb *msg, int s
mtp_link_set_submit_isup_data(other, sls, msg->l3h, msgb_l3len(msg));
}
-void mtp_linkset_down(struct mtp_link_set *set)
-{
- set->available = 0;
- mtp_link_set_stop(set);
-}
-
-void mtp_linkset_up(struct mtp_link_set *set)
-{
- set->available = 1;
- mtp_link_set_reset(set);
-}
-
static void print_usage()
{
printf("Usage: osmo-stp\n");
@@ -426,3 +414,17 @@ struct msc_connection *msc_connection_num(struct bsc_data *bsc, int num)
{
return NULL;
}
+
+
+void msc_mgcp_reset(struct msc_connection *msc)
+{
+}
+void msc_send_reset(struct msc_connection *bsc)
+{
+}
+void app_resources_released(struct ss7_application *ss7)
+{
+}
+void app_clear_connections(struct ss7_application *ss7)
+{
+}