aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/silent_call.h
blob: 70324e5f3523347092dd2fcdb42213c37f7f7e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _SILENT_CALL_H
#define _SILENT_CALL_H

struct ran_conn;

extern int gsm_silent_call_start(struct vlr_subscr *vsub,
                                 void *data, int type);
extern int gsm_silent_call_stop(struct vlr_subscr *vsub);

#if 0
extern int silent_call_rx(struct ran_conn *conn, struct msgb *msg);
extern int silent_call_reroute(struct ran_conn *conn, struct msgb *msg);
#endif

#endif /* _SILENT_CALL_H */