pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/31922 )
Change subject: rtp_stream: Fix remote_osmux_cid_sent_to_mgw never set to true ......................................................................
rtp_stream: Fix remote_osmux_cid_sent_to_mgw never set to true
Change-Id: I978c78976470a6c5a36da8611a203f96c9a1b2a5 --- M src/libmsc/rtp_stream.c 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/22/31922/1
diff --git a/src/libmsc/rtp_stream.c b/src/libmsc/rtp_stream.c index f977cdd..c345a23 100644 --- a/src/libmsc/rtp_stream.c +++ b/src/libmsc/rtp_stream.c @@ -324,6 +324,8 @@ verb_info.port = rtps->remote.port; rtps->remote_sent_to_mgw = true; } + if (rtps->use_osmux) + rtps->remote_osmux_cid_sent_to_mgw = true; rtp_stream_update_id(rtps);
osmo_mgcpc_ep_ci_request(rtps->ci, verb, &verb_info, rtps->fi, ok_event, fail_event, NULL);