Commit 05890617 authored by lengyelb's avatar lengyelb
Browse files

Merge branch...

Merge branch 'Rel_19_CR_TS_28.541_Align_predefinedPccRuleSet_attributes_with_the_definitions_in_TS_29.512_yang' into 'Integration_Rel19_SA5_160_YANG'

Update _3gpp-5gc-nrm-predefinedpccruleset.yang additional attributes to pccRuleSet

See merge request !1660
parents 82eed0fe d8333fc0
Loading
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -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 {