Commit 5c1dfb0c authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent c0ad76e7
Loading
Loading
Loading
Loading
+18 −12
Original line number Diff line number Diff line
@@ -65,7 +65,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 {
@@ -76,7 +77,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