aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-03 15:36:57 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 00:26:20 +0800
commit72bd2c247c1f1d72cfb207c0edba4c8b853188e8 (patch)
treeef12ec2414fdb0c55374f49615363e5cf74b7047 /openbsc/include
parentf45ee6371f8b1fff6217fc6b02d313caf3535800 (diff)
mgcp: Only patch the header if we had a change in SSRC
Diffstat (limited to 'openbsc/include')
-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 f6f8d6ebb..2d9629aa8 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -38,6 +38,7 @@ enum mgcp_connection_mode {
struct mgcp_rtp_state {
int initialized;
+ int patch;
uint32_t orig_ssrc;
uint32_t ssrc;