diff --git a/yang-models/_3gpp-eqp-antennafunction.yang b/yang-models/_3gpp-eqp-antennafunction.yang index 9a7e4bfbd53a990ea56021f11ca3703ff12e6c69..eae727bf5ce6ddc9b6ed862dca94cd4d2e9a08ea 100644 --- a/yang-models/_3gpp-eqp-antennafunction.yang +++ b/yang-models/_3gpp-eqp-antennafunction.yang @@ -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" { diff --git a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang index a21d4173fc5b10ed50ad054fc8e7fb995febfbab..3a5564a775333ade16d581cd0076ecfe4033b653 100644 --- a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang @@ -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