aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-07 01:54:19 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-07 01:54:19 +0800
commit43d9eec14b9ec59f19a95b864ace7fb798724e2e (patch)
treeeb79cbe2c38cab890556cab9f74d8677491d47e0 /include
parentd5918ff9e40b4443d4490ba18d785f5e55591a2c (diff)
msc: Make close_msc public, call it from main..
We would have not stopped the timer, fix that by only having one function to close the connection to the msc.
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index c4a938f..059800a 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -114,6 +114,7 @@ void msc_send_rlc(struct bsc_data *bsc, struct sccp_source_reference *src, struc
void msc_send_reset(struct bsc_data *bsc);
void msc_send_msg(struct bsc_data *bsc, int rc, struct sccp_parse_result *, struct msgb *msg);
void msc_clear_queue(struct bsc_data *data);
+void msc_close_connection(struct bsc_data *data);
/* connection tracking and action */
void update_con_state(int rc, struct sccp_parse_result *result, struct msgb *msg, int from_msc, int sls);