id summary reporter owner description type status priority milestone component version resolution keywords cc backport_to_milestone backported 513 Support for RTCP XR bennylp nanang "Some specs: 1. The following RTCP XR block types shall be supported: - Receiver Reference Time Report Block - DLRR Report Block - Statistics Summary Report Block - VoIP Metrics Report Block 1. XR packet source and destination (source -> destination): - Receiver Reference Time Report Block: RTP receiver -> RTP transmitter - DLRR Report Block: RTP transmitter -> RTP receiver - Statistics Summary Report Block: RTP receiver -> RTP transmitter or network management server - VoIP Metrics Report Block: RTP receiver -> RTP transmitter or network management server 1. In order to reduce XR traffic, Statistics Summary Report Block and VoIP Metrics Report Block shall always be stacked together and sent out in one RTCP XR packet. 1. The period for sending Statistics Summary Report and VoIP Metrics Report shall be configurable. 1. In addition to periodical reports, at the end of a call or PTT, the RTP receiver shall send out one XR packet containing the final Statistics Summary Report and VoIP Metrics Report. 1. In order to allow enough time to measure round trip delay, the sending of Receiver Reference Time Report Block shall be scheduled to occur at least 500 msec before ""each"" periodical sending of Statistics Summary Report and VoIP Metrics Report. 1. The destination where Statistics Summary Report and VoIP Metrics Report are sent shall be configurable: - either the RTP transmitter or network management server. 1. It shall be configurable to use either a fixed assigned number or a randomly generated number for the 32-bit RTP Synchronization Source (SSRC) used to identify each RTP end point. - In a closed system (such as P25 and !OpenSky), it is preferred to assign each device with a unique SSRC (a combination of device type and device ID). The advantages with assigned SSRC are that SSRC alone can be used to identify RTP end points and no two end points will use the same SSRC. - With randomly generated SSRC, network management server will not know the end points of XR reports unless it also receives other info such as RTCP SDES packets. 1. The following fields in the Statistics Summary Report Block shall be supported: - begin_seq - end_seq - lost_packets (in the above sequence number interval) - dup_packets (in the above sequence number interval) - min_jitter (in the above sequence number interval) - max_jitter (in the above sequence number interval) - mean_jitter (in the above sequence number interval) - dev_jitter (in the above sequence number interval) 1. The following fields in the VoIP Metrics Report Block shall be supported: - loss rate (accumulated since the beginning of a call) - discard rate (accumulated since the beginning of a call) - burst density (accumulated since the beginning of a call) - gap density (accumulated since the beginning of a call) - burst duration (accumulated since the beginning of a call) - gap duration (accumulated since the beginning of a call) - round trip delay (the most recently measured) - end system delay (= JB nominal delay + 2 * audio frame size per RTP packet) - Gmin (= 16) - RX config (= PLC + adaptive or fixed jitter buffer) - JB nominal (= initial jitter buffer delay if fixed jitter buffer is used) " enhancement closed normal release-0.9.0 pjmedia trunk fixed Phil Torre