aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_udt.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-20 16:21:18 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 11:21:10 +0100
commit016ba29ec23c65ff3ccbd12e6128384567d34406 (patch)
tree11e9589b6604ac59828248715da873eb7780eb9d /src/main_udt.c
parentf19afaed7bcf4959329ff8f6c9600132726b75e1 (diff)
msc: Remove the msc_clear_queue now that it is not needed
Diffstat (limited to 'src/main_udt.c')
-rw-r--r--src/main_udt.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main_udt.c b/src/main_udt.c
index 07bf587..3e92bf2 100644
--- a/src/main_udt.c
+++ b/src/main_udt.c
@@ -65,11 +65,6 @@ extern void cell_vty_init(void);
/*
* methods called from the MTP Level3 part
*/
-void mtp_link_sccp_down(struct mtp_link *link)
-{
- msc_clear_queue(&bsc);
-}
-
void mtp_link_forward_sccp(struct mtp_link *link, struct msgb *_msg, int sls)
{
msc_send_direct(&bsc, _msg);
@@ -86,9 +81,6 @@ void bsc_link_down(struct link_data *data)
data->clear_queue(data);
- /* clear pending messages from the MSC */
- msc_clear_queue(data->bsc);
-
/* If we have an A link send a reset to the MSC */
msc_send_reset(data->bsc);
}
@@ -257,8 +249,6 @@ int main(int argc, char **argv)
void release_bsc_resources(struct bsc_data *bsc)
{
- /* clear pending messages from the MSC */
- msc_clear_queue(bsc);
}
struct msgb *create_sccp_rlc(struct sccp_source_reference *src_ref,