ADC Advanced Policy Expressions

CQA_T


Retrieves Conection Quality Analytics parameters calculated for current client.

This topic lists the expressions that are provided by this class.

  • CONGESTION_LEVEL

    Gets detected congestion level. This returns an integer, in the range 0 to 100, that provides a measure of network congestion level. The greater the value, the the higher the detected congestion level is.

Returns: num_at

  • NETWORK_TYPE

    Gets the detected network type. This should be a string of the detected nework type label (such as "2G", "3G", "4G", etc.) as defined in cqaparam configuration (parameters -net1label, -net2label and -net3label). Sets the text mode to case insensitive.

Returns: text_t

  • SIGNAL_QUALITY

    Gets detected signal quality. This returns an integer, in the range 0 to 100, that provides a measure of client signal quality. The greater the value, the the better the signal quality is.

Returns: num_at

CQA_T

In this article