osmo-msc/openbsc/src/libmgcp
Jacob Erlbeck 4bbddc6de9 mgcp/rtp: Only patch timestamp alignment errors
Currently, all timestamps are force to SeqNo*d + C which is more than
required by the nanoBTS which seems to be sensitive to alignment
errors only (dTS != k*d, d = ptime * rate = 160).

This patch replaces the force_constant_timing feature by a
force_aligned_timing feature. The timestamp offset will only be
changed (and timestamp errors counted) when the alignment does not
match to the raster based on ptime (default 20ms).

The VTY interface does not change.

Sponsored-by: On-Waves ehf
2013-12-19 11:56:11 +01:00
..
Makefile.am Makefile.am: Use AM_CPPFLAGS 2013-06-12 09:16:27 +02:00
mgcp_network.c mgcp/rtp: Only patch timestamp alignment errors 2013-12-19 11:56:11 +01:00
mgcp_protocol.c mgcp/rtp: Only patch timestamp alignment errors 2013-12-19 11:56:11 +01:00
mgcp_vty.c mgcp/rtp: Only patch timestamp alignment errors 2013-12-19 11:56:11 +01:00