Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field

Description

ID (int)

The unique ID of the RulesMapping UDR.

Priority (int)

The priority of the mapping item. A low value indicates a high priority. The priority determines the order in which the matched mapping objects are returned.

Arguments (list<string>)

The arguments of a mapping object, for example the product. The arguments are stated with regular expressions, which means that entering "Products [2-5]" will match Products 2, 3, 4, or 5.

Targets (list<Target>)

A list of Target UDR(s) which represent different SMPolicyDecisions used by the mapping object. The Target UDRs reference the different rules that should be applied.

A rule is a set of policy information elements associated with a PDU session, or with service data flows (i.e., with a PCC rule).

Two types of rules are defined:

  • Session rule
  • PCC rule.

Both Session rules and PCC rules are composed of embedded information elements as well as information elements that are part of the referenced objects, for example condition data, or usage monitoring policy data.

StopFallthrough (boolean)

Used in the rules selection process. If several rules apply, but the one with highest priority has been configured with StopFallthrough set to Yes, only this rule will be returned if it is active. If it is not active, all other active rules that apply will be returned.

...