aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2019-02-14 20:13:08 +0100
committertnt <tnt@246tNt.com>2019-03-14 12:39:31 +0000
commit935583069d3d79ba93640df2e9287acdf8c50fe1 (patch)
treefb39fa54d081bc0781758ce642c36cbe04ce3a7b /include
parentf90496f577e78944ce8db1aa5b900477c1e479b0 (diff)
libmsc: Allow different channel types to be requested as silent calls
Diffstat (limited to 'include')
-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