aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/silent_call.h
blob: 619a543276dcf6d2cc62fbb95e855ad42bfd14aa (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 gsm_subscriber_connection;

extern int gsm_silent_call_start(struct gsm_subscriber *subscr,
                                 void *data, int type);
extern int gsm_silent_call_stop(struct gsm_subscriber *subscr);

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

#endif /* _SILENT_CALL_H */