Loading yang-models/_3gpp-nr-nrm-redcapaccesscriteria.yang 0 → 100644 +57 −0 Original line number Diff line number Diff line module _3gpp-nr-nrm-redcapaccesscriteria { yang-version 1.1; namespace "urn:3gpp:sa5:_3gpp-nr-nrm-redcapaccesscriteria"; prefix "redcapaccesscriteria3gpp"; import _3gpp-common-subnetwork { prefix subnet3gpp; } import _3gpp-common-top { prefix top3gpp; } import _3gpp-nr-nrm-gnbcucpfunction { prefix gnbcucp3gpp; } import _3gpp-common-managed-element { prefix me3gpp; } import _3gpp-nr-nrm-nrcellcu { prefix nrcellcu3gpp; } import _3gpp-common-yang-types { prefix types3gpp; } organization "3GPP SA5"; contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; description "Defines the YANG mapping of the RedCapAccessCriteria Information Object Class (IOC) that is part of the NR Network Resource Model (NRM). Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; revision 2024-08-06 { reference CR-1332 ; } revision 2023-09-18 { reference CR-1043 ; } grouping RedCapAccessCriteriaGrp { description "Represents the RedCapAccessCriteria IOC."; leaf nRCellDURef { type types3gpp:DistinguishedName; description "This attribute contains the DN of a NR Cell"; config false; } leaf criteriaConditonRef { type types3gpp:DistinguishedName; description "This specifies the DN of the ConditionMonitor MOI"; config false; } } grouping RedCapAccessCriteriaSubtree { list RedCapAccessCriteria { description "This IOC contains attributes to support the controlling of RedCap access in a NR Cell. reference "TS 28.541"; key id; uses top3gpp:Top_Grp; container attributes { uses RedCapAccessCriteriaGrp; } } } augment /subnet3gpp:SubNetwork { if-feature subnet3gpp:RedCapAccessCriteria; uses RedCapAccessCriteriaSubtree; } } Loading
yang-models/_3gpp-nr-nrm-redcapaccesscriteria.yang 0 → 100644 +57 −0 Original line number Diff line number Diff line module _3gpp-nr-nrm-redcapaccesscriteria { yang-version 1.1; namespace "urn:3gpp:sa5:_3gpp-nr-nrm-redcapaccesscriteria"; prefix "redcapaccesscriteria3gpp"; import _3gpp-common-subnetwork { prefix subnet3gpp; } import _3gpp-common-top { prefix top3gpp; } import _3gpp-nr-nrm-gnbcucpfunction { prefix gnbcucp3gpp; } import _3gpp-common-managed-element { prefix me3gpp; } import _3gpp-nr-nrm-nrcellcu { prefix nrcellcu3gpp; } import _3gpp-common-yang-types { prefix types3gpp; } organization "3GPP SA5"; contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; description "Defines the YANG mapping of the RedCapAccessCriteria Information Object Class (IOC) that is part of the NR Network Resource Model (NRM). Copyright 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; revision 2024-08-06 { reference CR-1332 ; } revision 2023-09-18 { reference CR-1043 ; } grouping RedCapAccessCriteriaGrp { description "Represents the RedCapAccessCriteria IOC."; leaf nRCellDURef { type types3gpp:DistinguishedName; description "This attribute contains the DN of a NR Cell"; config false; } leaf criteriaConditonRef { type types3gpp:DistinguishedName; description "This specifies the DN of the ConditionMonitor MOI"; config false; } } grouping RedCapAccessCriteriaSubtree { list RedCapAccessCriteria { description "This IOC contains attributes to support the controlling of RedCap access in a NR Cell. reference "TS 28.541"; key id; uses top3gpp:Top_Grp; container attributes { uses RedCapAccessCriteriaGrp; } } } augment /subnet3gpp:SubNetwork { if-feature subnet3gpp:RedCapAccessCriteria; uses RedCapAccessCriteriaSubtree; } }