Commit 3fb29d8b authored by Junfeng Wang's avatar Junfeng Wang
Browse files

Update 2 files

- /yang-models/_3gpp-common-managed-element.yang
- /yang-models/_3gpp-nr-nrm-iabfunction.yang
parent ef36aad5
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ module _3gpp-common-managed-element {
  import _3gpp-nr-nrm-ecmappingrule { prefix ecmap3gpp ; }
  import _3gpp-stm-nrm-stmfunction { prefix stm3gpp; }
  import _3gpp-nr-nrm-mwab { prefix mwab3gpp; }
  import _3gpp-nr-nrm-iabfunction { prefix iab3gpp; }


  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
@@ -339,7 +339,6 @@ module _3gpp-common-managed-element {
      if-feature MWABUnderManagedElement ;
    }

    uses iab3gpp:IabSubTree {      
    }

  }    
}
+20 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ module _3gpp-nr-nrm-iabfunction {
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-top { prefix top3gpp; }
  import _3gpp-5g-common-yang-types { prefix types5g3gpp; }
  import _3gpp-common-managed-element { prefix me3gpp; }
  import _3gpp-common-subnetwork { prefix subnet3gpp; }

  organization "3gpp SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
@@ -176,4 +178,22 @@ module _3gpp-nr-nrm-iabfunction {
      }
    }
  }

  feature IABUnderManagedElement {
    description "The IAB shall be available under ManagedElement";
  }

  augment /me3gpp:ManagedElement {
    if-feature IABUnderManagedElement;
    uses IabSubTree;
  }
  
  feature IABUnderSubNetwork {
    description "The IAB shall be available under SubNetwork";
  }

  augment /subnet3gpp:SubNetwork {
    if-feature IABUnderSubNetwork;
    uses IabSubTree;
  } 
}
 No newline at end of file