Loading yang-models/_3gpp-5gc-nrm-predefinedpccruleset.yang +17 −3 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ module _3gpp-5gc-nrm-predefinedpccruleset { import _3gpp-common-managed-element { prefix me3gpp; } import _3gpp-common-top { prefix top3gpp; } import _3gpp-common-yang-types { prefix types3gpp; } import _3gpp-5gc-nrm-smffunction { prefix smf3gpp; } import _3gpp-5gc-nrm-pcffunction { prefix pcf3gpp; } import ietf-yang-types { prefix yang; } Loading @@ -14,10 +15,11 @@ module _3gpp-5gc-nrm-predefinedpccruleset { contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; description "This IOC represents the predefined PCC rules, which are configured to SMF and referenced by PCF. Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, Copyright 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved."; reference "3GPP TS 28.541"; revision 2026-03-18 { reference CR-xxxx ; } revision 2023-09-18 { reference CR-1043 ; } revision 2023-04-26 { reference CR-0916; } revision 2020-10-04 { reference "CR-0393"; } Loading Loading @@ -234,7 +236,7 @@ module _3gpp-5gc-nrm-predefinedpccruleset { } } grouping TrafficControlDataInformation { grouping TrafficControlDataGrp { description "It specifies the traffic control data for a service flow of a PCC rule."; leaf tcId { Loading Loading @@ -298,6 +300,11 @@ module _3gpp-5gc-nrm-predefinedpccruleset { uses RouteToLocation; } } leaf traffCorreInd { type boolean; default false; description "It indicates the traffic correlation."; } uses UpPathChgEvent; leaf steerFun { type enumeration { Loading @@ -323,6 +330,13 @@ module _3gpp-5gc-nrm-predefinedpccruleset { } description "It indicates whether the service data flow, corresponding to the service data flow template, is allowed or not allowed."; } list sNSSAIList { description "It represents the list of S-NSSAI the managed object is supporting. The S-NSSAI is defined in 3GPP TS 23.003."; key idx; leaf idx { type uint32 ; } uses types3gpp:SNssai; } } grouping ARP { Loading Loading @@ -595,7 +609,7 @@ module _3gpp-5gc-nrm-predefinedpccruleset { list trafficControlDataInfo { description "The list of traffic control policy data."; key "tcId"; uses TrafficControlDataInformation; uses TrafficControlDataGrp; } } uses ConditionData; Loading Loading
yang-models/_3gpp-5gc-nrm-predefinedpccruleset.yang +17 −3 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ module _3gpp-5gc-nrm-predefinedpccruleset { import _3gpp-common-managed-element { prefix me3gpp; } import _3gpp-common-top { prefix top3gpp; } import _3gpp-common-yang-types { prefix types3gpp; } import _3gpp-5gc-nrm-smffunction { prefix smf3gpp; } import _3gpp-5gc-nrm-pcffunction { prefix pcf3gpp; } import ietf-yang-types { prefix yang; } Loading @@ -14,10 +15,11 @@ module _3gpp-5gc-nrm-predefinedpccruleset { contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464"; description "This IOC represents the predefined PCC rules, which are configured to SMF and referenced by PCF. Copyright 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, Copyright 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved."; reference "3GPP TS 28.541"; revision 2026-03-18 { reference CR-xxxx ; } revision 2023-09-18 { reference CR-1043 ; } revision 2023-04-26 { reference CR-0916; } revision 2020-10-04 { reference "CR-0393"; } Loading Loading @@ -234,7 +236,7 @@ module _3gpp-5gc-nrm-predefinedpccruleset { } } grouping TrafficControlDataInformation { grouping TrafficControlDataGrp { description "It specifies the traffic control data for a service flow of a PCC rule."; leaf tcId { Loading Loading @@ -298,6 +300,11 @@ module _3gpp-5gc-nrm-predefinedpccruleset { uses RouteToLocation; } } leaf traffCorreInd { type boolean; default false; description "It indicates the traffic correlation."; } uses UpPathChgEvent; leaf steerFun { type enumeration { Loading @@ -323,6 +330,13 @@ module _3gpp-5gc-nrm-predefinedpccruleset { } description "It indicates whether the service data flow, corresponding to the service data flow template, is allowed or not allowed."; } list sNSSAIList { description "It represents the list of S-NSSAI the managed object is supporting. The S-NSSAI is defined in 3GPP TS 23.003."; key idx; leaf idx { type uint32 ; } uses types3gpp:SNssai; } } grouping ARP { Loading Loading @@ -595,7 +609,7 @@ module _3gpp-5gc-nrm-predefinedpccruleset { list trafficControlDataInfo { description "The list of traffic control policy data."; key "tcId"; uses TrafficControlDataInformation; uses TrafficControlDataGrp; } } uses ConditionData; Loading