Commit 07bfccb2 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 6219915a
Loading
Loading
Loading
Loading
+19 −21
Original line number Diff line number Diff line
@@ -44,20 +44,19 @@ module _3gpp-common-mnsregistry {
    }    
  }

    augment "mnsregist3gpp:MNSRegistry" {
    list MNSInfo {
      description "Represents the MNSInfo IOC.";
      key id;   
  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
    uses top3gpp:Top_Grp;
    container attributes {
       uses MNSInfoGrp;
    }
  }
    }
    
  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
  augment "mnsregist3gpp:MNSRegistry" {
  list MNSInfo {
    description "Represents the MNSInfo IOC.";
    key id;   
    uses top3gpp:Top_Grp;      
    container attributes {
      uses MNSInfoGrp;
@@ -65,7 +64,6 @@ module _3gpp-common-mnsregistry {
  }  
  
  augment "/subnet3gpp:SubNetwork" {
    list MNSRegistry {
    description "Represents the MNSRegistry IOC.";
    key id;   
    uses top3gpp:Top_Grp;      
@@ -73,6 +71,6 @@ module _3gpp-common-mnsregistry {
      uses MNSRegistryGrp;
  }
 }
    }
 }
 
 
}
 No newline at end of file