Change in libosmo-abis[master]: osmo_ortp: Fix seqno reset to 0 upon ssrc_changed

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Jul 20 12:42:05 UTC 2021


pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/24966 )

Change subject: osmo_ortp: Fix seqno reset to 0 upon ssrc_changed
......................................................................


Patch Set 1:

I don't think we really need to call rtp_session_reset(9 there, but in case we did for some reason, an alternate fix would be something like:

"""
	uint16_t seqno = rtp_session_get_seq_number(rs);
	rtp_session_reset(rs);
	rtp_session_set_seq_number(rs, seqno);
"""


-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/24966
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ic6006b4991c85413b009b70f8f3a6f97c41990ec
Gerrit-Change-Number: 24966
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Comment-Date: Tue, 20 Jul 2021 12:42:05 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210720/4f81b25a/attachment.htm>


More information about the gerrit-log mailing list