aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tbf.h b/src/tbf.h
index a825b4f..698f0db 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -224,6 +224,8 @@ struct gprs_rlcmac_tbf {
*/
uint8_t m_tfi;
time_t m_created_ts;
+ uint32_t m_ctr_num_blocks[9];
+ uint32_t m_ctr_retx[3];
protected:
gprs_rlcmac_bts *bts_data() const;
@@ -395,6 +397,9 @@ struct gprs_rlcmac_dl_tbf : public gprs_rlcmac_tbf {
uint16_t dl_loss_lost; /* sum of lost packets */
uint16_t dl_loss_received; /* sum of received packets */
+ uint32_t total_dl_loss_lost; /* total of lost packets */
+ uint32_t total_dl_loss_received; /* total of received packets */
+
BandWidth();
} m_bw;