aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsc_ussd.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-06 06:20:35 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-06 06:20:35 +0800
commitdfcf2df69869bd026fa4adcf6672db5a2196e9a8 (patch)
treee74e7a6f6011d54e3943cee0597a732a191354f2 /src/bsc_ussd.c
parenta4ca6d3947bb6063ac4c5c64064f6f7a93f9857f (diff)
ussd: Create the hook where packages from the MSC pass by
Diffstat (limited to 'src/bsc_ussd.c')
-rw-r--r--src/bsc_ussd.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bsc_ussd.c b/src/bsc_ussd.c
index 5c7e962..e0989b9 100644
--- a/src/bsc_ussd.c
+++ b/src/bsc_ussd.c
@@ -37,3 +37,12 @@ int bsc_ussd_handle_out_msg(struct bsc_data *bsc, struct sccp_parse_result *resu
return 0;
}
+
+/*
+ * Check the message if it contains a location update request...
+ */
+int bsc_ussd_handle_in_msg(struct mtp_link *link, struct sccp_parse_result *res,
+ struct msgb *msg)
+{
+ return 0;
+}