Commit 2360a3a6 authored by scottma's avatar scottma Committed by lengyelb
Browse files

Update _3gpp-nr-nrm-ecmappingrule.yang

parent 48f5e375
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ module _3gpp-nr-nrm-ecmappingrule {
  grouping NGRANECMappingRuleGrp {
    description "Represents the NGRANECMappingRule IOC.";
    list rules {
      description "This IOC represents a unified mapping rule.";
    key id;
    uses top3gpp:Top_Grp;
    container attributes {
@@ -61,15 +60,13 @@ module _3gpp-nr-nrm-ecmappingrule {

  grouping NGRANECMappingRuleSubtree {
    description "Helps augmenting NGRANECMappingRule into multiple places.";
    list rules {
    key "idx";
    min-elements 1;
    max-elements 1;
      container idx {
    list idx {  
        uses NGRANECMappingRuleGrp;
    }  
  }
  }

  augment "/subnet3gpp:SubNetwork" {
    if-feature ECMappingRuleUnderSubNetwork;