blob: 5fec77b73da854c786d46737f69fe2c2c9f10956 [file] [log] [blame]
Harald Welteb54d9502009-11-17 06:00:23 +01001#ifndef _SILENT_CALL_H
2#define _SILENT_CALL_H
3
Holger Hans Peter Freyther758f4df2010-06-21 10:34:03 +08004struct gsm_subscriber_connection;
5
Harald Welte2483f1b2016-06-19 18:06:02 +02006extern int gsm_silent_call_start(struct vlr_subscr *vsub,
Sylvain Munaut50480702010-01-02 14:29:43 +01007 void *data, int type);
Harald Welte2483f1b2016-06-19 18:06:02 +02008extern int gsm_silent_call_stop(struct vlr_subscr *vsub);
Philipp Maiere0d5caa2017-02-27 16:56:59 +01009
10#if 0
Holger Hans Peter Freyther758f4df2010-06-21 10:34:03 +080011extern int silent_call_rx(struct gsm_subscriber_connection *conn, struct msgb *msg);
12extern int silent_call_reroute(struct gsm_subscriber_connection *conn, struct msgb *msg);
Philipp Maiere0d5caa2017-02-27 16:56:59 +010013#endif
Harald Welteb54d9502009-11-17 06:00:23 +010014
15#endif /* _SILENT_CALL_H */