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

Update _3gpp-common-mnsregistry.yang

parent 43753f6a
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ module _3gpp-common-mnsregistry {
         enum StreamingDataReportingMnS;
         enum FileDataReportingMnS;
      }
    }
    
    leaf mnsVersion {
      description "Version of management service.";
@@ -44,11 +43,23 @@ module _3gpp-common-mnsregistry {
  
  }
  
  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.";
    reference "3GPP TS 28.541";
    uses top3gpp:Top_Grp;
    container attributes {
       uses MNSInfoGrp;
    };
    }
    
    augment "/subnet3gpp:SubNetwork" {
@@ -62,3 +73,4 @@ module _3gpp-common-mnsregistry {
    }
    }
 }
}
 No newline at end of file