aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-03-15 11:58:16 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-03-15 12:53:43 +0100
commita202cf43c7a8a58847f9d6c147ee98460f0a200a (patch)
treefd4f5f9bbd5d867498b2d224fb5ded0ac6772e69
parent2d57d6eaa92429d56a8a7b45e4ad4a6ee7d59849 (diff)
rtp_stream: Update id after modifying fields upon Tx of MGCP msg
-rw-r--r--src/libmsc/rtp_stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmsc/rtp_stream.c b/src/libmsc/rtp_stream.c
index 61b5ea98b..f977cdd76 100644
--- a/src/libmsc/rtp_stream.c
+++ b/src/libmsc/rtp_stream.c
@@ -324,6 +324,7 @@ static int rtp_stream_do_mgcp_verb(struct rtp_stream *rtps, enum mgcp_verb verb,
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;