Re: [core] [Editorial Errata Reported] RFC8428 (6728)

Carsten Bormann <cabo@tzi.org> Mon, 01 November 2021 15:09 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2FFA23A08D6 for <core@ietfa.amsl.com>; Mon, 1 Nov 2021 08:09:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XzvWKBr-Rpus for <core@ietfa.amsl.com>; Mon, 1 Nov 2021 08:09:19 -0700 (PDT)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [134.102.50.15]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 238DB3A1315 for <core@ietf.org>; Mon, 1 Nov 2021 08:09:19 -0700 (PDT)
Received: from [192.168.217.118] (p5089a10c.dip0.t-ipconnect.de [80.137.161.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4HjbzJ0qYFz2xKP; Mon, 1 Nov 2021 16:09:16 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <20211101144028.4B777200CEC@rfc-editor.org>
Date: Mon, 01 Nov 2021 16:09:15 +0100
Cc: veijo.pesonen@nordicsemi.no, fluffy@iii.ca, Zach Shelby <zach.shelby@arm.com>, jari.arkko@piuha.net, Ari Keränen <ari.keranen@ericsson.com>, core@ietf.org
X-Mao-Original-Outgoing-Id: 657472155.278751-6f636e841af27e73e231596cd9feccc3
Content-Transfer-Encoding: quoted-printable
Message-Id: <6A230DD5-7695-4F0A-A7CF-93750E586D08@tzi.org>
References: <20211101144028.4B777200CEC@rfc-editor.org>
To: RFC Errata System <rfc-editor@rfc-editor.org>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/Zlm96CwVRedVdJOg1nlJA70cbA8>
Subject: Re: [core] [Editorial Errata Reported] RFC8428 (6728)
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 01 Nov 2021 15:09:24 -0000

This is a valid stylistic nit, but of no consequence to implementation or interoperability.
Please mark as “editorial”.

Grüße, Carsten


> On 2021-11-01, at 15:40, RFC Errata System <rfc-editor@rfc-editor.org> wrote:
> 
> The following errata report has been submitted for RFC8428,
> "Sensor Measurement Lists (SenML)".
> 
> --------------------------------------
> You may review the report below and at:
> https://www.rfc-editor.org/errata/eid6728
> 
> --------------------------------------
> Type: Editorial
> Reported by: Veijo Pesonen <veijo.pesonen@nordicsemi.no>
> 
> Section: 11
> 
> Original Text
> -------------
> SenML-Pack = [1* record]
> 
>   record = {
>     ? bn => tstr,        ; Base Name
>     ? bt => numeric,     ; Base Time
>     ? bu => tstr,        ; Base Units
>     ? bv => numeric,     ; Base Value
>     ? bs => numeric,     ; Base Sum
>     ? bver => uint,      ; Base Version
>     ? n => tstr,        ; Name
>     ? u => tstr,        ; Units
>     ? s => numeric,     ; Sum
>     ? t => numeric,     ; Time
>     ? ut => numeric,    ; Update Time
>     ? ( v => numeric // ; Numeric Value
>         vs => tstr //   ; String Value
>         vb => bool //   ; Boolean Value
>         vd => binary-value ) ; Data Value
>     * key-value-pair
>   }
> 
> Corrected Text
> --------------
> SenML-Pack = [1* record]
> 
>   record = {
>     ? bn => tstr,        ; Base Name
>     ? bt => numeric,     ; Base Time
>     ? bu => tstr,        ; Base Units
>     ? bv => numeric,     ; Base Value
>     ? bs => numeric,     ; Base Sum
>     ? bver => uint,      ; Base Version
>     ? n => tstr,        ; Name
>     ? u => tstr,        ; Units
>     ? s => numeric,     ; Sum
>     ? t => numeric,     ; Time
>     ? ut => numeric,    ; Update Time
>     ? ( v => numeric // ; Numeric Value
>         vs => tstr //   ; String Value
>         vb => bool //   ; Boolean Value
>         vd => binary-value ), ; Data Value
>     * key-value-pair
>   }
> 
> Notes
> -----
> It would show good style to set the comma even though it's not required.
> 
> Instructions:
> -------------
> This erratum 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  
> can log in to change the status and edit the report, if necessary. 
> 
> --------------------------------------
> RFC8428 (draft-ietf-core-senml-16)
> --------------------------------------
> Title               : Sensor Measurement Lists (SenML)
> Publication Date    : August 2018
> Author(s)           : C. Jennings, Z. Shelby, J. Arkko, A. Keranen, C. Bormann
> Category            : PROPOSED STANDARD
> Source              : Constrained RESTful Environments
> Area                : Applications and Real-Time
> Stream              : IETF
> Verifying Party     : IESG