aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-26 13:41:22 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-26 13:41:22 +0100
commitef6bb25aa5b7dcb4a10469c6a39ace3534c08376 (patch)
tree90808636e73d9ffba91bc576fbaed3094ca6fd2e /openbsc/include/openbsc/mgcp_internal.h
parentfe86d3c9f8a229a788a863d1855c9e3d616b04ea (diff)
[mgcp] Keep track of the local and remote RTP payload type
Keep track of which RTP payload type to use for which direction.
Diffstat (limited to 'openbsc/include/openbsc/mgcp_internal.h')
-rw-r--r--openbsc/include/openbsc/mgcp_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index 2848d5bd0..3df986946 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -34,6 +34,9 @@ struct mgcp_endpoint {
char *local_options;
int conn_mode;
+ int bts_payload_type;
+ int net_payload_type;
+
/* the local rtp port we are binding to */
int rtp_port;