Commit 411f394e authored by lengyelb's avatar lengyelb
Browse files

Edit _3gpp-common-subnetwork.yang

Adding changes from !1685
parent a6850757
Loading
Loading
Loading
Loading
Loading
+5 −26
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ module _3gpp-common-subnetwork {
      3GPP TS 28.620 
      Umbrella Information Model (UIM)";
  
  revision 2025-03-24 { reference "CR-0517"; } 
  revision 2025-03-24 { reference "CR-0517 CR0526"; } 
  revision 2024-08-18 { reference CR-1336 ; } 
  revision 2024-01-30 { reference CR-0328 ; } 
  revision 2023-11-14 { reference CR-0305 ; } 
@@ -211,34 +211,13 @@ module _3gpp-common-subnetwork {

  list SubNetwork {
    key id;
    description "Represents a set of managed entities";
    description "Represents a set of managed entities
      Contained ManagedElements and SubNetworks shall be connected via 
      YANG Schema-mount.";

    uses top3gpp:Top_Grp;
    container attributes {    
      uses SubNetworkGrp;
      leaf-list parents {
        description "Reference to all containg SubNetwork instances 
          in strict order from the root subnetwork down to the immediate 
          parent subnetwork.
          If subnetworks form a containment hierarchy this is 
          modeled using references between the child SubNetwork and the parent 
          SubNetworks. 
          This reference MUST NOT be present for the top level SubNetwork and 
          MUST be present for other SubNetworks.";
        type leafref {
          path "../../../SubNetwork/id";  
        } 
      }
      
      leaf-list containedChildren{
        description "Reference to all directly contained SubNetwork instances.
          If subnetworks form a containment hierarchy this is 
          modeled using references between the child SubNetwork and the parent 
          SubNetwork.";
        type leafref {
          path "../../../SubNetwork/id";  
        } 
      }
    }
        
    uses meas3gpp:MeasurementSubtree {
@@ -274,7 +253,7 @@ module _3gpp-common-subnetwork {
    }

    yangmnt:mount-point children-of-SubNetwork {
      description "Mountpoint for ManagedElement";
      description "Mountpoint for contained ManagedElements and SubNetworks";
      reference "RFC8528 YANG Schema Mount";
    }