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

Update _3gpp-common-mnsregistry.yang

parent de5f2bb6
Loading
Loading
Loading
Loading
+9 −17
Original line number Diff line number Diff line
@@ -46,27 +46,19 @@ module _3gpp-common-mnsregistry {
    }    
  }

  grouping MNSRegistryGrp {
  grouping MNSRegistry {
    list MNSInfo {
      description "Represents the MNSRegistry IOC.";
      reference "3GPP TS 28.622";
      key id;
      uses top3gpp:Top_Grp;
  }
  
  grouping MNSRegistry {
    list mnsRegistry {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    key "mnsType mnsVersion mnsAddress";
      container attributes {
        uses MNSInfoGrp;
      }
    }
  }
 
  augment "/mnsregist3gpp:MNSRegistryGrp" {
  augment "/mnsregist3gpp:MNSRegistry" {
    description "Represents the MNS Registry.";
    reference "3GPP TS 28.622";
    uses MNSInfoGrp;