aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager-onf/provider/src/main/yang/onf-ethernet-conditional-packages@2017-04-02.yang
diff options
context:
space:
mode:
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2021-04-19 12:46:16 +0200
committerMichael DÜrre <michael.duerre@highstreet-technologies.com>2021-04-20 08:01:27 +0200
commit05fe114a5969727c32cd9f1051cd7b9fde0344d5 (patch)
tree4cb505cd98ddb5b9c6f188f9febe93b07cf743db /sdnr/wt/devicemanager-onf/provider/src/main/yang/onf-ethernet-conditional-packages@2017-04-02.yang
parent6ae7e8a1bae83d407b22d8b066dd0bcca730e1bb (diff)
Reorganization of devicemanager directory structure
Organized into core, onap and o-ran-sc directories Issue-ID: CCSDK-3242 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I3c23710f990a2d96ba01104c97315fc8c6b1921b Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/devicemanager-onf/provider/src/main/yang/onf-ethernet-conditional-packages@2017-04-02.yang')
-rw-r--r--sdnr/wt/devicemanager-onf/provider/src/main/yang/onf-ethernet-conditional-packages@2017-04-02.yang88
1 files changed, 0 insertions, 88 deletions
diff --git a/sdnr/wt/devicemanager-onf/provider/src/main/yang/onf-ethernet-conditional-packages@2017-04-02.yang b/sdnr/wt/devicemanager-onf/provider/src/main/yang/onf-ethernet-conditional-packages@2017-04-02.yang
deleted file mode 100644
index 4d6fb7c25..000000000
--- a/sdnr/wt/devicemanager-onf/provider/src/main/yang/onf-ethernet-conditional-packages@2017-04-02.yang
+++ /dev/null
@@ -1,88 +0,0 @@
-module onf-ethernet-conditional-packages {
- namespace "urn:onf:params:xml:ns:yang:onf-ethernet-conditional-packages";
- prefix onf-ethernet-conditional-packages;
- import core-model {
- prefix core-model;
- }
- organization "ONF (Open Networking Foundation) Open Transport Working Group - Wireless Transport Project";
- contact "WG Web: <https://www.opennetworking.org/technical-communities/areas/specification/1931-optical-transport>
- WG List: <mailto:wireless-transport@login.opennetworking.org>
- WG Chair: Lyndon Ong
- <mailto:lyong@ciena.com>
- WG Chair: Giorgio Cazzaniga
- <mailto:giorgio.cazzaniga@sm-optics.com>
- Editors: Thorsten Heinze
- <mailto:thorsten.heinze@telefonica.com>
- Martin Skorupski
- <mailto:martin.skorupski@highstreet-technologies.com>";
- description "This model adds conditional packages to the ONF CoreModel in order address Ethernet use cases.";
- revision 2017-04-02 {
- description "Initial version";
- reference "ONF TR 532: A YANG Data Model for Wireless Networks.";
- }
- /***********************
- * package object-classes
- **********************/
- list ethernet-pac {
- key 'layer-protocol';
- leaf layer-protocol {
- type leafref {
- path '/core-model:network-element/core-model:ltp/core-model:lp/core-model:uuid';
- }
- description "none";
- }
- container ethernet-capability {
- config false;
- uses ethernet-capability-g;
- description "none";
- }
- container ethernet-configuration {
- uses ethernet-configuration-g;
- description "none";
- }
- container ethernet-status {
- config false;
- uses ethernet-status-g;
- description "none";
- }
- container ethernet-current-problems {
- config false;
- uses ethernet-current-problems-g;
- description "none";
- }
- container ethernet-current-performance {
- config false;
- uses ethernet-current-performance-g;
- description "none";
- }
- container ethernet-historical-performances {
- config false;
- uses ethernet-historical-performances-g;
- description "none";
- }
- description "none";
- }
- grouping ethernet-capability-g {
- description "none";
- }
- grouping ethernet-configuration-g {
- leaf vlan-id {
- type int16;
- description "value = 0: frames on ingress must be untagged, frames on egress get untagged; value = any other positive integer < 4096: frames on ingress must be tagged with this VLAN ID, frames on egress either already have or get this VLAN ID attached;";
- }
- description "none";
- }
- grouping ethernet-status-g {
- description "none";
- }
- grouping ethernet-current-problems-g {
- description "none";
- }
- grouping ethernet-current-performance-g {
- description "none";
- }
- grouping ethernet-historical-performances-g {
- description "none";
- }
-
-}