aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/msc_ifaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/msc_ifaces.h')
-rw-r--r--include/osmocom/msc/msc_ifaces.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/osmocom/msc/msc_ifaces.h b/include/osmocom/msc/msc_ifaces.h
index 0592c0701..ca25e9ddf 100644
--- a/include/osmocom/msc/msc_ifaces.h
+++ b/include/osmocom/msc/msc_ifaces.h
@@ -37,7 +37,3 @@ int msc_gsm48_tx_mm_serv_rej(struct gsm_subscriber_connection *conn,
enum gsm48_reject_value value);
int msc_tx_common_id(struct gsm_subscriber_connection *conn);
-int msc_call_assignment(struct gsm_trans *trans);
-int msc_call_bridge(struct gsm_trans *trans1, struct gsm_trans *trans2);
-void msc_call_release(struct gsm_trans *trans);
-int msc_call_connect(struct gsm_trans *trans, uint16_t port, uint32_t ip);