uint32_ttxpdu_pkts;/* aggregated number of tx packets */
uint32_ttxpdu_bytes;/* aggregated bytes of tx packets */
uint32_ttxpdu_sn;/* current sequence number of last tx packet (or TX_NEXT) */
/* RX */
uint32_trxpdu_pkts;/* aggregated number of rx packets */
uint32_trxpdu_bytes;/* aggregated bytes of rx packets */
uint32_trxpdu_sn;/* current sequence number of last rx packet (or RX_NEXT) */
/* TODO? */
uint32_trxpdu_oo_pkts;/* aggregated number of out-of-order rx pkts (or RX_REORD) */
/* TODO? */
uint32_trxpdu_oo_bytes;/* aggregated amount of out-of-order rx bytes */
uint32_trxpdu_dd_pkts;/* aggregated number of duplicated discarded packets (or dropped packets because of other reasons such as integrity failure) (or RX_DELIV) */
uint32_trxpdu_dd_bytes;/* aggregated amount of discarded packets' bytes */
/* TODO? */
uint32_trxpdu_ro_count;/* this state variable indicates the COUNT value following the COUNT value associated with the PDCP Data PDU which triggered t-Reordering. (RX_REORD) */
/* SDU stats */
/* TX */
uint32_ttxsdu_pkts;/* number of SDUs delivered */
uint32_ttxsdu_bytes;/* number of bytes of SDUs delivered */
/* RX */
uint32_trxsdu_pkts;/* number of SDUs received */
uint32_trxsdu_bytes;/* number of bytes of SDUs received */