From 504807001d4d8340434e023d58016050f7faa889 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sat, 2 Jan 2010 14:29:43 +0100 Subject: silent_call: Add option to choose channel type Signed-off-by: Sylvain Munaut --- openbsc/include/openbsc/silent_call.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/silent_call.h b/openbsc/include/openbsc/silent_call.h index b5bc5c035..fefc5182d 100644 --- a/openbsc/include/openbsc/silent_call.h +++ b/openbsc/include/openbsc/silent_call.h @@ -1,7 +1,8 @@ #ifndef _SILENT_CALL_H #define _SILENT_CALL_H -extern int gsm_silent_call_start(struct gsm_subscriber *subscr, void *data); +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); -- cgit v1.2.3