aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/silent_call.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/silent_call.h')
-rw-r--r--include/osmocom/msc/silent_call.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/osmocom/msc/silent_call.h b/include/osmocom/msc/silent_call.h
index 70324e5f3..ca36052ff 100644
--- a/include/osmocom/msc/silent_call.h
+++ b/include/osmocom/msc/silent_call.h
@@ -2,9 +2,12 @@
#define _SILENT_CALL_H
struct ran_conn;
+struct gsm0808_channel_type;
extern int gsm_silent_call_start(struct vlr_subscr *vsub,
- void *data, int type);
+ const struct gsm0808_channel_type *ct,
+ const char *traffic_dst_ip, uint16_t traffic_dst_port,
+ void *data);
extern int gsm_silent_call_stop(struct vlr_subscr *vsub);
#if 0