aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/silent_call.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/silent_call.h')
-rw-r--r--openbsc/include/openbsc/silent_call.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/silent_call.h b/openbsc/include/openbsc/silent_call.h
new file mode 100644
index 000000000..fefc5182d
--- /dev/null
+++ b/openbsc/include/openbsc/silent_call.h
@@ -0,0 +1,10 @@
+#ifndef _SILENT_CALL_H
+#define _SILENT_CALL_H
+
+extern int gsm_silent_call_start(struct gsm_subscriber *subscr,
+ void *data, int type);
+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 */