[CCAMP] [ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang] ea39bc: Updated YANG model

italobusi <noreply@github.com> Wed, 02 March 2022 17:49 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 368033A09D2 for <ccamp@ietfa.amsl.com>; Wed, 2 Mar 2022 09:49:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.111
X-Spam-Level:
X-Spam-Status: No, score=-7.111 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, 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 lIM-7YNBiYde for <ccamp@ietfa.amsl.com>; Wed, 2 Mar 2022 09:49:54 -0800 (PST)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C30B03A0983 for <ccamp@ietf.org>; Wed, 2 Mar 2022 09:49:54 -0800 (PST)
Received: from github.com (hubbernetes-node-13db3c3.ash1-iad.github.net [10.56.201.93]) by smtp.github.com (Postfix) with ESMTPA id AF21C840BFD for <ccamp@ietf.org>; Wed, 2 Mar 2022 09:49:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1646243393; bh=Fr+SgrsPVhIQ5wEACyDmciQ5vT7VkImKVYsKv8iUc4s=; h=Date:From:To:Subject:From; b=UqoB0xvSYvin+qaf6hlKq6x06d4HEy6aSkPTErxgWG4GTlgJJam1wTPoFJBAtAoh/ jGXj6xOwxVH0xMu0vuUcymRTpwYzmTf5abgEU4LZNcJVGmUxjnUYxP2OlHjolFqpyM SfmADfnTGwbM8lQFNf9DvQfLpOYhF5a1HFhyVy+Q=
Date: Wed, 02 Mar 2022 09:49:53 -0800
From: italobusi <noreply@github.com>
To: ccamp@ietf.org
Message-ID: <ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang/push/refs/heads/IETF-113/a04621-ea39bc@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/ImO_U53YMlwq4pwdzrdMfKzSX9w>
Subject: [CCAMP] [ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang] ea39bc: Updated YANG model
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, 02 Mar 2022 17:50:00 -0000

  Branch: refs/heads/IETF-113
  Home:   https://github.com/ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang
  Commit: ea39bc7145e40ba9903de05186f26128bbf0de51
      https://github.com/ietf-ccamp-wg/draft-ietf-ccamp-optical-impairment-topology-yang/commit/ea39bc7145e40ba9903de05186f26128bbf0de51
  Author: italobusi <italo.busi@gmail.com>
  Date:   2022-03-02 (Wed, 02 Mar 2022)

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

  Log Message:
  -----------
  Updated YANG model

Fix #85
- added total-output-power to the amplifier-params grouping
Fix #99 :
- Updated types with union with type empty when applicable
Fix #100
- via PR https://github.com/ietf-ccamp-wg/ietf-ccamp-layer0-types-ext/pull/36
Fix #102 :
- added raman-direction to the amplifier-params grouping
- added raman-pump list to the amplifier-params grouping

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