aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/mgcp_internal.h')
-rw-r--r--openbsc/include/openbsc/mgcp_internal.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index 076fa4a4b..45826300e 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -66,13 +66,18 @@ struct mgcp_rtp_state {
/* jitter and packet loss calculation */
int stats_initialized;
- uint16_t stats_base_seq;
- uint16_t stats_max_seq;
uint32_t stats_ssrc;
- uint32_t stats_jitter;
+
+ uint16_t stats_max_seq;
+ uint32_t stats_cycles;
+ uint32_t stats_base_seq;
+ /* uint32_t stats_bad_seq; no probation */
+ /* uint32_t probation */
+ uint32_t stats_received;
+ /* uint32_t expected_prior no SenderReport */
+ /* uint32_t received_prior no SenderReport */
int32_t stats_transit;
- int stats_cycles;
- unsigned int stats_packets;
+ uint32_t stats_jitter;
};
struct mgcp_rtp_codec {