aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/mgcp_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/mgcp_internal.h')
-rw-r--r--include/openbsc/mgcp_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/mgcp_internal.h b/include/openbsc/mgcp_internal.h
index b58eb9b58..b2c24089d 100644
--- a/include/openbsc/mgcp_internal.h
+++ b/include/openbsc/mgcp_internal.h
@@ -64,6 +64,7 @@ struct mgcp_rtp_state {
uint32_t stats_jitter;
int32_t stats_transit;
int stats_cycles;
+ bool patched_first_rtp_payload; /* FIXME: drop this, see OS#2459 */
};
struct mgcp_rtp_codec {