Re: [rohc] [Technical Errata Reported] RFC5225 (3248)

RoHC Team <rohc_team@dialine.fr> Sun, 29 July 2012 09:08 UTC

Return-Path: <rohc_team@dialine.fr>
X-Original-To: rohc@ietfa.amsl.com
Delivered-To: rohc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 63E4021F866D for <rohc@ietfa.amsl.com>; Sun, 29 Jul 2012 02:08:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.048
X-Spam-Level:
X-Spam-Status: No, score=-1.048 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FH_RELAY_NODNS=1.451, RDNS_NONE=0.1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IOpiVWjrWSjA for <rohc@ietfa.amsl.com>; Sun, 29 Jul 2012 02:08:31 -0700 (PDT)
Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) by ietfa.amsl.com (Postfix) with ESMTP id 9660A21F8646 for <rohc@ietf.org>; Sun, 29 Jul 2012 02:08:29 -0700 (PDT)
Received: from [127.0.0.1] (unknown [88.185.172.218]) by smtp6-g21.free.fr (Postfix) with ESMTP id 00AFC82252; Sun, 29 Jul 2012 11:08:20 +0200 (CEST)
Message-ID: <5014FD85.5000803@dialine.fr>
Date: Sun, 29 Jul 2012 11:08:21 +0200
From: RoHC Team <rohc_team@dialine.fr>
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0
MIME-Version: 1.0
To: Wesley Eddy <wes@mti-systems.com>
References: <20120607141450.A242CB1E002@rfc-editor.org> <50147109.2060804@mti-systems.com>
In-Reply-To: <50147109.2060804@mti-systems.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 8bit
X-Antivirus: avast! (VPS 120729-0, 29/07/2012), Outbound message
X-Antivirus-Status: Clean
Cc: rohc@ietf.org, ghyslain.pelletier@ericsson.com, kristofer.sandlund@ericsson.com, martin.stiemerling@neclab.eu, rohc_team@dialine.fr, RFC Errata System <rfc-editor@rfc-editor.org>
Subject: Re: [rohc] [Technical Errata Reported] RFC5225 (3248)
X-BeenThere: rohc@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: rohc_team@dialine.fr
List-Id: Robust Header Compression <rohc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rohc>, <mailto:rohc-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rohc>
List-Post: <mailto:rohc@ietf.org>
List-Help: <mailto:rohc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rohc>, <mailto:rohc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 29 Jul 2012 09:08:32 -0000

  Hello,

  Thank you for your post.

  Best regards,

              FWX.

Le 29/07/2012 01:08, Wesley Eddy a écrit :
> This errata looks correct to me; if nobody objects, I'll mark it
> as "Verified" in the errata tool later this week.
>
>
> On 6/7/2012 10:14 AM, RFC Errata System wrote:
>>
>> The following errata report has been submitted for RFC5225,
>> "RObust Header Compression Version 2 (ROHCv2): Profiles for RTP, UDP, IP, ESP and UDP-Lite".
>>
>> --------------------------------------
>> You may review the report below and at:
>> http://www.rfc-editor.org/errata_search.php?rfc=5225&eid=3248
>>
>> --------------------------------------
>> Type: Technical
>> Reported by: FWX <rohc_team@dialine.fr>
>>
>> Section: 6.8.2.4
>>
>> Original Text
>> -------------
>> page 67:
>>
>>    COMPRESSED udp_lite_endpoint_dynamic {
>>      ENFORCE(profile_value == PROFILE_UDPLITE_0108);
>>      reserved =:= compressed_value(4, 0)                      [  4 ];
>>      coverage_behavior =:= irregular(2)                       [  2 ];
>>      reorder_ratio     =:= irregular(2)                       [  2 ];
>>      checksum_coverage =:=
>>        checksum_coverage_dynchain(coverage_behavior.UVALUE)   [ 16 ];
>>      checksum          =:= irregular(16)                      [ 16 ];
>>      msn               =:= irregular(16)                      [ 16 ];
>>    }
>>
>> page 68:
>>
>>    COMPRESSED udp_lite_regular_dynamic {
>>      ENFORCE(profile_value == PROFILE_RTP_0107);
>>      coverage_behavior =:= irregular(2)                       [  2 ];
>>      reserved =:= compressed_value(6, 0)                      [  6 ];
>>      checksum_coverage =:=
>>          checksum_coverage_dynchain(coverage_behavior.UVALUE) [ 16 ];
>>      checksum =:= irregular(16)                               [ 16 ];
>>    }
>>
>>
>> Corrected Text
>> --------------
>> page 67:
>>
>>    COMPRESSED udp_lite_endpoint_dynamic {
>>      ENFORCE(profile_value == PROFILE_UDPLITE_0108);
>>      reserved =:= compressed_value(4, 0)                      [  4 ];
>>      coverage_behavior =:= irregular(2)                       [  2 ];
>>      reorder_ratio     =:= irregular(2)                       [  2 ];
>>      checksum_coverage =:=
>>        checksum_coverage_dynchain(coverage_behavior.UVALUE)   [ 0, 16 ];  <===
>>      checksum          =:= irregular(16)                      [ 16 ];
>>      msn               =:= irregular(16)                      [ 16 ];
>>    }
>>
>> page 68:
>>
>>    COMPRESSED udp_lite_regular_dynamic {
>>      ENFORCE(profile_value == PROFILE_RTP_0107);
>>      coverage_behavior =:= irregular(2)                       [  2 ];
>>      reserved =:= compressed_value(6, 0)                      [  6 ];
>>      checksum_coverage =:=
>>          checksum_coverage_dynchain(coverage_behavior.UVALUE) [ 0, 16 ];  <====
>>      checksum =:= irregular(16)                               [ 16 ];
>>    }
>>
>>
>> Notes
>> -----
>> checksum_coverage_dynchain(behavior) compression method (page 66) may compress the checksum_coverage field to 0 bits if behavior is set to UDP_LITE_COVERAGE_INFERRED.
>>
>> Instructions:
>> -------------
>> This errata is currently posted as "Reported". If necessary, please
>> use "Reply All" to discuss whether it should be verified or
>> rejected. When a decision is reached, the verifying party (IESG)
>> can log in to change the status and edit the report, if necessary.
>>
>> --------------------------------------
>> RFC5225 (draft-ietf-rohc-rfc3095bis-rohcv2-profiles-06)
>> --------------------------------------
>> Title               : RObust Header Compression Version 2 (ROHCv2): Profiles for RTP, UDP, IP, ESP and UDP-Lite
>> Publication Date    : April 2008
>> Author(s)           : G. Pelletier, K. Sandlund
>> Category            : PROPOSED STANDARD
>> Source              : Robust Header Compression
>> Area                : Transport
>> Stream              : IETF
>> Verifying Party     : IESG
>> _______________________________________________
>> Rohc mailing list
>> Rohc@ietf.org
>> https://www.ietf.org/mailman/listinfo/rohc
>>
>>
>
>