aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp_internal.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-08-30 15:59:16 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-08-30 15:59:16 +0200
commit1650d5d50b0282af51b6e6929cc955cf99852c96 (patch)
treefdc6d369af1bfeedfeb41b0cd474e5e001a67e30 /openbsc/include/openbsc/mgcp_internal.h
parentde51b57c9111f195b342c63121c6471863f89772 (diff)
mgcp: Configure the direction the compression should work
It needs to be configured correctly on the NAT.
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 edf08d34e..830f80ecb 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -182,6 +182,7 @@ int rtp_decompress(struct mgcp_rtp_compr_state *state, struct llist_head *list,
struct msgb *msg);
+const char *mgcp_compr_name(int);
void mgcp_msgb_clear_queue(struct llist_head *list);
struct msgb *mgcp_msgb_alloc(void);