migrate sdnr features to phosphorus
[ccsdk/features.git] / sdnr / wt / devicemanager-onap / onf14 / provider / src / test / resources / mac-fc-1-0.yang
diff --git a/sdnr/wt/devicemanager-onap/onf14/provider/src/test/resources/mac-fc-1-0.yang b/sdnr/wt/devicemanager-onap/onf14/provider/src/test/resources/mac-fc-1-0.yang
new file mode 100644 (file)
index 0000000..cbe692c
--- /dev/null
@@ -0,0 +1,569 @@
+module mac-fc-1-0 {\r
+  yang-version 1.1;\r
+  namespace "urn:onf:yang:mac-fc-1-0";\r
+  prefix mac-fc;\r
+\r
+  import ietf-yang-types {\r
+    prefix yang;\r
+  }\r
+  import core-model-1-4 {\r
+    prefix core-model;\r
+  }\r
+\r
+  organization\r
+    "openBackhaul.com proposal to Open Networking Foundation (ONF)";\r
+  contact\r
+    "WG Web : https://github.com/openBackhaul/Overview\r
+     WG List: MacFc@openBackhaul.com\r
+     Editor : Thorsten Heinze\r
+     Email  : Thorsten.Heinze@openBackhaul.com";\r
+  description\r
+    "Technology specific amendment to the ForwardingConstruct class for documenting entries in the MAC forwarding table according to IEEE 802.1 .\r
+\r
+     Copyright 2019 openBackhaul.com\r
+\r
+     Licensed under the Apache License, Version 2.0 (the 'License');\r
+     you may not use this file except in compliance with the License.\r
+     You may obtain a copy of the License at\r
+     http://www.apache.org/licenses/LICENSE-2.0\r
+     Unless required by applicable law or agreed to in writing, software\r
+     distributed under the License is distributed on an 'AS IS' BASIS,\r
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+     See the License for the specific language governing permissions and\r
+     limitations under the License.";\r
+\r
+  revision 2020-08-26 {\r
+    description\r
+      "Model for the Transport SDN Pilot at Telefonica Germany\r
+       Please view https://github.com/openBackhaul/macFc/issues for changes.";\r
+    reference\r
+      "https://github.com/openBackhaul/macFc/tree/tsp: Model definition\r
+       https://github.com/openBackhaul/onfCoreIm/tree/tsp: ONF TR-512 Core IM incl. Profile and enhanced Equipment definition";\r
+  }\r
+\r
+  identity LAYER_PROTOCOL_NAME_TYPE_MAC_LAYER {\r
+    base core-model:LAYER_PROTOCOL_NAME_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  augment "/core-model:control-construct/core-model:forwarding-domain/core-model:fc" {\r
+    when "derived-from-or-self(./core-model:layer-protocol-name, 'mac-fc:LAYER_PROTOCOL_NAME_TYPE_MAC_LAYER')";\r
+    uses mac-fc-spec;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  /****************************************\r
+   * package notifications\r
+   **************************************/ \r
+\r
+  notification object-creation-notification {\r
+    uses object-creation-notification;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping object-creation-notification {\r
+    leaf counter {\r
+      type int32;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Counts object creation notifications.";\r
+    }\r
+    leaf timestamp {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf object-id-ref {\r
+      type leafref {\r
+        path "/core-model:control-construct/core-model:forwarding-domain/core-model:fc/core-model:uuid";\r
+        require-instance false;\r
+      }\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf object-type {\r
+      type string;\r
+      default "Type of created object not specified.";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  notification object-deletion-notification {\r
+    uses object-deletion-notification;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping object-deletion-notification {\r
+    leaf counter {\r
+      type int32;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Counts object deletion notifications.";\r
+    }\r
+    leaf timestamp {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf object-id-ref {\r
+      type leafref {\r
+        path "/core-model:control-construct/core-model:forwarding-domain/core-model:fc/core-model:uuid";\r
+        require-instance false;\r
+      }\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  notification attribute-value-changed-notification {\r
+    uses attribute-value-changed-notification;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping attribute-value-changed-notification {\r
+    leaf counter {\r
+      type int32;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Counts attribute value changed notifications.";\r
+    }\r
+    leaf timestamp {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf object-id-ref {\r
+      type leafref {\r
+        path "/core-model:control-construct/core-model:forwarding-domain/core-model:fc/core-model:uuid";\r
+        require-instance false;\r
+      }\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf attribute-name {\r
+      type string;\r
+      default "Attribute name not specified.";\r
+      config false;\r
+      description\r
+        "Name of the attribute that has been changed.";\r
+    }\r
+    leaf new-value {\r
+      type string;\r
+      default "New value not specified.";\r
+      config false;\r
+      description\r
+        "Attribute value converted to a string (xml, json, ...)";\r
+    }\r
+    description\r
+      "To be sent when an attribute has changed and one or more controllers have to update their data.";\r
+  }\r
+\r
+  notification problem-notification {\r
+    uses problem-notification;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping problem-notification {\r
+    leaf counter {\r
+      type int32;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Counts problem notifications";\r
+    }\r
+    leaf timestamp {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf object-id-ref {\r
+      type leafref {\r
+        path "/core-model:control-construct/core-model:forwarding-domain/core-model:fc/core-model:uuid";\r
+        require-instance false;\r
+      }\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf problem {\r
+      type string;\r
+      default "Problem name not specified.";\r
+      config false;\r
+      description\r
+        "Name of the problem according to *Capability::supportedAlarmList";\r
+    }\r
+    leaf severity {\r
+      type severity-type;\r
+      default "SEVERITY_TYPE_WARNING";\r
+      config false;\r
+      description\r
+        "Severity of the problem according to *Configuration::problemSeverityList";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  /****************************************\r
+   * grouping statements for object classes\r
+   **************************************/ \r
+  /****************************************\r
+   * package super-classes\r
+   **************************************/ \r
+\r
+  grouping current-problem {\r
+    leaf sequence-number {\r
+      type int16;\r
+      config false;\r
+      description\r
+        "Unique sequence number of the current problem object.";\r
+    }\r
+    leaf timestamp {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "none";\r
+    }\r
+    leaf problem-severity {\r
+      type severity-type;\r
+      default "SEVERITY_TYPE_NOT_YET_DEFINED";\r
+      config false;\r
+      description\r
+        "Severity of the alarm.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping mac-fc-spec {\r
+    container mac-fc-pac {\r
+      uses mac-fc-pac;\r
+      description\r
+        "none";\r
+    }\r
+    description\r
+      "Represents an entry into the MAC forwarding table. Name in ieee802-dot1q-bridge.yang: filtering-entry.";\r
+  }\r
+\r
+  grouping mac-fc-pac {\r
+    container mac-fc-capability {\r
+      config false;\r
+      uses mac-fc-capability;\r
+      description\r
+        "none";\r
+    }\r
+    container mac-fc-configuration {\r
+      uses mac-fc-configuration;\r
+      description\r
+        "none";\r
+    }\r
+    container mac-fc-status {\r
+      config false;\r
+      uses mac-fc-status;\r
+      description\r
+        "none";\r
+    }\r
+    container mac-fc-current-problems {\r
+      config false;\r
+      uses mac-fc-current-problems;\r
+      description\r
+        "none";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping mac-fc-capability {\r
+    leaf admin-shut-down-is-avail {\r
+      type boolean;\r
+      default "false";\r
+      config false;\r
+      description\r
+        "true = Manual switching on and off of the forwarding construct without deleting it (underlying OSI network layers are also not affected) is available.";\r
+    }\r
+    leaf-list supported-alarm-list {\r
+      type string;\r
+      default "Supported Alarms not yet defined.";\r
+      config false;\r
+      description\r
+        "Available alarms to be listed.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping mac-fc-configuration {\r
+    leaf fc-name {\r
+      type string;\r
+      default "FC name not yet defined.";\r
+      description\r
+        "Name of the ForwardingConstruct. Free text field to be filled by the operator.";\r
+    }\r
+    leaf fc-is-on {\r
+      type boolean;\r
+      default "false";\r
+      description\r
+        "Only effective if (adminShutDownIsAvail==true). true = Activation of the forwarding of frames. false = De-activation of the ForwardingConstruct without deleting it (underlying OSI network layers are not affected).";\r
+    }\r
+    leaf database-id {\r
+      type int32;\r
+      default "-1";\r
+      description\r
+        "The identity of the Filtering Database. Name in ieee802-dot1q-bridge.yang: database-id.";\r
+    }\r
+    leaf mac-address {\r
+      type string;\r
+      default "00:00:00:00:00:00";\r
+      description\r
+        "Configuration of a MAC address (unicast, multicast, broadcast), for which the device has forwarding and/or filtering information.";\r
+    }\r
+    leaf entry-kind {\r
+      type entry-kind-type;\r
+      default "ENTRY_KIND_TYPE_NOT_YET_DEFINED";\r
+      description\r
+        "The type of filtering entry. Whether static or dynamic. Static entries can be created, deleted, and retrieved. However, dynamic entries can only be deleted or retrieved by the management entity. Consequently, a Bridge is not required to accept a command that can alter the dynamic entries except delete a dynamic entry. Name in ieee802-dot1q-bridge.yang: entry-type.";\r
+    }\r
+    list problem-kind-severity-list {\r
+      key "problem-kind-name";\r
+      uses problem-kind-severity-type;\r
+      description\r
+        "Severity of the problem to be configured.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping mac-fc-status {\r
+    leaf fc-status {\r
+      type fc-status-type;\r
+      default "FC_STATUS_TYPE_NOT_YET_DEFINED";\r
+      config false;\r
+      description\r
+        "The status of this entry. Name in ieee802-dot1q-bridge.yang: status.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping mac-fc-current-problems {\r
+    list current-problem-list {\r
+      key "sequence-number";\r
+      config false;\r
+      uses mac-fc-current-problem-type;\r
+      description\r
+        "none";\r
+    }\r
+    leaf number-of-current-problems {\r
+      type int8;\r
+      default "-1";\r
+      config false;\r
+      description\r
+        "Number of alarms, which are currently active on this interface.";\r
+    }\r
+    leaf time-of-latest-change {\r
+      type yang:date-and-time;\r
+      default "2010-11-20T14:00:00+01:00";\r
+      config false;\r
+      description\r
+        "Date and time when the list of alarms has been changed for the last time.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  /****************************************\r
+   * typedef statements\r
+   **************************************/ \r
+\r
+  typedef entry-kind-type {\r
+    type identityref {\r
+      base ENTRY_KIND_TYPE;\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  typedef fc-status-type {\r
+    type identityref {\r
+      base FC_STATUS_TYPE;\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  /*********************************************\r
+   * grouping statements for complex data types\r
+   *******************************************/ \r
+\r
+  identity ENTRY_KIND_TYPE {\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity ENTRY_KIND_TYPE_STATIC {\r
+    base ENTRY_KIND_TYPE;\r
+    description\r
+      "Static entries can be created, deleted, and retrieved. Name in ieee802-dot1q-bridge.yang: static.";\r
+  }\r
+\r
+  identity ENTRY_KIND_TYPE_DYNAMIC {\r
+    base ENTRY_KIND_TYPE;\r
+    description\r
+      "Dynamic/learnt entries can only be deleted or retrieved. Name in ieee802-dot1q-bridge.yang: dynamic.";\r
+  }\r
+\r
+  identity ENTRY_KIND_TYPE_NOT_YET_DEFINED {\r
+    base ENTRY_KIND_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity FC_STATUS_TYPE {\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity FC_STATUS_TYPE_OTHER {\r
+    base FC_STATUS_TYPE;\r
+    description\r
+      "None of the following. This may include the case where some other object is being used to determine if and how frames addressed to the value of the corresponding instance of 'address' are being forwarded. Name in ieee802-dot1q-bridge.yang: other.";\r
+  }\r
+\r
+  identity FC_STATUS_TYPE_INVALID {\r
+    base FC_STATUS_TYPE;\r
+    description\r
+      "This entry is no longer valid (e.g., it was learned but has since aged out), but has not yet been flushed from the table. Name in ieee802-dot1q-bridge.yang: invalid.";\r
+  }\r
+\r
+  identity FC_STATUS_TYPE_LEARNED {\r
+    base FC_STATUS_TYPE;\r
+    description\r
+      "The value of the corresponding instance of the port node was learned and is being used. Name in ieee802-dot1q-bridge.yang: learned.";\r
+  }\r
+\r
+  identity FC_STATUS_TYPE_SELF {\r
+    base FC_STATUS_TYPE;\r
+    description\r
+      "The value of the corresponding instance of the address node representing one of the devices address. Name in ieee802-dot1q-bridge.yang: self.";\r
+  }\r
+\r
+  identity FC_STATUS_TYPE_MANAGEMENT {\r
+    base FC_STATUS_TYPE;\r
+    description\r
+      "The value of the corresponding instance of address node that is also the value of an existing instance. Name in ieee802-dot1q-bridge.yang: mgmt.";\r
+  }\r
+\r
+  identity FC_STATUS_TYPE_NOT_YET_DEFINED {\r
+    base FC_STATUS_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE {\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_NON_ALARMED {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_WARNING {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_MINOR {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_MAJOR {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_CRITICAL {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  identity SEVERITY_TYPE_NOT_YET_DEFINED {\r
+    base SEVERITY_TYPE;\r
+    description\r
+      "none";\r
+  }\r
+\r
+  /****************************************\r
+   * package super-types\r
+   **************************************/ \r
+\r
+  typedef severity-type {\r
+    type identityref {\r
+      base SEVERITY_TYPE;\r
+    }\r
+    description\r
+      "According to ITU-T M.3160";\r
+  }\r
+\r
+  grouping problem-kind-severity-type {\r
+    leaf problem-kind-name {\r
+      type string;\r
+      description\r
+        "Name of the alarm according to supportedAlarmList";\r
+    }\r
+    leaf problem-kind-severity {\r
+      type severity-type;\r
+      default "SEVERITY_TYPE_NOT_YET_DEFINED";\r
+      description\r
+        "Severity of this type of alarm.";\r
+    }\r
+    description\r
+      "none";\r
+  }\r
+\r
+  grouping mac-fc-current-problem-type {\r
+    leaf problem-name {\r
+      type string;\r
+      default "Problem name not specified.";\r
+      config false;\r
+      description\r
+        "Name of the alarm according to *Capability::supportedAlarmList.";\r
+    }\r
+    uses current-problem;\r
+    description\r
+      "none";\r
+  }\r
+}\r