[CCAMP] [ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang] ec76f6: Added support for 3R

italobusi <noreply@github.com> Wed, 16 June 2021 12:45 UTC

Return-Path: <noreply@github.com>
X-Original-To: ccamp@ietfa.amsl.com
Delivered-To: ccamp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 21F0F3A1597 for <ccamp@ietfa.amsl.com>; Wed, 16 Jun 2021 05:45:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.795
X-Spam-Level:
X-Spam-Status: No, score=-2.795 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.698, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
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 0_nlmG6CYQT1 for <ccamp@ietfa.amsl.com>; Wed, 16 Jun 2021 05:45:15 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D46913A1595 for <ccamp@ietf.org>; Wed, 16 Jun 2021 05:45:15 -0700 (PDT)
Received: from github.com (hubbernetes-node-00c5e98.ac4-iad.github.net [10.52.205.82]) by smtp.github.com (Postfix) with ESMTPA id C11E3600DD3 for <ccamp@ietf.org>; Wed, 16 Jun 2021 05:45:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1623847514; bh=jLyIXLoJPlh4rKsAkqYaXyM/4r8RHxPz9UishELwO14=; h=Date:From:To:Subject:From; b=iQRRyg3FufEYpvPiJhtkR4IU8LDzGLoD2SPYHeMaHFnG5uuyt5/xKJOfpIVJx66D+ gIzDXFw/mg9tiHTqAhI8g+u36UGUETmrBPGE9D3LLY///UL5evhWlgPafpS4qBbbNX EIANwrBqCmXAo9TYyXq5ZwyYVHNcIOFkM5JCoxmE=
Date: Wed, 16 Jun 2021 05:45:14 -0700
From: italobusi <noreply@github.com>
To: ccamp@ietf.org
Message-ID: <ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang/push/refs/heads/3r/1c82fe-ec76f6@github.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: ccamp@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/ccamp/SJN7MDn4oZ14APGqfAeVisG9ufA>
Subject: [CCAMP] [ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang] ec76f6: Added support for 3R
X-BeenThere: ccamp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Discussion list for the CCAMP working group <ccamp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ccamp>, <mailto:ccamp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ccamp/>
List-Post: <mailto:ccamp@ietf.org>
List-Help: <mailto:ccamp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ccamp>, <mailto:ccamp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 16 Jun 2021 12:45:20 -0000

  Branch: refs/heads/3r
  Home:   https://github.com/ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang
  Commit: ec76f60333012cc18785a7b0f7a0a50885407cca
      https://github.com/ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang/commit/ec76f60333012cc18785a7b0f7a0a50885407cca
  Author: italobusi <italo.busi@gmail.com>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
    M ietf-optical-impairment-topology.tree
    M ietf-optical-impairment-topology.yang

  Log Message:
  -----------
  Added support for 3R

Added support for 3R:
- list of transponders moved under the node
- the list of transceiversunder the TTPs references the transceivers under the transponder list
- added attribute to describe the 3R capabilities of a transceiver

Co-Authored-By: sergiobelotti <sergio.belotti@nokia.com>