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

Update _3gpp-common-mnsregistry.yang

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

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