where the reauth is triggered by subscriber profile update with notification type specified type(s)

Mode

Wireless

Syntax

where the reauth is triggered by subscriber profile update with notification type specified type(s)

Parameters

specified type(s)
One of the following:
  • USER
  • SUBSCRIBER_POOL
  • DYNAMIC_QUOTA
  • POOL_DYNAMIC_QUOTA
  • ENTITY_STATE
  • POOL_ENTITY_STATE
  • QUOTA_ENTITY_USAGE
  • POOL_QUOTA_ENTITY_USAGE

Description

Checks whether the RAR is triggered by PNR with changes for the specified type.

Example

The following policy will release the session if the DATA_LIM for the subscriber is changed from non-zero to zero.

 
where the reauth is triggered by subscriber profile update with notification type SUBSCRIBER_POOL
And where at least one of pool fields DATA_LIM have been updated 
And where the policy context property {Previous.Pool.DATA_LIM} is numerically greater than 0
release the session
accept message

The following policy will ignore an RAR that is triggered by the PNR at user level.

 
where the reauth is triggered by subscriber profile update with notification type USER 
accept message