Loading yang-models/_3gpp-nr-nrm-nrfreqrelation.yang +12 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ module _3gpp-nr-nrm-nrfreqrelation { import _3gpp-common-top { prefix top3gpp; } import _3gpp-nr-nrm-gnbcucpfunction { prefix gnbcucp3gpp; } import _3gpp-nr-nrm-nrcellcu { prefix nrcellcu3gpp; } import _3gpp-nr-nrm-redcapaccess { prefix redcap3gpp; } organization "3GPP SA5"; contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; Loading @@ -17,6 +18,7 @@ module _3gpp-nr-nrm-nrfreqrelation { TTA, TTC). All rights reserved."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; revision 2025-11-02 { reference CR-1643; } revision 2025-01-25 { reference CR-1442; } revision 2024-02-24 { reference CR-1218; } revision 2023-09-18 { reference CR-1043; } Loading Loading @@ -113,6 +115,16 @@ module _3gpp-nr-nrm-nrfreqrelation { units "0.1"; } list cellReselectionRedcap { description "This attribute indicates the configuration parameters to allow relaxation of RRM measurement requirements for redcap UE cell reselection"; key idx; leaf idx{ type uint32;} reference "see clause 6.3.1 TS 38.331 "; uses redcap3gpp:CellReselectionRedcapGrp; } leaf pMax { description "Used for calculation of the parameter Pcompensation (defined in 3GPP TS 38.304), at cell reselection to a cell."; Loading yang-models/_3gpp-nr-nrm-redcapaccess.yang +58 −3 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ module _3gpp-nr-nrm-redcapaccess { reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; revision 2025-11-02 { reference CR-1643; } revision 2025-07-07 { reference CR-; } feature redcapaccesscriteriasubnertwork { Loading @@ -22,6 +23,60 @@ module _3gpp-nr-nrm-redcapaccess { SubNetwork"; } grouping CellReselectionRedcapGrp { description "This data type defines configuration parameters to allow relaxation of RRM measurement requirements for (e)RedCap UE cell reselection. "; reference "TS 38.331 , clasue 6.3.1 and TS 38.304 , clause 5.2.4.9"; leaf sSearchDeltaPStationary { type uint8 { range "2 | 3 | 6 | 9 | 12 | 15"; } mandatory true; description "This specifies the threshold (in dB) on Srxlev variation to evaluate stationary criterion for relaxed measurement. It corresponds to the SSearchDeltaP-Stationary in TS 38.304 [49]. Its unit is 1 dB. Where Srxlev is the cell selection received signal level value. "; // optional } leaf tSearchDeltaPStationary { type uint16 { range "5 | 10 | 20 | 30 | 60 | 120 | 180 | 240 | 300"; } mandatory true; description "TThis specifies the time period over which the Srxlev variation is evaluated for stationary criterion for relaxed measurement. It corresponds to the TSearchDeltaP-Stationary in TS 38.304 [49]. Its unit is seconds. Where Srxlev is the cell selection received signal level value. "; //optional } leaf sSearchThresholdP2 { type uint16 { range "0..31"; } mandatory true; description "This specifies the Srxlev threshold (in dB) to evaluate not at cell edge criterion for relaxed measurement. It corresponds to the SSearchThresholdP2 in TS 38.304 [49]. Its unit is 1 dB. Where Srxlev is the cell selection received signal level value. "; //optional } leaf sSearchThresholdQ2 { type uint16 { range "0..31"; } mandatory true; description "This specifies the Squal threshold (in dB) to evaluate not at cell edge criterion for relaxed measurement. It corresponds to the SSearchThresholdQ2 in TS 38.304 [49]. Its unit is 1 dB. Where Srxlev is the cell selection quality level value. "; //optional } } grouping RedCapAccessCriteriaGrp { description "Represents the RedCapAccessCriteria <<IOC>> "; Loading @@ -43,13 +98,13 @@ module _3gpp-nr-nrm-redcapaccess { will be created providing following information: The performance metrics (KPIs and performance measurements) that are to be considered in the criteria for deciding whether the cell in a RAN node is barred or allowed for RedCap/eRedCap UEs RAN node is barred or allowed for (e)RedCap UEs The direction (up and down) that is to be considered for crossing the threshold value of the given performance metrics for taking a decision whether the RAN node is barred or allowed for RedCap/eRedCap UEs. (e)RedCap UEs. The threshold level of performance metrics value which when crossed the RAN node is barred or allowed for RedCap/eRedCap UEs"; the RAN node is barred or allowed for (e)RedCap UEs"; } Loading Loading
yang-models/_3gpp-nr-nrm-nrfreqrelation.yang +12 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ module _3gpp-nr-nrm-nrfreqrelation { import _3gpp-common-top { prefix top3gpp; } import _3gpp-nr-nrm-gnbcucpfunction { prefix gnbcucp3gpp; } import _3gpp-nr-nrm-nrcellcu { prefix nrcellcu3gpp; } import _3gpp-nr-nrm-redcapaccess { prefix redcap3gpp; } organization "3GPP SA5"; contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; Loading @@ -17,6 +18,7 @@ module _3gpp-nr-nrm-nrfreqrelation { TTA, TTC). All rights reserved."; reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; revision 2025-11-02 { reference CR-1643; } revision 2025-01-25 { reference CR-1442; } revision 2024-02-24 { reference CR-1218; } revision 2023-09-18 { reference CR-1043; } Loading Loading @@ -113,6 +115,16 @@ module _3gpp-nr-nrm-nrfreqrelation { units "0.1"; } list cellReselectionRedcap { description "This attribute indicates the configuration parameters to allow relaxation of RRM measurement requirements for redcap UE cell reselection"; key idx; leaf idx{ type uint32;} reference "see clause 6.3.1 TS 38.331 "; uses redcap3gpp:CellReselectionRedcapGrp; } leaf pMax { description "Used for calculation of the parameter Pcompensation (defined in 3GPP TS 38.304), at cell reselection to a cell."; Loading
yang-models/_3gpp-nr-nrm-redcapaccess.yang +58 −3 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ module _3gpp-nr-nrm-redcapaccess { reference "3GPP TS 28.541 5G Network Resource Model (NRM)"; revision 2025-11-02 { reference CR-1643; } revision 2025-07-07 { reference CR-; } feature redcapaccesscriteriasubnertwork { Loading @@ -22,6 +23,60 @@ module _3gpp-nr-nrm-redcapaccess { SubNetwork"; } grouping CellReselectionRedcapGrp { description "This data type defines configuration parameters to allow relaxation of RRM measurement requirements for (e)RedCap UE cell reselection. "; reference "TS 38.331 , clasue 6.3.1 and TS 38.304 , clause 5.2.4.9"; leaf sSearchDeltaPStationary { type uint8 { range "2 | 3 | 6 | 9 | 12 | 15"; } mandatory true; description "This specifies the threshold (in dB) on Srxlev variation to evaluate stationary criterion for relaxed measurement. It corresponds to the SSearchDeltaP-Stationary in TS 38.304 [49]. Its unit is 1 dB. Where Srxlev is the cell selection received signal level value. "; // optional } leaf tSearchDeltaPStationary { type uint16 { range "5 | 10 | 20 | 30 | 60 | 120 | 180 | 240 | 300"; } mandatory true; description "TThis specifies the time period over which the Srxlev variation is evaluated for stationary criterion for relaxed measurement. It corresponds to the TSearchDeltaP-Stationary in TS 38.304 [49]. Its unit is seconds. Where Srxlev is the cell selection received signal level value. "; //optional } leaf sSearchThresholdP2 { type uint16 { range "0..31"; } mandatory true; description "This specifies the Srxlev threshold (in dB) to evaluate not at cell edge criterion for relaxed measurement. It corresponds to the SSearchThresholdP2 in TS 38.304 [49]. Its unit is 1 dB. Where Srxlev is the cell selection received signal level value. "; //optional } leaf sSearchThresholdQ2 { type uint16 { range "0..31"; } mandatory true; description "This specifies the Squal threshold (in dB) to evaluate not at cell edge criterion for relaxed measurement. It corresponds to the SSearchThresholdQ2 in TS 38.304 [49]. Its unit is 1 dB. Where Srxlev is the cell selection quality level value. "; //optional } } grouping RedCapAccessCriteriaGrp { description "Represents the RedCapAccessCriteria <<IOC>> "; Loading @@ -43,13 +98,13 @@ module _3gpp-nr-nrm-redcapaccess { will be created providing following information: The performance metrics (KPIs and performance measurements) that are to be considered in the criteria for deciding whether the cell in a RAN node is barred or allowed for RedCap/eRedCap UEs RAN node is barred or allowed for (e)RedCap UEs The direction (up and down) that is to be considered for crossing the threshold value of the given performance metrics for taking a decision whether the RAN node is barred or allowed for RedCap/eRedCap UEs. (e)RedCap UEs. The threshold level of performance metrics value which when crossed the RAN node is barred or allowed for RedCap/eRedCap UEs"; the RAN node is barred or allowed for (e)RedCap UEs"; } Loading