From 5c1e6cf5fc12c1668e2709f7040906f776d9cd49 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 3 Aug 2010 15:36:57 +0000 Subject: mgcp: Only patch the header if we had a change in SSRC --- openbsc/include/openbsc/mgcp_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc') 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; -- cgit v1.2.3