RFC Errata


Errata Search

 
Source of RFC  
Summary Table Full Records

Found 3 records.

Status: Held for Document Update (2)

RFC 6958, "RTP Control Protocol (RTCP) Extended Report (XR) Block for Burst/Gap Loss Metric Reporting", May 2013

Source of RFC: xrblock (rai)

Errata ID: 4524
Status: Held for Document Update
Type: Technical
Publication Format(s) : TEXT

Reported By: Varun Singh
Date Reported: 2015-11-06
Held for Document Update by: Alissa Cooper
Date Held: 2015-12-07

Section 3.2 says:

  Number of Bursts: 16 bits

    The number of bursts in the period of the report (Interval or
    Cumulative).

    The measured value is an unsigned value.  If the measured value
    exceeds 0xFFFD, the value 0xFFFE MUST be reported to indicate
    an over-range measurement.  If the measurement is unavailable,
    the value 0xFFFF MUST be reported.

It should say:

  Number of Bursts: 12 bits

    The number of bursts in the reporting period (Interval or
    Cumulative).

    The measured value is an unsigned value.  If the measured value
    exceeds 0xFFD, the value 0xFFE MUST be reported to indicate
    an over-range measurement.  If the measurement is unavailable,
    the value 0xFFF MUST be reported.

Notes:

This was discussed on the mailing list after the Prague meeting and agreed at the Yokohama meeting.

Errata ID: 4525
Status: Held for Document Update
Type: Technical
Publication Format(s) : TEXT

Reported By: Varun Singh
Date Reported: 2015-11-06
Held for Document Update by: Alissa Cooper
Date Held: 2015-12-07

Section 3.1 says:

      0               1               2               3               4
      0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |     BT=33     |   Reserved    |      Block length = 4         |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |                       SSRC of Source                          |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |       begin_seq               |          end_seq              |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |  Post-repair loss count       |     Repaired loss count       |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


Block length: 16 bits

      This field is in accordance with the definition in [RFC3611].  In
      this report block, it MUST be set to 4.  The block MUST be
      discarded if the block length is set to a different value.

It should say:

      0               1               2               3               4
      0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |     BT=33     |   Reserved    |      Block length = 3         |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |                       SSRC of Source                          |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |       begin_seq               |          end_seq              |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |  Post-repair loss count       |     Repaired loss count       |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


Block length: 16 bits

      This field is in accordance with the definition in [RFC3611].  In
      this report block, it MUST be set to 3.  The block MUST be
      discarded if the block length is set to a different value.

Notes:

The block length is calculated and indicated incorrectly in two places: the packet format and the definition of the block length.

Status: Rejected (1)

RFC 6958, "RTP Control Protocol (RTCP) Extended Report (XR) Block for Burst/Gap Loss Metric Reporting", May 2013

Source of RFC: xrblock (rai)

Errata ID: 4424
Status: Rejected
Type: Technical
Publication Format(s) : TEXT

Reported By: Varun Singh
Date Reported: 2015-07-21
Rejected by: Alissa Cooper
Date Rejected: 2015-11-05

Section 3.1 says:

      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |            Packets Lost in Bursts             |    Total...   |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      | ...Packets Expected in Bursts |    Number of Bursts   | Sum of|
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |                ...Squares of Burst Durations (ms-squared)     |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

It should say:

      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |            Packets Lost in Bursts             |    Total...   
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
           Packets Expected in Bursts |        Number of Bursts       |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |                Sum of Squares of Burst Durations (ms-squared)  
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
       ...    |                    reserved                           |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Notes:

The packet format on Section 3.1 shows 12 bits, however
section 3.2 defines the "Number of bursts" as a 16-bit field.

Relevant text from Section 3.2 pasted below:

Number of Bursts: 16 bits

The number of bursts in the period of the report (Interval or
Cumulative).

The measured value is an unsigned value. If the measured value
exceeds 0xFFFD, the value 0xFFFE MUST be reported to indicate
an over-range measurement. If the measurement is unavailable,
the value 0xFFFF MUST be reported.
--VERIFIER NOTES--
There is an error in the report. The reporter will report a new corrected errata.

Report New Errata



Advanced Search