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

Update _3gpp-common-mnsregistry.yang

parent a1573793
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ module _3gpp-common-mnsregistry {
    }    
  }

  grouping MNSRegistryGrp {
  grouping MNSInfo {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    key id;
@@ -55,6 +55,17 @@ module _3gpp-common-mnsregistry {
    }
  }
  
  grouping MNSRegistryGrp {
    list MNSInfo {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    container attributes {
      uses MNSInfo;
    }
    }
  }
 
  augment "/mnsregist3gpp:MNSRegistryGrp" {
    uses MNSInfoGrp;
  }