Iu MGCP: no need to loopback on the cn side

Change-Id: I501a7846c76dd703beb3991362b1ccbd62dfd155
This commit is contained in:
Neels Hofmeyr 2018-07-26 17:44:40 +02:00
parent fa391ee86c
commit c18c2bf9fc
1 changed files with 0 additions and 8 deletions

View File

@ -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);