Commit cedd3b8f authored by lengyelb's avatar lengyelb
Browse files

Merge branch '28.541_Rel19_Update_SectorEquipmentFunc_and_AntennaFunc_YANG'...

Merge branch '28.541_Rel19_Update_SectorEquipmentFunc_and_AntennaFunc_YANG' into 'Integration_Rel19_SA5_164_YANG'

28.541 CR1660 Rel19 update sectorequipmentfunc and antennafunc yang

See merge request !1994
parents e69ad07c 11665ebf
Loading
Loading
Loading
Loading
Loading
+3 −14
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@ module _3gpp-eqp-antennafunction {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-11-07 { reference "CR1660"; }
  revision 2025-08-13 { reference "CR1581"; }
  revision 2025-05-01 { reference "Initial revision"; 
  revision 2025-05-01 { reference "Initial revision"; }
  
  }
  grouping AntennaFunctionGrp {
    description "Represents the AntennaFunction.";
    uses mf3gpp:ManagedFunctionGrp;
@@ -122,7 +122,7 @@ module _3gpp-eqp-antennafunction {
      }
    }
    
    leaf-list referencedBy {
    leaf-list referenceFrom {
      description "This attribute contains the DNs of one or more objects 
        that refer to this object.
        
@@ -168,17 +168,6 @@ module _3gpp-eqp-antennafunction {
        range "0..180";
      }
    }

    leaf-list theCellList {
      description "This attribute contains the DNs of EUtranGenericCell 
        or UtranGenericCell if associations between them exist. 
        This attribute contains the DNs of GSMCellPart if association 
        between them exist. ";
      config false;
      status deprecated;
      type types3gpp:DistinguishedName;
    }

  }

  augment "/me3gpp:ManagedElement" {
+17 −2
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ module _3gpp-eqp-sectorequipmentfunction {
    TTA, TTC). All rights reserved.";
    reference "3GPP TS 28.541 5G Network Resource Model (NRM)";

  revision 2025-11-07 { reference "CR1660"; }
  revision 2025-08-13 { reference "CR1581"; }
  revision 2025-05-01 { reference "Initial revision"; }
  
@@ -53,12 +54,26 @@ module _3gpp-eqp-sectorequipmentfunction {
      type string;
    }
    
    leaf-list referencedBy {
    leaf-list referenceFrom {
      description "This attribute contains the DNs of one or more objects 
        that refer to this object.
        
        In the case of SectorEquipmentFunction , these referring objects
        may include Cells, NRSectorCarriers if associations between them
        may include e.g. Cells, NRSectorCarriers if associations from them
        and the SectorEquipmentFunction exist.
        
        Note: referencedBy is a DN datatype and so can reference an MOI
        under a different ME";
      config false;
      type types3gpp:DistinguishedName;
    }

    leaf-list referenceTo {
      description "This attribute contains the DNs of one or more objects 
        referred to by this object.
        
        In the case of SectorEquipmentFunction , these referred to objects
        may include e.g. TMAFunction if associations to them
        and the SectorEquipmentFunction exist.
        
        Note: referencedBy is a DN datatype and so can reference an MOI