aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/silent_call.h
blob: 9e087c986fb08b4602ab9bc1307190f95490f786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _SILENT_CALL_H
#define _SILENT_CALL_H

struct gsm_subscriber_connection;

extern int gsm_silent_call_start(struct gsm_subscriber *subscr, void *data,
	uint8_t rqd_type, uint8_t lchan_type);
extern int gsm_silent_call_stop(struct gsm_subscriber *subscr);
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 /* _SILENT_CALL_H */