From 4918ff1ac7d0d6bd9fd0f73cbbb8217f4d0864a0 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 7 Nov 2025 16:24:21 +0000 Subject: [PATCH 01/12] Edit _3gpp-eqp-sectorequipmentfunction.yang --- .../_3gpp-eqp-sectorequipmentfunction.yang | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang index a21d4173f..93c441036 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-08-13 { reference "CR1660"; } revision 2025-08-13 { reference "CR1581"; } revision 2025-05-01 { reference "Initial revision"; } @@ -58,7 +59,21 @@ module _3gpp-eqp-sectorequipmentfunction { 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 references { + 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 -- GitLab From 62ea3f843eecc321e3ce86d84dcd5473f3293b6a Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 7 Nov 2025 16:26:41 +0000 Subject: [PATCH 02/12] Edit _3gpp-eqp-sectorequipmentfunction.yang --- yang-models/_3gpp-eqp-sectorequipmentfunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang index 93c441036..5e2c39006 100644 --- a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang @@ -17,7 +17,7 @@ module _3gpp-eqp-sectorequipmentfunction { TTA, TTC). All rights reserved."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; - revision 2025-08-13 { reference "CR1660"; } + revision 2025-11-07 { reference "CR1660"; } revision 2025-08-13 { reference "CR1581"; } revision 2025-05-01 { reference "Initial revision"; } -- GitLab From ab89a880809138346258a3746ec19a44eb59ad0b Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 7 Nov 2025 16:28:55 +0000 Subject: [PATCH 03/12] Edit _3gpp-eqp-antennafunction.yang --- yang-models/_3gpp-eqp-antennafunction.yang | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/yang-models/_3gpp-eqp-antennafunction.yang b/yang-models/_3gpp-eqp-antennafunction.yang index 9a7e4bfbd..f1eb28760 100644 --- a/yang-models/_3gpp-eqp-antennafunction.yang +++ b/yang-models/_3gpp-eqp-antennafunction.yang @@ -16,6 +16,7 @@ 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"; @@ -168,17 +169,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" { -- GitLab From 7e6b71e85413a6f560793ec47e498a27dd44d05c Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 7 Nov 2025 16:32:18 +0000 Subject: [PATCH 04/12] Edit _3gpp-eqp-antennafunction.yang --- yang-models/_3gpp-eqp-antennafunction.yang | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yang-models/_3gpp-eqp-antennafunction.yang b/yang-models/_3gpp-eqp-antennafunction.yang index f1eb28760..6fd836322 100644 --- a/yang-models/_3gpp-eqp-antennafunction.yang +++ b/yang-models/_3gpp-eqp-antennafunction.yang @@ -18,9 +18,8 @@ module _3gpp-eqp-antennafunction { 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; -- GitLab From f497ca1a9cc49212abf3e4629717b9c80c2c8fed Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 7 Nov 2025 16:34:13 +0000 Subject: [PATCH 05/12] Edit _3gpp-eqp-antennafunction.yang -- GitLab From 35507aca2d57632febd1b75124d17d1b4017483a Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 7 Nov 2025 16:34:38 +0000 Subject: [PATCH 06/12] Edit _3gpp-eqp-antennafunction.yang --- yang-models/_3gpp-eqp-antennafunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-eqp-antennafunction.yang b/yang-models/_3gpp-eqp-antennafunction.yang index 6fd836322..ae0f17b61 100644 --- a/yang-models/_3gpp-eqp-antennafunction.yang +++ b/yang-models/_3gpp-eqp-antennafunction.yang @@ -16,7 +16,7 @@ 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-11-06 { reference "CR1660"; } revision 2025-08-13 { reference "CR1581"; } revision 2025-05-01 { reference "Initial revision"; } -- GitLab From ff11d86d866727908071f06997620b66e4936616 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 7 Nov 2025 16:34:57 +0000 Subject: [PATCH 07/12] Edit _3gpp-eqp-sectorequipmentfunction.yang --- yang-models/_3gpp-eqp-sectorequipmentfunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang index 5e2c39006..88ce69ce3 100644 --- a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang @@ -17,7 +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-11-06 { reference "CR1660"; } revision 2025-08-13 { reference "CR1581"; } revision 2025-05-01 { reference "Initial revision"; } -- GitLab From c51b00c4c2c276a0217e1b6345ec011c9264100c Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 7 Nov 2025 16:35:14 +0000 Subject: [PATCH 08/12] Edit _3gpp-eqp-sectorequipmentfunction.yang --- yang-models/_3gpp-eqp-sectorequipmentfunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang index 88ce69ce3..5e2c39006 100644 --- a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang @@ -17,7 +17,7 @@ module _3gpp-eqp-sectorequipmentfunction { TTA, TTC). All rights reserved."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; - revision 2025-11-06 { reference "CR1660"; } + revision 2025-11-07 { reference "CR1660"; } revision 2025-08-13 { reference "CR1581"; } revision 2025-05-01 { reference "Initial revision"; } -- GitLab From edefe4527919d5fc5b95803eec485bb53671e1cb Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 7 Nov 2025 16:35:37 +0000 Subject: [PATCH 09/12] Edit _3gpp-eqp-antennafunction.yang -- GitLab From 2fcb45fe9b7b853fbb6e81c92f0ba893563cd426 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 7 Nov 2025 16:36:27 +0000 Subject: [PATCH 10/12] Edit _3gpp-eqp-antennafunction.yang --- yang-models/_3gpp-eqp-antennafunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-eqp-antennafunction.yang b/yang-models/_3gpp-eqp-antennafunction.yang index ae0f17b61..6fd836322 100644 --- a/yang-models/_3gpp-eqp-antennafunction.yang +++ b/yang-models/_3gpp-eqp-antennafunction.yang @@ -16,7 +16,7 @@ module _3gpp-eqp-antennafunction { TTA, TTC). All rights reserved."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; - revision 2025-11-06 { reference "CR1660"; } + revision 2025-11-07 { reference "CR1660"; } revision 2025-08-13 { reference "CR1581"; } revision 2025-05-01 { reference "Initial revision"; } -- GitLab From f9f2cbdcab69026f7f2dcfd3333830376d1d7f9f Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 20 Nov 2025 17:14:18 +0000 Subject: [PATCH 11/12] Edit _3gpp-eqp-antennafunction.yang --- yang-models/_3gpp-eqp-antennafunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-eqp-antennafunction.yang b/yang-models/_3gpp-eqp-antennafunction.yang index 6fd836322..eae727bf5 100644 --- a/yang-models/_3gpp-eqp-antennafunction.yang +++ b/yang-models/_3gpp-eqp-antennafunction.yang @@ -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. -- GitLab From 11665ebf8b546aaa3e627e30b7486bc3540fa324 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 20 Nov 2025 17:14:56 +0000 Subject: [PATCH 12/12] Edit _3gpp-eqp-sectorequipmentfunction.yang --- yang-models/_3gpp-eqp-sectorequipmentfunction.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang index 5e2c39006..3a5564a77 100644 --- a/yang-models/_3gpp-eqp-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang @@ -54,7 +54,7 @@ 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. @@ -68,7 +68,7 @@ module _3gpp-eqp-sectorequipmentfunction { type types3gpp:DistinguishedName; } - leaf-list references { + leaf-list referenceTo { description "This attribute contains the DNs of one or more objects referred to by this object. -- GitLab