aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-06-07 19:57:02 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-08-25 23:17:17 +0200
commit6bceb8a5b08a26fcacb8ef9f7f5c4cb3e58a1dd4 (patch)
treeac587215fee89eb8a198aa5ebcb79d5c84567864 /openbsc/include/openbsc/osmo_bsc.h
parent4084e87af9a2238feef8a5d2d4f0aceb6434efbf (diff)
bsc: Move the finding of a MSC into the filter code
For responding to paging on the right link we will need to figure out if the msg is a paging response.
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc.h')
-rw-r--r--openbsc/include/openbsc/osmo_bsc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h
index 0e904c987..bf582b20a 100644
--- a/openbsc/include/openbsc/osmo_bsc.h
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -36,6 +36,7 @@ int bsc_create_new_connection(struct gsm_subscriber_connection *conn,
struct osmo_msc_data *msc);
int bsc_delete_connection(struct osmo_bsc_sccp_con *sccp);
+struct osmo_msc_data *bsc_find_msc(struct gsm_subscriber_connection *conn, struct msgb *);
int bsc_scan_bts_msg(struct gsm_subscriber_connection *conn, struct msgb *msg);
int bsc_scan_msc_msg(struct gsm_subscriber_connection *conn, struct msgb *msg);