blob: ca36052ff3dc1fbc36d8630970aeef9486962a1f [file] [log] [blame]
Harald Welteb54d9502009-11-17 06:00:23 +01001#ifndef _SILENT_CALL_H
2#define _SILENT_CALL_H
3
Neels Hofmeyrc036b792018-11-29 22:37:51 +01004struct ran_conn;
Sylvain Munaut93558302019-02-14 20:13:08 +01005struct gsm0808_channel_type;
Holger Hans Peter Freyther758f4df2010-06-21 10:34:03 +08006
Harald Welte2483f1b2016-06-19 18:06:02 +02007extern int gsm_silent_call_start(struct vlr_subscr *vsub,
Sylvain Munaut93558302019-02-14 20:13:08 +01008 const struct gsm0808_channel_type *ct,
9 const char *traffic_dst_ip, uint16_t traffic_dst_port,
10 void *data);
Harald Welte2483f1b2016-06-19 18:06:02 +020011extern int gsm_silent_call_stop(struct vlr_subscr *vsub);
Philipp Maiere0d5caa2017-02-27 16:56:59 +010012
13#if 0
Neels Hofmeyrc036b792018-11-29 22:37:51 +010014extern int silent_call_rx(struct ran_conn *conn, struct msgb *msg);
15extern int silent_call_reroute(struct ran_conn *conn, struct msgb *msg);
Philipp Maiere0d5caa2017-02-27 16:56:59 +010016#endif
Harald Welteb54d9502009-11-17 06:00:23 +010017
18#endif /* _SILENT_CALL_H */