osmo-msc/openbsc/src/osmo-bsc_mgcp
Holger Hans Peter Freyther 30690adbc8 mgcp: Calculate the jitter with the formula/code from the appendix
Use a usec timestamp for the local time. The seconds to usec will
swap over to the lower bits but this appears to be correct. The
CLOCK_MONOTONIC is used to fulfill the RFC 3550 requirement even
if it is a bit slower than the gettimeofday.

Make sure to initialize transit in a way that the first transit
time will be 0. Otherwise the jitter will contain the difference
of the localtime and the remote time.
2012-11-12 10:45:03 +01:00
..
Makefile.am mgcp: Calculate the jitter with the formula/code from the appendix 2012-11-12 10:45:03 +01:00
mgcp_main.c mgcp: Add the disable color option to the mgcp binary 2012-09-20 16:06:56 +02:00