Commit ade94717 authored by cintiarosa's avatar cintiarosa Committed by lengyelb
Browse files

correcting linting error _3gpp-engy-nrm-energyinformation.yang

parent 78579169
Loading
Loading
Loading
Loading
Loading
+31 −16
Original line number Diff line number Diff line
@@ -77,17 +77,6 @@ module _3gpp-engy-nrm-energyinformation {
  }
    
  grouping EnergyInfoGroupGrp {
    description "This IOC represents a group of Network Elements, represented
     by ManagedElement IOC and information related to the energy supply modes
     that are used to power them. This information is configured by the 
     operator. Attribute memberDNList can be configured with the DNs of 
     ManagedElement or DNs of SubNetwork. This attribute provides the list 
     of Network Elements in the group, represented using ManagedElement MOIs 
     or represented using SubNetwork MOIs. In the case, memberDNList is 
     configured by DN of SubNetwork, then all the ManagedElement MOIs that
     are name-contained by the SubNetwork MOI are part of the group. Attribute
     energySupplyModeRefList is used to indicate the mode of energy supply 
     for powering the Network Elements of the group.";

    leaf energySupplyModeRefList {
      description "The list of energy supply modes for the Network Elements
@@ -105,10 +94,6 @@ module _3gpp-engy-nrm-energyinformation {
  }
    
  grouping EnergySupplyInfoGrp {
    description "This IOC defines the information related to energy supply
     and the sources used to produce the energy. This information is configured
     by the operator with the information obtained from sources external to 
     3GPP e.g an energy supplier. ";
      
    leaf energySupplyMode {
      description "The mode by which energy is supplied to a Network Element.
@@ -146,6 +131,17 @@ module _3gpp-engy-nrm-energyinformation {
  augment "/subnet3gpp:SubNetwork" {
    if-feature energyinformationUnderSubNetwork;
    list EnergyInfoGroup {
    description "This IOC represents a group of Network Elements, represented
     by ManagedElement IOC and information related to the energy supply modes
     that are used to power them. This information is configured by the 
     operator. Attribute memberDNList can be configured with the DNs of 
     ManagedElement or DNs of SubNetwork. This attribute provides the list 
     of Network Elements in the group, represented using ManagedElement MOIs 
     or represented using SubNetwork MOIs. In the case, memberDNList is 
     configured by DN of SubNetwork, then all the ManagedElement MOIs that
     are name-contained by the SubNetwork MOI are part of the group. Attribute
     energySupplyModeRefList is used to indicate the mode of energy supply 
     for powering the Network Elements of the group.";
      key id;
      uses top3gpp:Top_Grp;
      container attributes {
@@ -153,6 +149,10 @@ module _3gpp-engy-nrm-energyinformation {
      }
    }
    list EnergySupplyInfo {
     description "This IOC defines the information related to energy supply
     and the sources used to produce the energy. This information is configured
     by the operator with the information obtained from sources external to 
     3GPP e.g an energy supplier. ";
     key id;
      uses top3gpp:Top_Grp;
      container attributes {
@@ -164,6 +164,17 @@ module _3gpp-engy-nrm-energyinformation {
  augment "/me3gpp:ManagedElement" {
    if-feature energyinformationUnderManagedElement;
    list EnergyInfoGroup {
    description "This IOC represents a group of Network Elements, represented
     by ManagedElement IOC and information related to the energy supply modes
     that are used to power them. This information is configured by the 
     operator. Attribute memberDNList can be configured with the DNs of 
     ManagedElement or DNs of SubNetwork. This attribute provides the list 
     of Network Elements in the group, represented using ManagedElement MOIs 
     or represented using SubNetwork MOIs. In the case, memberDNList is 
     configured by DN of SubNetwork, then all the ManagedElement MOIs that
     are name-contained by the SubNetwork MOI are part of the group. Attribute
     energySupplyModeRefList is used to indicate the mode of energy supply 
     for powering the Network Elements of the group.";
      key id;
      uses top3gpp:Top_Grp;
      container attributes {
@@ -171,6 +182,10 @@ module _3gpp-engy-nrm-energyinformation {
      }
    }
    list EnergySupplyInfo {
     description "This IOC defines the information related to energy supply
     and the sources used to produce the energy. This information is configured
     by the operator with the information obtained from sources external to 
     3GPP e.g an energy supplier. ";
      key id;
      uses top3gpp:Top_Grp;
      container attributes {