aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-09-12 22:59:54 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-12 10:42:05 +0100
commit2e8e659586e7f625b45921c28bf44aba69e99504 (patch)
tree26371645d0df7f8f062d2d40601b89bab8931e08 /openbsc/include/openbsc/mgcp_internal.h
parent952f752ffa848cfac4beba5ab641cb1cd81753b2 (diff)
mgcp: Remember the initial sequence number of the stream
This information is required for calculating the packet loss at the end of a phone call.
Diffstat (limited to 'openbsc/include/openbsc/mgcp_internal.h')
-rw-r--r--openbsc/include/openbsc/mgcp_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index db2470166..d7e51a06f 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -46,6 +46,7 @@ struct mgcp_rtp_state {
uint32_t orig_ssrc;
uint32_t ssrc;
+ int first_seq_no;
uint16_t seq_no;
int seq_offset;
uint32_t last_timestamp;