aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-22 20:28:35 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-29 16:13:08 +0200
commitb4ed0e7b7824c15ca2f711daca32e6c34f0b7337 (patch)
treec1feb68afd8e6c051efd245cc7bbb4b3a811d345 /openbsc/include
parent766acca73e4c5e3c1288d40ac3ed2eba03890c27 (diff)
bridge calls via mgcpgw
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/msc_ifaces.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/msc_ifaces.h b/openbsc/include/openbsc/msc_ifaces.h
index 09d2487d6..3f6754e03 100644
--- a/openbsc/include/openbsc/msc_ifaces.h
+++ b/openbsc/include/openbsc/msc_ifaces.h
@@ -48,3 +48,4 @@ int msc_gsm0808_tx_cipher_mode(struct gsm_subscriber_connection *conn, int ciphe
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);