aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_stp.c
diff options
context:
space:
mode:
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)
+{
+}