Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
sQosStat Struct Reference

#include <qaGobiApiQos.h>

Data Fields

ULONG apnId
 
ULONG total_tx_pkt
 
ULONG total_tx_pkt_drp
 
ULONG total_rx_pkt
 
ULONGLONG total_tx_bytes
 
ULONGLONG total_tx_bytes_drp
 
ULONGLONG total_rx_bytes
 
ULONG numQosFlow
 
sQosFlowStat qosFlow [MAX_QOS_SPEC_PER_APN]
 

Detailed Description

This structure contains the Data statistic per QoS flow

Parameters
apnId
  • APN id
  • ID identifing the connected APN that the client would like to query the data statistic for
total_tx_pkt
  • sum of all packets sent
total_tx_pkt_drp
  • sum of all(TX) packets dropped
total_rx_pkt
  • sum of all packets received
total_tx_bytes
  • sum of all bytes sent
toal_tx_bytes_drp
  • sum of all(TX) bytes dropped
total_rx_bytes
  • number of received bytes for the QoS flow ID
numQosFlow
  • pointer to number of QoS flow Stat
qosFlow[MAX_QOS_SPEC_PER_APN]

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