osmo-mgw/src/libosmo-mgcp
Stefan Sperling ba25eab0fa add aggregated rtp connection stats to osmo-mgw
Add a counter group for aggregated RTP connection statistics.
This group contains RTP counters which aggregate values of the
ephemeral RTP counters maintained per connection (mgcp_conn).

This provides a global overview of RTP processing for each
trunk throughout the lifetime of the osmo-mgw process.

The counters are displayed by 'show mgcp stats' and 'show rate-counters'.

While here, fix a typo in an item of the mgcp_conn_rate_ctr_desc array:
"rtp:octets_rx" was displayed for outbound packes; now says "_tx".

Change-Id: I80d36181600901ae2e0f321dc02b5d54ddc94139
Related: OS#2660
2018-11-06 11:46:47 +01:00
..
Makefile.am mgw: clean up codec negotiation (sdp) 2018-06-23 11:39:44 +00:00
g711common.h create libosmo-mgcp and osmo-mgw by copying legacy code 2017-10-05 01:40:43 +00:00
mgcp_codec.c mgcp_network: translate payload type numbers in RTP packets 2018-07-31 17:18:14 +00:00
mgcp_conn.c add aggregated rtp connection stats to osmo-mgw 2018-11-06 11:46:47 +01:00
mgcp_endp.c mgcp: fix use-after-free and add callback for endpoint cleanup 2018-02-06 08:21:24 +00:00
mgcp_msg.c fix mgcp_verify_ci(): off-by-one in max len check 2018-09-03 23:08:08 +02:00
mgcp_network.c check_rtp_origin(): Avoid using memcmp for comparing integer types 2018-10-21 12:01:04 +02:00
mgcp_osmux.c osmux: Avoid processing further frames if conn not found 2018-10-16 16:45:43 +02:00
mgcp_protocol.c add aggregated rtp connection stats to osmo-mgw 2018-11-06 11:46:47 +01:00
mgcp_sdp.c mgcp_sdp: restructure mgcp_write_response_sdp() (audio) 2018-08-05 07:17:17 +00:00
mgcp_stat.c stat+vty: fix printing of rate counter values 2018-07-09 17:24:55 +02:00
mgcp_vty.c add aggregated rtp connection stats to osmo-mgw 2018-11-06 11:46:47 +01:00