diff --git a/yang-models/_3gpp-5gc-nrm-predefinedpccruleset.yang b/yang-models/_3gpp-5gc-nrm-predefinedpccruleset.yang index c065a369882978e3cd95f440765cce6f3762d835..34db5ada049bea0785a61f57c7a6b2632291778e 100755 --- a/yang-models/_3gpp-5gc-nrm-predefinedpccruleset.yang +++ b/yang-models/_3gpp-5gc-nrm-predefinedpccruleset.yang @@ -610,7 +610,7 @@ 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 { + leaf easRedisIndRequired { type boolean; default false; description "Indicates whether the EAS rediscovery is required for the application."; @@ -619,20 +619,24 @@ module _3gpp-5gc-nrm-predefinedpccruleset { type uint32; description "Indicates the (g)PTP domain that the (TSN)AF is located in."; } - leaf capBatAdaptation { + leaf capBatNotificationCapable { type boolean; default false; description "Indicates the capability for AF to adjust the burst sending time."; } - leaf disUeNotif { + leaf ueNotifEnabled { 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,"; + description "Indicates whether QoS flow parameter signalling to the UE is enabled (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."; - } + } + leaf nscSupportedFeats { + type uint32; + description "Indicates the Network Function Service Consumer features supported per service."; + } } grouping PredefinedPccRuleSetGrp {