aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/silent_call.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-29 11:49:12 +0100
committerHarald Welte <laforge@netfilter.org>2010-01-01 10:59:20 +0100
commit510087752e46489b7ea61d72b3ab39540ce0d908 (patch)
tree08b0f8203147f4691a22ccfdc33198c274eb625a /openbsc/include/openbsc/silent_call.h
parent83579ca8ff706cd2d5ed27a10fa90129bdd943f4 (diff)
introduce and implement silent_call_reroute() and silent_call_rx()
Thise two functions are interfacing with the 04.08 layer 3 to determine if a particular message should be handled inside the OpenBSC layer 3, or if it should be handled in the silent call handler.
Diffstat (limited to 'openbsc/include/openbsc/silent_call.h')
-rw-r--r--openbsc/include/openbsc/silent_call.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/silent_call.h b/openbsc/include/openbsc/silent_call.h
index 53ed4e248..b5bc5c035 100644
--- a/openbsc/include/openbsc/silent_call.h
+++ b/openbsc/include/openbsc/silent_call.h
@@ -3,5 +3,7 @@
extern int gsm_silent_call_start(struct gsm_subscriber *subscr, void *data);
extern int gsm_silent_call_stop(struct gsm_subscriber *subscr);
+extern int silent_call_rx(struct msgb *msg);
+extern int silent_call_reroute(struct msgb *msg);
#endif /* _SILENT_CALL_H */