Commit 7ba819e7 authored by scottma's avatar scottma Committed by sunse
Browse files

Update _3gpp-common-mnsregistry.yang

parent 65aaf969
Loading
Loading
Loading
Loading
+21 −25
Original line number Diff line number Diff line
@@ -45,18 +45,6 @@ module _3gpp-common-mnsregistry {
    }    
  }


    augment "mnsregist3gpp:MNSRegistry" {
    list MNSInfo {
      description "Represents the MNSInfo IOC.";
      key id;   
      uses top3gpp:Top_Grp;      
      container attributes {
        uses MNSInfoGrp;
      }
    }  
    }

  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.622";
@@ -73,11 +61,18 @@ module _3gpp-common-mnsregistry {
      uses MNSInfoGrp;
    }
  }
    
  augment "mnsregist3gpp:MNSRegistry" {
  list MNSInfo {
    description "Represents the MNSInfo IOC.";
    key id;   
    uses top3gpp:Top_Grp;      
    container attributes {
      uses MNSInfoGrp;
    }
  }  
  
  augment "/subnet3gpp:SubNetwork" {
    list MNSRegistry {
    description "Represents the MNSRegistry IOC.";
    key id;   
    uses top3gpp:Top_Grp;      
@@ -85,5 +80,6 @@ module _3gpp-common-mnsregistry {
      uses MNSRegistryGrp;
  }
 }
    }
 
 
}