pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/29456 )
Change subject: Fix typo in ratectr description ......................................................................
Fix typo in ratectr description
Change-Id: I2ac8581f13814f320767ba188ef7cf3286fa443d --- M include/osmocom/mgcp/mgcp_conn.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/56/29456/1
diff --git a/include/osmocom/mgcp/mgcp_conn.h b/include/osmocom/mgcp/mgcp_conn.h index 3eca2f8..5e262c3 100644 --- a/include/osmocom/mgcp/mgcp_conn.h +++ b/include/osmocom/mgcp/mgcp_conn.h @@ -163,7 +163,7 @@ [RTP_OCTETS_RX_CTR] = {"rtp:octets_rx", "Inbound rtp octets."}, [RTP_PACKETS_TX_CTR] = {"rtp:packets_tx", "Outbound rtp packets."}, [RTP_OCTETS_TX_CTR] = {"rtp:octets_tx", "Outbound rtp octets."}, - [RTP_DROPPED_PACKETS_CTR] = {"rtp:dropped", "dropped rtp packets."} + [RTP_DROPPED_PACKETS_CTR] = {"rtp:dropped", "Dropped rtp packets."} };
/* Aggregated RTP connection stats. These are updated when an RTP connection is freed.