Commit 4eaf42c6 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent df72eb8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ module _3gpp-common-mnsregistry {
    }    
  }

  grouping MNSRegistry {
  grouping MNSRegistryGrp {
    list MNSInfo {
      description "Represents the MNSRegistry IOC.";
      reference "3GPP TS 28.622";
@@ -58,7 +58,7 @@ module _3gpp-common-mnsregistry {
    }
  }
 
  augment "/mnsregist3gpp:MNSRegistry" {
  augment "/mnsregist3gpp:MNSRegistryGrp" {
    description "Represents the MNS Registry.";
    reference "3GPP TS 28.622";
    uses MNSInfoGrp;