Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
unpack_qos_SLQSQosSwiReadDataStats_t Struct Reference

#include <qos.h>

Data Fields

uint32_t apnId
 
uint32_t total_tx_pkt
 
uint32_t total_tx_pkt_drp
 
uint32_t total_rx_pkt
 
uint64_t total_tx_bytes
 
uint64_t total_tx_bytes_drp
 
uint64_t total_rx_bytes
 
uint32_t numQosFlow
 
unpack_QosFlowStat_t qosFlow [LITEQMI_MAX_QOS_FLOW_PER_APN_STATS]
 
swi_uint256_t ParamPresenceMask
 

Detailed Description

Structure that contains APN data statistics

Parameters
apnId
  • APN id
  • ID identifing the connected APN that the client would like to query the data statistic for
  • Bit to check in ParamPresenceMask - 3
total_tx_pkt
  • sum of all packets sent
  • Bit to check in ParamPresenceMask - 3
total_tx_pkt_drp
  • sum of all(TX) packets dropped
  • Bit to check in ParamPresenceMask - 3
total_rx_pkt
  • sum of all packets received
  • Bit to check in ParamPresenceMask - 3
total_tx_bytes
  • sum of all bytes sent
  • Bit to check in ParamPresenceMask - 3
total_tx_bytes_drp
  • sum of all(TX) bytes dropped
  • Bit to check in ParamPresenceMask - 3
total_rx_bytes
  • number of received bytes for the QoS flow ID
  • Bit to check in ParamPresenceMask - 3
numQosFlow
  • pointer to number of QoS flow Stat
  • Bit to check in ParamPresenceMask - 4
qosFlow[LITEQMI_MAX_QOS_FLOW_PER_APN_STATS]
ParamPresenceMask
  • bitmask representation to indicate valid parameters.

The documentation for this struct was generated from the following file: