where the TDF-Application-Identifier matches one of specified TDF application id(s)

Mode

Wireless

Syntax

where the TDF-Application-Identifier matches one of value-list

Parameters

value-list
A comma-delimited list of values to compare against.
Note: If you are using a policy table for this parameter, click Use Policy Table, choose the field (column) representing the parameter.

Click OK.

Description

Selects protocol messages based on the Traffic Detection Function (TDF) Application Identifier field. A valid TDF application identifier is any string describing the TDF.

Examples

App Start policy
where the request is modifying an existing session
And where the event trigger is one of APPLICATION_START
And where the TDF-Application-Identifier matches one of TDFID01,TDFID02
install pcc_rule1 PCC rule(s) for session
continue processing message
App Stop policy
where the request is modifying an existing session
And where the event trigger is one of APPLICATION_STOP
And where the TDF-Application-Identifier matches one of TDFID01,TDFID02
remove pcc_rule1 PCC rule(s)
continue processing message