AF Session Statistics for RAT-Type

The following examples show the request and response that are defined in the XSD files for AFSessionStats tag.

Request

This request follows the AFSessionStats tag defined in the QueryOmStats section of the XSD files.
Note: Current and Maximum AF Session counts are returned for all RAT types that are available from each MPE device. If a RAT type is not available from an MPE device, no entry is returned.

The following are examples of a request for a single policy server and multiple policy servers:

<?xml version="1.0" encoding="UTF-8"?>
<XmlInterfaceRequest>
   <QueryOmStats DeltaCount="false">
         <StartTime>2012-09-20T13:00:00</StartTime>
         <EndTime>2012-10-30T13:15:00</EndTime>
         <AFSessionStats>
         <PolicyServer>mpe17-41</PolicyServer>
         </AFSessionStats >
   </QueryOmStats>
</XmlInterfaceRequest>
<?xml version="1.0" encoding="UTF-8"?>
<XmlInterfaceRequest>
   <QueryOmStats DeltaCount="false">
         <StartTime>2012-10-24T14:00:45</StartTime>
         <EndTime>2012-10-24T14:50:00</EndTime>
         <PdnRatTypeStats>
         <PolicyServer>MPE01</PolicyServer>
         <PolicyServer>MPE02</PolicyServer>
         </PdnRatTypeStats>
   </QueryOmStats>
</XmlInterfaceRequest>

Response

The response to this request follows the CurrentConnectionsCount and MaximumConnectionsCount tags defined in the Statistics section of the XSD files.

<Statistics>
         < AFSessionStats >
         <Sample>
         <StartTime>2012-10-24T19:45:00Z</StartTime>
         <EndTime>2012-10-24T19:45:00Z</EndTime>
         <PolicyServer>mpe17-41</PolicyServer>
         <IsComplete>false</IsComplete>
         <Type>WLAN</Type>
         <CurrentAfSessionCount>0</CurrentAfSessionCount>
         <MaximumAfSessionCount>0</MaximumAfSessionCount>
         </Sample>
         <Sample>
         <StartTime>2012-10-24T19:45:00Z</StartTime>
         <EndTime>2012-10-24T19:45:00Z</EndTime>
         <PolicyServer>mpe17-41</PolicyServer>
         <IsComplete>false</IsComplete>
         <Type>HRPD</Type>
         <CurrentAfSessionCount>0</CurrentAfSessionCount>
         <MaximumAfSessionCount>0</MaximumAfSessionCount>
         </Sample>
         <Sample>
         <StartTime>2012-10-24T19:45:00Z</StartTime>
         <EndTime>2012-10-24T19:45:00Z</EndTime>
         <PolicyServer>mpe17-41</PolicyServer>
         <IsComplete>false</IsComplete>
         <Type>HRPD</Type>
         <CurrentAfSessionCount>0</CurrentAfSessionCount>
         <MaximumAfSessionCount>0</MaximumAfSessionCount>
         </Sample>
         <Sample>
         <StartTime>2012-10-24T19:45:00Z</StartTime>
         <EndTime>2012-10-24T19:45:00Z</EndTime>
         <PolicyServer>mpe17-41</PolicyServer>
         <IsComplete>false</IsComplete>
         <Type>EUTRAN</Type>
         <CurrentAfSessionCount>0</CurrentAfSessionCount>
         <MaximumAfSessionCount>0</MaximumAfSessionCount>
         </AFSessionStats>
</Statistics>
Individual statistics defined for this tag are:
  • StartTime

    The time this stat object was created.

  • EndTime

    The time this stat object was ended.

  • CurrentConnectionsCount

    The current number of AF Sessions for this RAT-Type.

  • MaximumConnectionsCount

    The maximum number of AF Sessions at any one point for this RAT-Type. The default interval time is 15 minutes, and it can be configured by the Stats Collection Period attribute in the Global Configuration Settings menu. It is reset to CurrentConnectionsCount only in the interval mode per interval time.