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

Update _3gpp-common-mnsregistry.yang

parent 6b049522
Loading
Loading
Loading
Loading
+20 −12
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ module _3gpp-common-mnsregistry {
         enum StreamingDataReportingMnS;
         enum FileDataReportingMnS;
      }
    }
    
    leaf mnsVersion {
      description "Version of management service.";
@@ -55,12 +54,15 @@ module _3gpp-common-mnsregistry {
    }
  }
  
  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
    reference "3GPP TS 28.541";
  augment "/subnet3gpp:SubNetwork" {
  list MNSInfo {
    description "Represents the MNSInfo IOC.";
    key id;   
    uses top3gpp:Top_Grp;      
    container attributes {
      uses MNSInfoGrp;
    }
  }
 
  grouping MNSRegistryGrp {
    description "Represents the MNSRegistry IOC.";
@@ -81,7 +83,13 @@ module _3gpp-common-mnsregistry {
  }
  
    augment "/subnet3gpp:SubNetwork" {
    list MNSRegistry {
      description "Represents the MNSRegistry IOC.";
      key id;   
      uses top3gpp:Top_Grp;      
      container attributes {
        uses MNSRegistryGrp;
      }
  
    }
    }
 }
 No newline at end of file