Commit 8c02491a authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent aa535cf4
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -54,29 +54,12 @@ module _3gpp-common-mnsregistry {
    }
  }
  
  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
  }
  
  grouping MNSRegistry {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    container attributes {
      uses MNSRegistryGrp;
    }
  }
  
  
  augment "/mnsregist3gpp:MNSRegistry" {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    list MNSInfo {
      uses MNSInfo;
      key "mnsType mnsVersion mnsAddress";
    }
  }