mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-bts.git
synced 2025-10-23 08:22:10 +00:00
common: Add RTP related rate counters
Let's add some rate counters to add visibility to the BTS on what is happening in terms of received and/or transmitted RTP packets. This should help during debugging any RTP related issues. Change-Id: Ide674bde10b0e4b501d6a48947b983090342dfec
This commit is contained in:
@@ -31,6 +31,15 @@ enum {
|
||||
BTS_CTR_AGCH_RCVD,
|
||||
BTS_CTR_AGCH_SENT,
|
||||
BTS_CTR_AGCH_DELETED,
|
||||
|
||||
BTS_CTR_RTP_RX_TOTAL,
|
||||
BTS_CTR_RTP_RX_MARKER,
|
||||
BTS_CTR_RTP_RX_DROP_PREEN,
|
||||
BTS_CTR_RTP_RX_DROP_LOOPBACK,
|
||||
BTS_CTR_RTP_RX_DROP_OVERFLOW,
|
||||
BTS_CTR_RTP_RX_DROP_V110_DEC,
|
||||
BTS_CTR_RTP_TX_TOTAL,
|
||||
BTS_CTR_RTP_TX_MARKER,
|
||||
};
|
||||
|
||||
/* Used by OML layer for BTS Attribute reporting */
|
||||
|
Reference in New Issue
Block a user