Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PccRuleConfiguration

Package version

PCC rule configuration

Hierarchy

  • PccRuleConfiguration

Index

Properties

ruleName

ruleName: string

The name of the rule. This must be unique within the parent Service. You must not use any of the following reserved strings - default, requested or service.

rulePrecedence

rulePrecedence: number

A precedence value that is used to decide between PCC Rules when identifying the QoS values to use for a particular Sim. A lower value means a higher priority. This value should be unique among all PCC Rules configured in the Mobile Network.

Optional ruleQosPolicy

ruleQosPolicy: PccRuleQosPolicy

The QoS policy to use for packets matching this rule. If this field is null then the Service will define the QoS settings.

serviceDataFlowTemplates

serviceDataFlowTemplates: ServiceDataFlowTemplate[]

The set of service data flow templates to use for this PCC Rule.

Optional trafficControl

trafficControl: TrafficControlPermission

Determines whether flows that match this PCC Rule are permitted.

Generated using TypeDoc