From c18c2bf9fcea19f7450cb9c1858fff70730f2aad Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 26 Jul 2018 17:44:40 +0200 Subject: [PATCH] Iu MGCP: no need to loopback on the cn side Change-Id: I501a7846c76dd703beb3991362b1ccbd62dfd155 --- src/libmsc/msc_mgcp.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/libmsc/msc_mgcp.c b/src/libmsc/msc_mgcp.c index c77e389bb..e261e7ae4 100644 --- a/src/libmsc/msc_mgcp.c +++ b/src/libmsc/msc_mgcp.c @@ -437,14 +437,6 @@ static void fsm_crcx_cn_cb(struct osmo_fsm_inst *fi, uint32_t event, void *data) return; } - /* HACK: We put the connection in loopback mode at the beginnig to - * trick the NodeB into doing the IuUP negotiation with itsself. - * this is a hack we need because osmo-mgw does not support IuUP yet */ -#ifdef BUILD_IU - if (conn->via_ran == RAN_UTRAN_IU) - mgcp_msg.conn_mode = MGCP_CONN_LOOPBACK; -#endif - msg = mgcp_msg_gen(mgcp, &mgcp_msg); OSMO_ASSERT(msg);