[PATCH] libosmo-netif[master]: osmux: Fix delay between RTP packets

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Apr 24 08:13:16 UTC 2017


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

osmux: Fix delay between RTP packets

AMR frame contains 160 samples at 8000Hz -> 20 ms long

Change-Id: I36dc69f9caf591dd1b578bc914a2ce426c7f2813
---
M src/osmux.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/97/2397/1

diff --git a/src/osmux.c b/src/osmux.c
index 5655269..5511cd4 100644
--- a/src/osmux.c
+++ b/src/osmux.c
@@ -43,7 +43,7 @@
 #endif
 
 /* delta time between two RTP messages */
-#define DELTA_RTP_MSG		16000
+#define DELTA_RTP_MSG		20000
 #define DELTA_RTP_TIMESTAMP	160
 
 static void *osmux_ctx;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I36dc69f9caf591dd1b578bc914a2ce426c7f2813
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list