[PATCH] osmo-ttcn3-hacks[master]: RTP_Emulation: Fix encoding of timestamp; int2bit counts in ...

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Dec 24 23:01:17 UTC 2017


Review at  https://gerrit.osmocom.org/5563

RTP_Emulation: Fix encoding of timestamp; int2bit counts in bits!

Change-Id: I8e8b8faff362536c46b188eb9bbb77bf0ceb866d
---
M library/RTP_Emulation.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/63/5563/1

diff --git a/library/RTP_Emulation.ttcn b/library/RTP_Emulation.ttcn
index b8b1dbe..e4a3029 100644
--- a/library/RTP_Emulation.ttcn
+++ b/library/RTP_Emulation.ttcn
@@ -76,7 +76,7 @@
 	marker_bit := marker,
 	payload_type := pt,
 	sequence_number := seq,
-	time_stamp := int2bit(ts, 4),
+	time_stamp := int2bit(ts, 32),
 	SSRC_id := ssrc,
 	CSRCs := omit,
 	ext_header := omit,

-- 
To view, visit https://gerrit.osmocom.org/5563
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8e8b8faff362536c46b188eb9bbb77bf0ceb866d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list