aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/msc_mgcp.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-12-11 18:59:27 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-12-11 19:52:30 +0100
commit85cb2538f4cb4c6759824dae546564562ff3888e (patch)
tree516c398bd422758921cba66f847183f753df2640 /include/osmocom/msc/msc_mgcp.h
parent36dedeeb12f733c4f569e3d05ba25537dee66d99 (diff)
Revert "move ASS-COMPL MGCP handling out of a_iface_bssap.c"
Two reasons: - the caller of msc_mgcp_ass_complete() from Iu, iucs_rx_rab_assign(), failed to be adjusted, breaking IuCS, as an --enable-iu --enable-werror build shows. Unfortunately our gerrit verification doesn't --enable-werror for osmo-msc. - the condition of requiring ST_MDCX_RAN is faulty, breaking GSM CS. This reverts commit 212c0c9bdaf1166e3bcbab85f3ab31dc17162f5b. Change-Id: I8348675c2f7c8856ea1682d05ee54160d4cfeb96
Diffstat (limited to 'include/osmocom/msc/msc_mgcp.h')
-rw-r--r--include/osmocom/msc/msc_mgcp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/msc/msc_mgcp.h b/include/osmocom/msc/msc_mgcp.h
index db8dff24c..9d8b01dd1 100644
--- a/include/osmocom/msc/msc_mgcp.h
+++ b/include/osmocom/msc/msc_mgcp.h
@@ -24,8 +24,6 @@
#include <osmocom/msc/gsm_data.h>
struct ran_conn;
-struct gsm0808_speech_codec;
-struct sockaddr_storage;
/* MGCP state handler context. This context information stores all information
* to handle the direction of the RTP streams via MGCP. There is one instance
@@ -60,7 +58,6 @@ struct mgcp_ctx {
};
int msc_mgcp_call_assignment(struct gsm_trans *trans);
-int msc_mgcp_ass_complete(struct ran_conn *conn, const struct gsm0808_speech_codec *speech_codec_chosen,
- const struct sockaddr_storage *aoip_transport_addr);
+int msc_mgcp_ass_complete(struct ran_conn *conn, uint16_t port, char *addr);
int msc_mgcp_call_complete(struct gsm_trans *trans, uint16_t port, char *addr);
int msc_mgcp_call_release(struct gsm_trans *trans);