Loading yang-models/_3gpp-engy-nrm-energyinformation.yang +30 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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 Loading
yang-models/_3gpp-engy-nrm-energyinformation.yang +30 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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