From d8333fc05e163f73c07a451977c4fcb12aaf14a0 Mon Sep 17 00:00:00 2001 From: Jan Groenendijk Date: Wed, 26 Mar 2025 17:34:37 +0000 Subject: [PATCH] Update _3gpp-5gc-nrm-predefinedpccruleset.yang additional attributes to pccRuleSet --- .../_3gpp-5gc-nrm-predefinedpccruleset.yang | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/yang-models/_3gpp-5gc-nrm-predefinedpccruleset.yang b/yang-models/_3gpp-5gc-nrm-predefinedpccruleset.yang index 22346b760..9791ef4e3 100755 --- a/yang-models/_3gpp-5gc-nrm-predefinedpccruleset.yang +++ b/yang-models/_3gpp-5gc-nrm-predefinedpccruleset.yang @@ -609,6 +609,29 @@ module _3gpp-5gc-nrm-predefinedpccruleset { description "It contains transports TSCAI input parameters for TSC traffic at the ingress of the NW-TT (downlink flow direction)."; uses TscaiInputContainer; } + leaf easRedisInd { + type boolean; + default false; + description "Indicates whether the EAS rediscovery is required for the application."; + } + leaf tscaiTimeDom { + type uint32; + description "Indicates the (g)PTP domain that the (TSN)AF is located in."; + } + leaf capBatAdaptation { + type boolean; + default false; + description "Indicates the capability for AF to adjust the burst sending time."; + } + leaf disUeNotif { + type boolean; + default false; + description "Indicates whether QoS flow parameter signalling to the UE is disabled (TRUE), when the SMF is notified by the NG-RAN of changes in the fulfilled QoS situation,"; + } + leaf packFiltAllPrec { + type uint32; + description "Determines the order of TFT packet filter allocation for PCC rules."; + } } grouping PredefinedPccRuleSetGrp { -- GitLab