aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc/osmo_bsc_filter.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-05 18:11:19 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:48 +0100
commita54732d19dd80549b34a291241f71fa9c6130e3f (patch)
treee36422d97971665e95714ccab232ee27343429f3 /openbsc/src/bsc/osmo_bsc_filter.c
parentd65305f5b45780dbcc1bb7dda9161a1995d98125 (diff)
bsc: Add a method to scan messages coming from the MSC.
Diffstat (limited to 'openbsc/src/bsc/osmo_bsc_filter.c')
-rw-r--r--openbsc/src/bsc/osmo_bsc_filter.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/openbsc/src/bsc/osmo_bsc_filter.c b/openbsc/src/bsc/osmo_bsc_filter.c
index 7052cfea1..965b7c56e 100644
--- a/openbsc/src/bsc/osmo_bsc_filter.c
+++ b/openbsc/src/bsc/osmo_bsc_filter.c
@@ -66,3 +66,11 @@ int bsc_scan_bts_msg(struct gsm_subscriber_connection *conn, struct msgb *msg)
return 0;
}
+
+/**
+ * Messages coming back from the MSC.
+ */
+int bsc_scan_msc_msg(struct gsm_subscriber_connection *conn, struct msgb *msg)
+{
+ return 0;
+}