aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-07-26 17:44:40 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-07-26 20:31:55 +0200
commitc18c2bf9fcea19f7450cb9c1858fff70730f2aad (patch)
tree7b04e844b46ced7cb99c55c26719c7a8116eab54
parentfa391ee86ce0df7e0b637410bd07664b44b1adba (diff)
Iu MGCP: no need to loopback on the cn side
-rw-r--r--src/libmsc/msc_mgcp.c8
1 files changed, 0 insertions, 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);