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

correcting ioc defintions _3gpp-engy-nrm-energyinformation.yang

parent d3e5f49c
Loading
Loading
Loading
Loading
+30 −2
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ module _3gpp-engy-nrm-energyinformation {
  import _3gpp-common-managed-element { prefix me3gpp; }
  import _3gpp-common-subnetwork { prefix subnet3gpp; }
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-top { prefix top3gpp; }
  
  organization "3gpp SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "This IOC represents the Energy Information NRM.
@@ -143,11 +145,37 @@ module _3gpp-engy-nrm-energyinformation {
   
  augment "/subnet3gpp:SubNetwork" {
    if-feature energyinformationUnderSubNetwork;
    list EnergyInfoGroup {
      key id;
      uses top3gpp:Top_Grp;
      container attributes {
        uses EnergyInfoGroupGrp;
      }
    }
    list EnergySupplyInfo {
      key id;
      uses top3gpp:Top_Grp;
      container attributes {
        uses EnergyInfoGroupGrp;
      }
    }
  }
  
  augment "/me3gpp:ManagedElement" {
    if-feature energyinformationUnderManagedElement;
    list EnergyInfoGroup {
      key id;
      uses top3gpp:Top_Grp;
      container attributes {
        uses EnergyInfoGroupGrp;
      }
    }
    list EnergySupplyInfo {
      key id;
      uses top3gpp:Top_Grp;
      container attributes {
        uses EnergyInfoGroupGrp;
      }
    }
  }
}
 No newline at end of file