aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/silent_call.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2019-02-14 20:13:08 +0100
committerSylvain Munaut <tnt@246tNt.com>2019-03-13 18:13:13 +0100
commite3c6e0d1cc97dac09cc7d838bcaed8aca697a38c (patch)
treebef31e9acc5afef495ab38926c51007450941872 /include/osmocom/msc/silent_call.h
parenta3a8821167b7b62c17a3002ddbd992eb05e92ab2 (diff)
libmsc: Allow different channel types to be requested as silent callstnt/silent-call
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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..dbd7dcc66 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);
+ 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