Neels Hofmeyr has uploaded this change for review. ( 
https://gerrit.osmocom.org/10179


Change subject: Iu MGCP: no need to loopback on the cn side
......................................................................

Iu MGCP: no need to loopback on the cn side

Change-Id: I501a7846c76dd703beb3991362b1ccbd62dfd155
---
M src/libmsc/msc_mgcp.c
1 file changed, 0 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/79/10179/1

diff --git a/src/libmsc/msc_mgcp.c b/src/libmsc/msc_mgcp.c
index c77e389..e261e7a 100644
--- a/src/libmsc/msc_mgcp.c
+++ b/src/libmsc/msc_mgcp.c
@@ -437,14 +437,6 @@
                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);


--
To view, visit https://gerrit.osmocom.org/10179
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I501a7846c76dd703beb3991362b1ccbd62dfd155
Gerrit-Change-Number: 10179
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>

Reply via email to