pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-msc/+/31921 )
Change subject: rtp_stream: Update id after modifying fields upon Tx of MGCP msg
......................................................................
rtp_stream: Update id after modifying fields upon Tx of MGCP msg
Change-Id: Ifbcab2d07df96d2a826e8235306b18df9573802c
---
M src/libmsc/rtp_stream.c
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/21/31921/1
diff --git a/src/libmsc/rtp_stream.c b/src/libmsc/rtp_stream.c
index 61b5ea9..f977cdd 100644
--- a/src/libmsc/rtp_stream.c
+++ b/src/libmsc/rtp_stream.c
@@ -324,6 +324,7 @@
verb_info.port = rtps->remote.port;
rtps->remote_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);
return 0;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/31921
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ifbcab2d07df96d2a826e8235306b18df9573802c
Gerrit-Change-Number: 31921
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange