Commit 57c72bda authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent a992bc8a
Loading
Loading
Loading
Loading
+18 −12
Original line number Diff line number Diff line
@@ -56,7 +56,8 @@ module _3gpp-common-mnsregistry {
 
  augment "/mnsregist3gpp:MNSRegistry" {
    list MNSInfo {
    description "Represents the MNSInfo IOC.";
      description "Represents the MNS Registry.";
      reference "3GPP TS 28.622";
      key id;
      uses top3gpp:Top_Grp;
      container attributes {
@@ -67,7 +68,12 @@ module _3gpp-common-mnsregistry {

  augment "/subnet3gpp:SubNetwork" {
    description "Represents the MNS Registry IOC.";
    reference "3GPP TS 28.622";
    key id;
    uses top3gpp:Top_Grp;
    container attributes {
      uses MNSRegistryGrp;
    }
    }

}
 No newline at end of file