Change in osmo-mgw[master]: osmux: Mark conn_rtp->type as osmux during CRCX
Pau Espin Pedrol
gerrit-no-reply at lists.osmocom.org
Mon May 13 17:11:00 UTC 2019
Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/14024
Change subject: osmux: Mark conn_rtp->type as osmux during CRCX
......................................................................
osmux: Mark conn_rtp->type as osmux during CRCX
We also update code to allow setting up RTP related fields to succeed
during CRCX. We also update code to allow setting up RTP related fields to
succeed during CRCX.
Change-Id: Ia6e723d9a28ba38fc3382a4fb35ea6e5bab30c09
---
M src/libosmo-mgcp/mgcp_osmux.c
M src/libosmo-mgcp/mgcp_protocol.c
2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/24/14024/1
diff --git a/src/libosmo-mgcp/mgcp_osmux.c b/src/libosmo-mgcp/mgcp_osmux.c
index d91cf68..7290ba3 100644
--- a/src/libosmo-mgcp/mgcp_osmux.c
+++ b/src/libosmo-mgcp/mgcp_osmux.c
@@ -664,6 +664,7 @@
conn->osmux.cid = (uint8_t) osmux_cid;
conn->osmux.cid_allocated = true;
+ conn->type = MGCP_OSMUX_BSC;
return osmux_cid;
}
diff --git a/src/libosmo-mgcp/mgcp_protocol.c b/src/libosmo-mgcp/mgcp_protocol.c
index 0ec9c78..e1bf12b 100644
--- a/src/libosmo-mgcp/mgcp_protocol.c
+++ b/src/libosmo-mgcp/mgcp_protocol.c
@@ -147,7 +147,7 @@
struct mgcp_conn_rtp *conn_dst = conn;
struct mgcp_conn *_conn;
- if (conn->type != MGCP_RTP_DEFAULT) {
+ if (conn->type != MGCP_RTP_DEFAULT && !mgcp_conn_rtp_is_osmux(conn)) {
LOGPENDP(endp, DLMGCP, LOGL_NOTICE,
"RTP-setup: Endpoint is not configured as RTP default, stopping here!\n");
return 0;
--
To view, visit https://gerrit.osmocom.org/14024
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6e723d9a28ba38fc3382a4fb35ea6e5bab30c09
Gerrit-Change-Number: 14024
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190513/2ceee2f6/attachment-0001.html>
More information about the gerrit-log
mailing list