Commit 1fa88250 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 51326820
Loading
Loading
Loading
Loading
+5 −19
Original line number Diff line number Diff line
@@ -45,33 +45,19 @@ module _3gpp-common-mnsregistry {
    }    
  }

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

  augment "/subnet3gpp:SubNetwork" {
    uses MNSRegistryGrp;
    uses MNSRegistry;
  }

}
 No newline at end of file