where the last delivery time of specific use case exists in the user state variable of LastDeliveryTime

Mode

Wireless mode with SMPP enabled

Wireless-C mode with CMPP enabled.

Syntax

where the last delivery time of use_case_name accessibility in the user state variable of LastDeliveryTime

Parameters

use_case_name
The name of the speific use case to evaluate.
accessibility
One of the following:
  • exists (default)
  • does not exist
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

Verifies the last delivery time of a specific use case exists in the user state variable of LastDeliveryTime.

Example

where the request is creating a new session
    And where the enforcement session is an IP-CAN session
    And where the subscriber state variable usrStatus exists
    And where the subscriber state variable usrStatus matches one of `1`
    And where the last delivery time of usecase1 exists in the user state variable of LastDeliveryTime
reset the last delivery time of usecase1 in the user state variable of LastDeliveryTime
continue processing message