Commit d9eb9e20 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent a33c9274
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ module _3gpp-common-mnsregistry {
  revision 2021-08-29 { reference "Initial revision, S5-214388"; }

  grouping MNSInfoGrp {
    description "Represents the MNSInfo IOC.";
    reference "3GPP TS 28.622";
    leaf mnsLabel {
      description "Human-readable name of management service.";
      mandatory true;
@@ -43,7 +45,7 @@ module _3gpp-common-mnsregistry {
  
  }
  
  augment "/subnet3gpp:SubNetwork" {
    augment "mnsregist3gpp:MNSRegistry" {
    list MNSInfo {
      description "Represents the MNSInfo IOC.";
      key id;   
@@ -55,7 +57,7 @@ module _3gpp-common-mnsregistry {

  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.541";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    container attributes {
       uses MNSInfoGrp;