From d4482789ed39cc5af2199abedb09c157c7c7545f Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 14 Aug 2025 18:09:14 +0000 Subject: [PATCH 01/10] Update 4 files - /yang-models/_3gpp-common-antennafunction.yang - /yang-models/_3gpp-common-sectorequipmentfunction.yang - /yang-models/_3gpp-nr-nrm-antennafunction.yang - /yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang --- ...mon-antennafunction.yang => _3gpp-nr-nrm-antennafunction.yang} | 0 ...entfunction.yang => _3gpp-nr-nrm-sectorequipmentfunction.yang} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename yang-models/{_3gpp-common-antennafunction.yang => _3gpp-nr-nrm-antennafunction.yang} (100%) rename yang-models/{_3gpp-common-sectorequipmentfunction.yang => _3gpp-nr-nrm-sectorequipmentfunction.yang} (100%) diff --git a/yang-models/_3gpp-common-antennafunction.yang b/yang-models/_3gpp-nr-nrm-antennafunction.yang similarity index 100% rename from yang-models/_3gpp-common-antennafunction.yang rename to yang-models/_3gpp-nr-nrm-antennafunction.yang diff --git a/yang-models/_3gpp-common-sectorequipmentfunction.yang b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang similarity index 100% rename from yang-models/_3gpp-common-sectorequipmentfunction.yang rename to yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang -- GitLab From 28cc2f54d2c6c32aaaa7a4c353e2773ca569c99d Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 14 Aug 2025 18:14:25 +0000 Subject: [PATCH 02/10] Update file _3gpp-nr-nrm-antennafunction.yang --- yang-models/_3gpp-nr-nrm-antennafunction.yang | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/yang-models/_3gpp-nr-nrm-antennafunction.yang b/yang-models/_3gpp-nr-nrm-antennafunction.yang index 7748e448f..387c0a886 100644 --- a/yang-models/_3gpp-nr-nrm-antennafunction.yang +++ b/yang-models/_3gpp-nr-nrm-antennafunction.yang @@ -1,6 +1,6 @@ module _3gpp-common-antennafunction { yang-version 1.1; - namespace "urn:3gpp:sa5:_3gpp-common-antennafunction"; + namespace "urn:3gpp:sa5:_3gpp-nr-nrm-antennafunction"; prefix "antfunc3gpp"; import _3gpp-common-yang-types { prefix types3gpp; } @@ -14,10 +14,12 @@ module _3gpp-common-antennafunction { Object Class (IOC) that is part of the Generic Network Resource Model (NRM). Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved."; - reference "3GPP TS 28.662 Generic Network Resource Model (NRM)"; + reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; + + revision 2025-08-19 { reference "CR1579";} + revision 2025-05-05 { reference "Initial revision";} + - revision 2025-05-05 { description "Initial revision"; - } grouping AntennaFunctionGrp { description "Represents the AntennaFunction."; uses mf3gpp:ManagedFunctionGrp; -- GitLab From 6ea4b4ef19f89213f623562019e4a6f91a0ef116 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 14 Aug 2025 18:15:38 +0000 Subject: [PATCH 03/10] Update file _3gpp-nr-nrm-sectorequipmentfunction.yang --- .../_3gpp-nr-nrm-sectorequipmentfunction.yang | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang index 39202e031..f1071fd29 100644 --- a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang @@ -1,4 +1,4 @@ -module _3gpp-common-sectorequipmentfunction { +module _3gpp-nr-nrm-sectorequipmentfunction { yang-version 1.1; namespace "urn:3gpp:sa5:_3gpp-common-sectorequipmentfunction"; prefix "scteqpfun3gpp"; @@ -15,9 +15,10 @@ module _3gpp-common-sectorequipmentfunction { Model (NRM). Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved."; - reference "3GPP TS 28.662 Generic Network Resource Model (NRM)"; + reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; - revision 2025-05-05 { description "Initial revision"; } + revision 2025-08-19 { reference "CR1579"; } + revision 2025-05-05 { reference "Initial revision"; } grouping SectorEquipmentFunctionGrp { description "Represents the SectorEquipmentFunction."; @@ -95,15 +96,10 @@ module _3gpp-common-sectorequipmentfunction { description "This IOC represents a set of cells within a geographical area that has common functions relating to AntennaFunction, TMAFunction and supporting equipment, such as power amplifier."; - - must 'id != ""' { - error-message "Empty id value is not allowed."; - } - container attributes { uses SectorEquipmentFunctionGrp; } uses mf3gpp:ManagedFunctionContainedClasses; } } -} +} \ No newline at end of file -- GitLab From 260a5acf92feb14f5268a78af63373add5698427 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 14 Aug 2025 18:22:28 +0000 Subject: [PATCH 04/10] Update 2 files - /yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang - /yang-models/_3gpp-nr-nrm-antennafunction.yang --- yang-models/_3gpp-nr-nrm-antennafunction.yang | 396 +++++++++--------- .../_3gpp-nr-nrm-sectorequipmentfunction.yang | 208 ++++----- 2 files changed, 302 insertions(+), 302 deletions(-) diff --git a/yang-models/_3gpp-nr-nrm-antennafunction.yang b/yang-models/_3gpp-nr-nrm-antennafunction.yang index 387c0a886..4d19a563b 100644 --- a/yang-models/_3gpp-nr-nrm-antennafunction.yang +++ b/yang-models/_3gpp-nr-nrm-antennafunction.yang @@ -1,198 +1,198 @@ -module _3gpp-common-antennafunction { - yang-version 1.1; - namespace "urn:3gpp:sa5:_3gpp-nr-nrm-antennafunction"; - prefix "antfunc3gpp"; - - import _3gpp-common-yang-types { prefix types3gpp; } - import _3gpp-common-managed-function { prefix mf3gpp; } - import _3gpp-common-managed-element { prefix me3gpp; } - import _3gpp-common-top { prefix top3gpp; } - - organization "3GPP SA5"; - contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; - description "Defines the YANG mapping of the Antenna Function Information - Object Class (IOC) that is part of the Generic Network Resource Model (NRM). - Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, - TTA, TTC). All rights reserved."; - reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; - - revision 2025-08-19 { reference "CR1579";} - revision 2025-05-05 { reference "Initial revision";} - - - grouping AntennaFunctionGrp { - description "Represents the AntennaFunction."; - uses mf3gpp:ManagedFunctionGrp; - - leaf beamTilt { - description "The beam tilt of the wanted antenna beam - in the vertical plane. A positive value on the - beamtilt indicates an antenna beam direction below the - vertical plane."; - units degree; - type types3gpp:TenthOfDegrees; - } - - leaf bearing { - description "The bearing in degrees that the antenna is pointing in. - AllowedValues: See \"Antenna bearing\" in 3GPP TS 25.463."; - reference "3GPP TS 25.463, UTRAN Iuant interface: - Remote Electrical Tilting (RET) - antennas Application Part (RETAP) signalling"; - type types3gpp:TenthOfDegrees; - } - - leaf elevation { - description "The elevation the antenna function should have, - based on World Geodetic System (1984 version) global - reference frame (WGS 84). Positive values correspond to - meters above sea level, negative values correspond to meters - below sea level. If empty, value is not defined."; - type types3gpp:Altitude; - } - - leaf horizBeamWidth { - description "The 3 dB power beamwidth of the antenna pattern - in the horizontal plane. - A value of 360 indicates an omnidirectional antenna. - Note: The value of this attribute has no operational impact - on the network, e.g. the NE behaviour is not affected by the - value setting of this attribute. - Note as well that this attribute is not supported over the - Iuant interface according to 3GPP TS37.466. - A single integral value corresponding to an angle in degrees - between 0 and 360."; - reference "3GPP TS 37.466, Iuant interface: Application part"; - type types3gpp:TenthOfDegrees; - } - - leaf latitude { - description "Latitude of transmitter antenna position. - Positive value means north, negative value means south. - - Specification: WGS 84 - Allowed Values: { -90.000000..90.000000 }"; - units degree; - type types3gpp:Latitude; - } - - leaf longititude { - description "Longitude of transmitter antenna position. - Positive value means east, negative value means west. - Specification: WGS 84 - Allowed Values: { -180.000000..180.000000 }"; - units degree; - type types3gpp:Longitude; - } - - leaf maxAzimuthValue { - description "The maximum amount of change of azimuth the RET - system can support. This is the change in degrees clockwise - from bearing. - Note: The value of this attribute has no operational impact - on the network, e.g. the NE behaviour is not affected by the - value setting of this attribute. - Note as well that this attribute is not supported over the - Iuant interface according to Ref. 3GPP TS 37.466. - A single decimal value corresponding to an angle in degrees - between 0 and 360 with a resolution of 0.1 degrees."; - reference "3GPP TS 37.466, Iuant interface: Application part"; - units degree; - type decimal64 { - range "0..360"; - fraction-digits 1; - } - } - leaf minAzimuthValue { - description "The minimum amount of change of azimuth the RET - system can support. This is the change in degrees clockwise - from bearing. - Note: The value of this attribute has no operational impact - on the network, e.g. the NE behaviour is not affected by the - value setting of this attribute. - Note as well that this attribute is not supported over the - Iuant interface according to Ref. 3GPP TS 37.466. - A single decimal value corresponding to an angle in degrees - between 0 and 360 with a resolution of 0.1 degrees."; - reference "3GPP TS 37.466, Iuant interface: Application part"; - units degree; - type decimal64 { - range "0..360"; - fraction-digits 1; - } - } - - leaf-list referencedBy { - description "This attribute contains the DNs of one or more objects - that refer to this object. - - In the case of AntennaFunction, these referring objects may - include DNs of SectorEquipmentFunction instances if associations - between them and the AntennaFunction exist. - - Note: referencedBy is a DN datatype and so can reference an MOI - under a different ME"; - config false; - type types3gpp:DistinguishedName; - } - - - leaf retGroupName { - description "The group name is a textual, alpha-numeric string to - define a logical grouping of antennas which may be in different cells. - - This attribute permits the definition of a logical grouping - of the antennas. This may be defined either at - installation time, or by management activity"; - type string; - } - - leaf retTiltValue { - description "The electrical tilt setting of the antenna, \"Tilt value\" in - 3GPP TS 37.466."; - reference "3GPP TS 37.466, Iuant interface: Application part"; - type types3gpp:TenthOfDegrees; - } - - leaf vertBeamWidth { - description "The 3 dB power beamwidth of the antenna pattern in - the vertical plane. - The value of this attribute has no operational impact on - the network, e.g. the NE behaviour is not affected by the - value setting of this attribute. - This attribute is not supported over the Iuant interface - according to Ref. 3GPP TS 37.466."; - reference "3GPP TS 37.466, Iuant interface: Application part"; - units degree; - type uint32 { - 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" { - - list AntennaFunction { - key id; - uses top3gpp:Top_Grp; - description "This MOI represents an array of radiating elements that - may be tilted to adjust the RF coverage of a cell(s)."; - - container attributes { - uses AntennaFunctionGrp; - } - uses mf3gpp:ManagedFunctionContainedClasses; - } - } -} +module _3gpp-common-antennafunction { + yang-version 1.1; + namespace "urn:3gpp:sa5:_3gpp-nr-nrm-antennafunction"; + prefix "antfunc3gpp"; + + import _3gpp-common-yang-types { prefix types3gpp; } + import _3gpp-common-managed-function { prefix mf3gpp; } + import _3gpp-common-managed-element { prefix me3gpp; } + import _3gpp-common-top { prefix top3gpp; } + + organization "3GPP SA5"; + contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; + description "Defines the YANG mapping of the Antenna Function Information + Object Class (IOC) that is part of the Generic Network Resource Model (NRM). + Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, + TTA, TTC). All rights reserved."; + reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; + + revision 2025-08-19 { reference "CR1579";} + revision 2025-05-05 { reference "Initial revision";} + + + grouping AntennaFunctionGrp { + description "Represents the AntennaFunction."; + uses mf3gpp:ManagedFunctionGrp; + + leaf beamTilt { + description "The beam tilt of the wanted antenna beam + in the vertical plane. A positive value on the + beamtilt indicates an antenna beam direction below the + vertical plane."; + units degree; + type types3gpp:TenthOfDegrees; + } + + leaf bearing { + description "The bearing in degrees that the antenna is pointing in. + AllowedValues: See \"Antenna bearing\" in 3GPP TS 25.463."; + reference "3GPP TS 25.463, UTRAN Iuant interface: + Remote Electrical Tilting (RET) + antennas Application Part (RETAP) signalling"; + type types3gpp:TenthOfDegrees; + } + + leaf elevation { + description "The elevation the antenna function should have, + based on World Geodetic System (1984 version) global + reference frame (WGS 84). Positive values correspond to + meters above sea level, negative values correspond to meters + below sea level. If empty, value is not defined."; + type types3gpp:Altitude; + } + + leaf horizBeamWidth { + description "The 3 dB power beamwidth of the antenna pattern + in the horizontal plane. + A value of 360 indicates an omnidirectional antenna. + Note: The value of this attribute has no operational impact + on the network, e.g. the NE behaviour is not affected by the + value setting of this attribute. + Note as well that this attribute is not supported over the + Iuant interface according to 3GPP TS37.466. + A single integral value corresponding to an angle in degrees + between 0 and 360."; + reference "3GPP TS 37.466, Iuant interface: Application part"; + type types3gpp:TenthOfDegrees; + } + + leaf latitude { + description "Latitude of transmitter antenna position. + Positive value means north, negative value means south. + + Specification: WGS 84 + Allowed Values: { -90.000000..90.000000 }"; + units degree; + type types3gpp:Latitude; + } + + leaf longititude { + description "Longitude of transmitter antenna position. + Positive value means east, negative value means west. + Specification: WGS 84 + Allowed Values: { -180.000000..180.000000 }"; + units degree; + type types3gpp:Longitude; + } + + leaf maxAzimuthValue { + description "The maximum amount of change of azimuth the RET + system can support. This is the change in degrees clockwise + from bearing. + Note: The value of this attribute has no operational impact + on the network, e.g. the NE behaviour is not affected by the + value setting of this attribute. + Note as well that this attribute is not supported over the + Iuant interface according to Ref. 3GPP TS 37.466. + A single decimal value corresponding to an angle in degrees + between 0 and 360 with a resolution of 0.1 degrees."; + reference "3GPP TS 37.466, Iuant interface: Application part"; + units degree; + type decimal64 { + range "0..360"; + fraction-digits 1; + } + } + leaf minAzimuthValue { + description "The minimum amount of change of azimuth the RET + system can support. This is the change in degrees clockwise + from bearing. + Note: The value of this attribute has no operational impact + on the network, e.g. the NE behaviour is not affected by the + value setting of this attribute. + Note as well that this attribute is not supported over the + Iuant interface according to Ref. 3GPP TS 37.466. + A single decimal value corresponding to an angle in degrees + between 0 and 360 with a resolution of 0.1 degrees."; + reference "3GPP TS 37.466, Iuant interface: Application part"; + units degree; + type decimal64 { + range "0..360"; + fraction-digits 1; + } + } + + leaf-list referencedBy { + description "This attribute contains the DNs of one or more objects + that refer to this object. + + In the case of AntennaFunction, these referring objects may + include DNs of SectorEquipmentFunction instances if associations + between them and the AntennaFunction exist. + + Note: referencedBy is a DN datatype and so can reference an MOI + under a different ME"; + config false; + type types3gpp:DistinguishedName; + } + + + leaf retGroupName { + description "The group name is a textual, alpha-numeric string to + define a logical grouping of antennas which may be in different cells. + + This attribute permits the definition of a logical grouping + of the antennas. This may be defined either at + installation time, or by management activity"; + type string; + } + + leaf retTiltValue { + description "The electrical tilt setting of the antenna, \"Tilt value\" in + 3GPP TS 37.466."; + reference "3GPP TS 37.466, Iuant interface: Application part"; + type types3gpp:TenthOfDegrees; + } + + leaf vertBeamWidth { + description "The 3 dB power beamwidth of the antenna pattern in + the vertical plane. + The value of this attribute has no operational impact on + the network, e.g. the NE behaviour is not affected by the + value setting of this attribute. + This attribute is not supported over the Iuant interface + according to Ref. 3GPP TS 37.466."; + reference "3GPP TS 37.466, Iuant interface: Application part"; + units degree; + type uint32 { + 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" { + + list AntennaFunction { + key id; + uses top3gpp:Top_Grp; + description "This MOI represents an array of radiating elements that + may be tilted to adjust the RF coverage of a cell(s)."; + + container attributes { + uses AntennaFunctionGrp; + } + uses mf3gpp:ManagedFunctionContainedClasses; + } + } +} diff --git a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang index f1071fd29..acc57fda4 100644 --- a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang @@ -1,105 +1,105 @@ -module _3gpp-nr-nrm-sectorequipmentfunction { - yang-version 1.1; - namespace "urn:3gpp:sa5:_3gpp-common-sectorequipmentfunction"; - prefix "scteqpfun3gpp"; - - import _3gpp-common-yang-types { prefix types3gpp; } - import _3gpp-common-managed-function { prefix mf3gpp; } - import _3gpp-common-managed-element { prefix me3gpp; } - import _3gpp-common-top { prefix top3gpp; } - - organization "3GPP SA5"; - contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; - description "Defines the YANG mapping of the Sector Equipment Function - Information Object Class (IOC) that is part of the Generic Network Resource - Model (NRM). - Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, - TTA, TTC). All rights reserved."; - reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; - - revision 2025-08-19 { reference "CR1579"; } - revision 2025-05-05 { reference "Initial revision"; } - - grouping SectorEquipmentFunctionGrp { - description "Represents the SectorEquipmentFunction."; - uses mf3gpp:ManagedFunctionGrp; - - leaf confOutputPower { - description "It defines the allowed total power to use for all - cells together in this sector. - It may be set by the operator and/or limited by HW limitation - or licensed power, e.g.: 20, 40, 60, 80,120 watts"; - type uint32; - } - - leaf-list fqBandList { - description "The list of frequency bands/ranges supported by the - hardware associated with the SectorEquipmentFunction. The - earfcnDl and earfcnUl or earfcn of cells associated with the - SectorEquipmentFunction must be assigned one of the specified - frequency range values within the supported range. - - Valid frequency bands/ranges may be found in 3GPP TS 25.104 (UTRA), - 36.104 (E-UTRA) and 38.104 (NR). - - AllowedValues: - Operating band id or supported frequency tuple - expressed as a string. - - Examples for NR: - Bands: {'n1', 'n12'} - Frequencies: {'1920–1980, 2110–2170, FDD', '699–716, 729–746, FDD'}"; - config false; - type string; - } - - leaf-list theAntennaList { - description "This attribute contains the distinguished names of the - AntennaFunction."; - type types3gpp:DistinguishedName; - } - - 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; - type types3gpp:DistinguishedName; - } - - leaf-list theTMAList { - description "This attribute contains the DNs of one or more TMAFunctions."; - config false; - type types3gpp:DistinguishedName; - } - - leaf-list referencedBy { - 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 - 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; - } - } - - augment "/me3gpp:ManagedElement" { - list SectorEquipmentFunction { - key id; - uses top3gpp:Top_Grp; - description "This IOC represents a set of cells within a geographical - area that has common functions relating to AntennaFunction, TMAFunction - and supporting equipment, such as power amplifier."; - container attributes { - uses SectorEquipmentFunctionGrp; - } - uses mf3gpp:ManagedFunctionContainedClasses; - } -} +module _3gpp-nr-nrm-sectorequipmentfunction { + yang-version 1.1; + namespace "urn:3gpp:sa5:_3gpp-common-sectorequipmentfunction"; + prefix "scteqpfun3gpp"; + + import _3gpp-common-yang-types { prefix types3gpp; } + import _3gpp-common-managed-function { prefix mf3gpp; } + import _3gpp-common-managed-element { prefix me3gpp; } + import _3gpp-common-top { prefix top3gpp; } + + organization "3GPP SA5"; + contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; + description "Defines the YANG mapping of the Sector Equipment Function + Information Object Class (IOC) that is part of the Generic Network Resource + Model (NRM). + Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, + TTA, TTC). All rights reserved."; + reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; + + revision 2025-08-19 { reference "CR1579"; } + revision 2025-05-05 { reference "Initial revision"; } + + grouping SectorEquipmentFunctionGrp { + description "Represents the SectorEquipmentFunction."; + uses mf3gpp:ManagedFunctionGrp; + + leaf confOutputPower { + description "It defines the allowed total power to use for all + cells together in this sector. + It may be set by the operator and/or limited by HW limitation + or licensed power, e.g.: 20, 40, 60, 80,120 watts"; + type uint32; + } + + leaf-list fqBandList { + description "The list of frequency bands/ranges supported by the + hardware associated with the SectorEquipmentFunction. The + earfcnDl and earfcnUl or earfcn of cells associated with the + SectorEquipmentFunction must be assigned one of the specified + frequency range values within the supported range. + + Valid frequency bands/ranges may be found in 3GPP TS 25.104 (UTRA), + 36.104 (E-UTRA) and 38.104 (NR). + + AllowedValues: + Operating band id or supported frequency tuple + expressed as a string. + + Examples for NR: + Bands: {'n1', 'n12'} + Frequencies: {'1920–1980, 2110–2170, FDD', '699–716, 729–746, FDD'}"; + config false; + type string; + } + + leaf-list theAntennaList { + description "This attribute contains the distinguished names of the + AntennaFunction."; + type types3gpp:DistinguishedName; + } + + 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; + type types3gpp:DistinguishedName; + } + + leaf-list theTMAList { + description "This attribute contains the DNs of one or more TMAFunctions."; + config false; + type types3gpp:DistinguishedName; + } + + leaf-list referencedBy { + 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 + 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; + } + } + + augment "/me3gpp:ManagedElement" { + list SectorEquipmentFunction { + key id; + uses top3gpp:Top_Grp; + description "This IOC represents a set of cells within a geographical + area that has common functions relating to AntennaFunction, TMAFunction + and supporting equipment, such as power amplifier."; + container attributes { + uses SectorEquipmentFunctionGrp; + } + uses mf3gpp:ManagedFunctionContainedClasses; + } +} } \ No newline at end of file -- GitLab From 61b363ea9a5b6e8a3112fafafeed997f59693204 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 14 Aug 2025 18:25:00 +0000 Subject: [PATCH 05/10] Update file _3gpp-nr-nrm-antennafunction.yang --- yang-models/_3gpp-nr-nrm-antennafunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-nr-nrm-antennafunction.yang b/yang-models/_3gpp-nr-nrm-antennafunction.yang index 4d19a563b..3744c6553 100644 --- a/yang-models/_3gpp-nr-nrm-antennafunction.yang +++ b/yang-models/_3gpp-nr-nrm-antennafunction.yang @@ -1,4 +1,4 @@ -module _3gpp-common-antennafunction { +module _3gpp-nr-nrm-antennafunction { yang-version 1.1; namespace "urn:3gpp:sa5:_3gpp-nr-nrm-antennafunction"; prefix "antfunc3gpp"; -- GitLab From 5b33164e6d08c24d256beabae051dd24273ff243 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 15 Aug 2025 16:11:41 +0000 Subject: [PATCH 06/10] Edit _3gpp-nr-nrm-antennafunction.yang --- yang-models/_3gpp-nr-nrm-antennafunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-nr-nrm-antennafunction.yang b/yang-models/_3gpp-nr-nrm-antennafunction.yang index 3744c6553..5dbbd9662 100644 --- a/yang-models/_3gpp-nr-nrm-antennafunction.yang +++ b/yang-models/_3gpp-nr-nrm-antennafunction.yang @@ -1,7 +1,7 @@ module _3gpp-nr-nrm-antennafunction { yang-version 1.1; namespace "urn:3gpp:sa5:_3gpp-nr-nrm-antennafunction"; - prefix "antfunc3gpp"; + prefix "ant3gpp"; import _3gpp-common-yang-types { prefix types3gpp; } import _3gpp-common-managed-function { prefix mf3gpp; } -- GitLab From 245a094a14e6d517a42fa8fa57d1bb0eb7b0b041 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 15 Aug 2025 16:12:24 +0000 Subject: [PATCH 07/10] Edit _3gpp-nr-nrm-sectorequipmentfunction.yang --- yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang index acc57fda4..48b93fecf 100644 --- a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang @@ -1,7 +1,7 @@ module _3gpp-nr-nrm-sectorequipmentfunction { yang-version 1.1; namespace "urn:3gpp:sa5:_3gpp-common-sectorequipmentfunction"; - prefix "scteqpfun3gpp"; + prefix "scteqp3gpp"; import _3gpp-common-yang-types { prefix types3gpp; } import _3gpp-common-managed-function { prefix mf3gpp; } @@ -101,5 +101,5 @@ module _3gpp-nr-nrm-sectorequipmentfunction { } uses mf3gpp:ManagedFunctionContainedClasses; } -} + } } \ No newline at end of file -- GitLab From 263ca24b8de0e067a061b0c87d09ce2843073847 Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 15 Aug 2025 17:20:35 +0000 Subject: [PATCH 08/10] Edit _3gpp-nr-nrm-sectorequipmentfunction.yang --- yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang index 48b93fecf..ee03f5f35 100644 --- a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang @@ -1,6 +1,6 @@ module _3gpp-nr-nrm-sectorequipmentfunction { yang-version 1.1; - namespace "urn:3gpp:sa5:_3gpp-common-sectorequipmentfunction"; + namespace "urn:3gpp:sa5:_3gpp-nrnrm-sectorequipmentfunction"; prefix "scteqp3gpp"; import _3gpp-common-yang-types { prefix types3gpp; } -- GitLab From 6f1b6938abe5d2f4a4b82f4ac4223d6975b1629e Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 15 Aug 2025 17:24:24 +0000 Subject: [PATCH 09/10] Edit _3gpp-nr-nrm-sectorequipmentfunction.yang --- yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang index ee03f5f35..19489cee7 100644 --- a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang @@ -1,6 +1,6 @@ module _3gpp-nr-nrm-sectorequipmentfunction { yang-version 1.1; - namespace "urn:3gpp:sa5:_3gpp-nrnrm-sectorequipmentfunction"; + namespace "urn:3gpp:sa5:_3gpp-nr-nrm-sectorequipmentfunction"; prefix "scteqp3gpp"; import _3gpp-common-yang-types { prefix types3gpp; } -- GitLab From eabba26c2b8cb7fd52a2360097006e53adb69cb3 Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 28 Aug 2025 09:48:52 +0000 Subject: [PATCH 10/10] Update 4 files - /yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang - /yang-models/_3gpp-nr-nrm-antennafunction.yang - /yang-models/_3gpp-eqp-antennafunction.yang - /yang-models/_3gpp-eqp-sectorequipmentfunction.yang --- ...rm-antennafunction.yang => _3gpp-eqp-antennafunction.yang} | 4 ++-- ...ntfunction.yang => _3gpp-eqp-sectorequipmentfunction.yang} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename yang-models/{_3gpp-nr-nrm-antennafunction.yang => _3gpp-eqp-antennafunction.yang} (98%) rename yang-models/{_3gpp-nr-nrm-sectorequipmentfunction.yang => _3gpp-eqp-sectorequipmentfunction.yang} (97%) diff --git a/yang-models/_3gpp-nr-nrm-antennafunction.yang b/yang-models/_3gpp-eqp-antennafunction.yang similarity index 98% rename from yang-models/_3gpp-nr-nrm-antennafunction.yang rename to yang-models/_3gpp-eqp-antennafunction.yang index 5dbbd9662..ea198ccc0 100644 --- a/yang-models/_3gpp-nr-nrm-antennafunction.yang +++ b/yang-models/_3gpp-eqp-antennafunction.yang @@ -1,6 +1,6 @@ -module _3gpp-nr-nrm-antennafunction { +module _3gpp-eqp-antennafunction { yang-version 1.1; - namespace "urn:3gpp:sa5:_3gpp-nr-nrm-antennafunction"; + namespace "urn:3gpp:sa5:_3gpp-eqp-antennafunction"; prefix "ant3gpp"; import _3gpp-common-yang-types { prefix types3gpp; } diff --git a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang similarity index 97% rename from yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang rename to yang-models/_3gpp-eqp-sectorequipmentfunction.yang index 19489cee7..90d6729a2 100644 --- a/yang-models/_3gpp-nr-nrm-sectorequipmentfunction.yang +++ b/yang-models/_3gpp-eqp-sectorequipmentfunction.yang @@ -1,6 +1,6 @@ -module _3gpp-nr-nrm-sectorequipmentfunction { +module _3gpp-eqp-sectorequipmentfunction { yang-version 1.1; - namespace "urn:3gpp:sa5:_3gpp-nr-nrm-sectorequipmentfunction"; + namespace "urn:3gpp:sa5:_3gpp-eqp-sectorequipmentfunction"; prefix "scteqp3gpp"; import _3gpp-common-yang-types { prefix types3gpp; } -- GitLab